Vlc stops streaming on adding new file with web interface
Posted: 03 Jan 2010 19:07
I've set up a computer as a server running vlc, with web interface active. It's setup to stream with UDP to a computer (connected to my TV).
The UDP streaming works great, after I set it up, simple and plain with the advanced open dialog. But when I add a new file to the cue with the web interface, and play that file, it only plays localy (on the server computer).
It seams I have to set vlc up so that it streams out to UDP by default.
I am running the latest version (on both sides).
Here are the streaming setting (don't know if it is relevant to the problem, since the streaming it self works)
ps. I guess it is likely that someone else has posted this exact problem before, but I just couldn't find it.
The UDP streaming works great, after I set it up, simple and plain with the advanced open dialog. But when I add a new file to the cue with the web interface, and play that file, it only plays localy (on the server computer).
It seams I have to set vlc up so that it streams out to UDP by default.
I am running the latest version (on both sides).
Here are the streaming setting (don't know if it is relevant to the problem, since the streaming it self works)
Code: Select all
:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=udp,mux=ts,dst=moon:1234}