hello,
I installed lighttpd on my server.
i managed to configure it to stream flv files (http://www.adventube.ro/video/608/Ul...talie-1-din-3), but i'm not sure how to stream mp4 (http://www.adventube.ro/video/1471/Conflictul-cosmic) files too...
in lighttpd.conf i configured mod_flv_streaing and mod_h264_streaming like this: http://forums.clip-share.com/78788-post24.html
here is a test for mp4 files
PHP Code:
wget -S -O video.mp4 "http://stream.adventube.ro/flvideo/2201 .flv" --22:22:42-- http://stream.adventube.ro/flvideo/2201.flv
=> `video.mp4'
Resolving stream.adventube.ro... 86.127.71.225 Connecting to stream.adventube.ro|86.127.71.225|:80... connected. HTTP request sent, awaiting response...
HTTP/1.0 200 OK X-Mod-H264-Streaming: version=2.2.9 Content-Type: video/mp4 ETag: "25262032" Last-Modified: Mon, 08 Nov 2010 21:05:35 GMT Content-Length: 8835712 Connection: keep-alive Date: Thu, 11 Nov 2010 20:35:00 GMT Server: lighttpd
Length: 8,835,712 (8.4M) [video/mp4]
100%[====================================>] 8,835,712 2.14M/s ETA 00:00
22:22:47 (2.00 MB/s) - `video.mp4' saved [8835712/8835712]
but the in player is not working.
any clue?