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