Page 1 of 1

HTTP progressive download stream

Posted: 15 Sep 2009 16:43
by noknok
I have been trying to setup a HTTP stream for progressive download.

Silverlight supports seeking and such when a WMV is simply provided as a progressive download, allowing for "range" requests.

I have not been able to come up with something that works.

I have tried:

Code: Select all

vlc -I dummy c:\movies\test.wmv :sout=#std{access=mmsh,dst=192.168.2.205:8083/httpwmv.wmv vlc -I dummy c:\movies\test.wmv :sout=#std{access=http,mux=asf,dst=192.168.2.205:8083/httpwmv.wmv vlc -I dummy c:\movies\test.wmv :sout=#std{access=http,dst=192.168.2.205:8083/httpwmv.wmv
In the first instance, I can access the streams via mms://x.x.x.x:8083/httpwmv.wmv but it plays as a live stream with no seeking.

The last 2 do nothing..

Any insight would be great, thanks

Shawn