HTTP progressive download stream
Posted: 15 Sep 2009 16:43
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:
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
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
The last 2 do nothing..
Any insight would be great, thanks
Shawn