I need to use VLC as a stream repeater for WMV feed coming from a computer that uses a LeadTek card and its application to capture and stream analog TV programs. The end-user must be able to watch the stream into a web browser, using WMP object.
Everything is almost fine when I use a syntax like this (the real input URL is not this one):
Code: Select all
new chn1 broadcast enabled loop
setup chn1 input "http://207.253.121.82/lcn"
setup chn1 output #duplicate{dst=std{access=http,mux=asf,dst=:1234}}
If I use VLC as client, everything goes well, the WMV stream is shown without having to wait so long. It's only WMP that does that.
One more thing: if I put the webpage to point directly to the original address (the server with the capture card), it works correctly (it will go buffering, then 10, 25, 50, ... 100% and play quite rapidly). It's only when I pass the stream through VLC that I have the issue.
I looked at HTTP headers returned by LeadTek app and it looks like REX 9 something which means it's a flavor of Microsoft Windows Media Encoder...
Many thanks for any suggestion,
Aegyssus