VLC 2.0.2 HTTP Server issue
Posted: 23 Sep 2012 19:12
I am streaming output from my local soundcard via HTTP to make some sort of WebRadio stream.
I Launch VLC with the following Arguments:
When I am streaming the Station from another Machine I sometimes experience silence for a few msec after listening for about 5 minutes. This keeps repeating every few seconds from then on. I have set VLC to use CBR Encoding and specified 128 kbps. When looking at the Statistics Dialog of the VLC instance that is listening to the Stream the Input ant Data Bitrates range from 120 kbps to 140 kbps. I am listening to the stream for 45 Minutes now and have lost 16 Buffers. This is a wired LAN network and there should definitely not be that much loss.
Has anybody else experienced the same issue or has a solution for this problem?
I Launch VLC with the following Arguments:
Code: Select all
vlc.exe dshow:// :dshow-vdev=none :dshow-adev= :live-caching=1000 :sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:http{dst=:8080/stream.mp3} :sout-keep
Has anybody else experienced the same issue or has a solution for this problem?