Your post helped me out a lot. I changed udp://@ to http:// and got rid of the @ sign. I'm still trying to figure out the meaning of that line. Anyway I got VLC running on the server and my client can pick up the stream and display it in Windows Media Player. Here is the HTML I usedYou can probably do that if the Linux box is looking for a UDP source stream.
A windows startup command line to do this would look something like:
vlc udp://@ :sout=#transcode{vcodec=DIV3,vb=512,scale=1,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,dst=127.0.0.1:1234}}
What the above does:
look fo an incoming UDP stream addressed to the server PC on the standard port 1234.
Transcode the incoming stream -- turn it into a 512Kbps DIV3, 2 channel 128kbps mp3.
Encapsulate it in asfh.
Act as an mmsh server.
(Not sure what the Linux syntax differences are)
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 15 guests