Page 1 of 1

VLC HTTP / ASF to WMS?

Posted: 03 Jul 2007 20:00
by jchambers
Looking to send a live stream to Windows Media Services via VLC.

I am currious if anyone has made any progress in this catagory?

Here is what I have tried.

[Windows 0.8.6c]

vlc -vvv <input> #transcode{vcodec=WMV2,vb=400,scale=.5}:standard{access=http,mux=asf,dst=WMS_IP:80} (does not work for me)

vlc -vvv <input> #transcode{vcodec=WMV2,vb=400,scale=.5}:standard{access=http,mux=asf,dst=WMS_IP/Publishing_Point:80} (does not work for me)

vlc -vvv <input> #transcode{vcodec=WMV2,vb=400,scale=.5}:standard{access=http,mux=asf,dst=WMS_IP:80,pub-point=Publishing_Point}

It seems to me that a publishing point option should be added to http.?


Any help/hints/updates are appreciated.

Jon

Re: VLC HTTP / ASF to WMS?

Posted: 03 Jul 2007 20:07
by hisoka
What about using MMS protocol to do what you want ? Did you try it ?

Re: VLC HTTP / ASF to WMS?

Posted: 03 Jul 2007 20:32
by jchambers
Thank you for the reply, but MMS is not supported as a receiving stream for WMS.

Jon

Re: VLC HTTP / ASF to WMS?

Posted: 03 Jul 2007 20:41
by hisoka
Which codecs are supported by your WMS? Only Windows Media Codecs ?
MMS not supported by WMS... really odd, I expected MMS protocol to switch to HTTP whether MMS wasn't supported.

Re: VLC HTTP / ASF to WMS?

Posted: 05 Jul 2007 20:10
by jchambers
Yes it is odd to me as well.

WMS only support Windows Media codecs.

http, rtsp | asf, wmv, avi


Though we are off topic at this point...

Re: VLC HTTP / ASF to WMS?

Posted: 09 Jul 2007 12:54
by dionoea
This is currently not possible with VLC (at least not that I know). We'd be glad to add support for such a feature if it's documented (and someone writes the code and submits it as a patch :) )