
Almost all DWHS Web Hosting plans are tube compatible. If your tube script does not work by default just throw in a ticket and we will make the necessary server additions.
Tube and Media scripts are similar to Youtube, most use flash and convert most media types to flash when uploaded. Then the server streams the media. You need a special server to render the media and steam the flash video. We have several servers set up just for this. All media hosting servers come with these server additions:
- FFmpeg & FFmpeg-php
- Libogg & Libvorbis
- Flv2tool
- LAME MP3 Encoder
- Mplayer
- Mencoder
- GD Library
In addition apache and php need to be tweaked. Our php settings are:
- safe_mode = off
- upload_max_filesize = 100M
- post_max_size = 100M
- max_execution_time = 1500
- session.gc_maxlifetime = 14000
- safe_mode = off
- Apache mod_rewrite Enabled
View a Tube script demo here: Tube Script Demo
|