Hi
I've been trying to use the flowplayer for streaming, works partially.
If i set the start point at the begin there's no problem and the video can be moved around freely.
However if i want the video to start at a specific point in the file, it just does not work.
Eg;
http://nettrackers.net/flv/not_working.html
and
http://nettrackers.net/flv/working.html
I know the FLV is fine and the server is setup ok since we are doing fine with the working.html file..
Even in the access.log i have
logs for;
59.93.246.59 - - [27/Apr/2009:18:17:53 -0500] "GET /t/Extremists.flv?start=100 HTTP/1.1" 200 22921537 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9 (.NET CLR 3.5.30729)"
59.93.246.59 - - [27/Apr/2009:18:17:08 -0500] "GET /t/Extremists.flv?start=15584856 HTTP/1.1" 200 7336781 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9 (.NET CLR 3.5.30729)"
The first log entry is the one that is for starting the file at a certain point -- that doesnt work, however the entry looks fairly normal and it should work.. Unless there's a bug with the flowplayer which requires it to have a complete header at the start or something ..
Any advice is appreciated !