Page 1 of 1

Configure an Stable VLC Streaming Server

Posted: 10 May 2012 21:48
by joedson
Hello Guys,

I'm need some help for make an stable configuration of vlc streaming
server, previous I tried the following configuration:

new channel1 broadcast enabled
setup channel1 input rtsp://linktortspstreamvideo
setup channel1 output #transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=96,channels=2,samplerate=44100}:gather:std{access=rtmp,mux=ts,dst=0.0.0.0:8778}
control channel1 play

At the beginning everything looked fine, but after 3 days using this server, it started
stopping, and continued stopping about each 3 hour or less; this server
has something about 300 people connected in the same time.

Do I need to have an special hardware or special configuration
to create an stable solution using the vlc, for this for this amount
of people using the steaming server at the same time?

Thanks in advance!

Re: Configure an Stable VLC Streaming Server

Posted: 21 May 2012 05:33
by str3tmonk
Hi Joe,

You need to put "gather" before "transcode", then it should work.