But its always downloading stream even if no client is connected!
Is it possible to configure vlc so it will start to restream only if client is connected?
My config is as follows:
Code: Select all
new channel2 broadcast enabled
setup channel2 input http://someaddresss/stream.m3u8
setup channel2 output #http{mux=ts,dst=192.168.1.165,port=8080,sdp=sap://,name="Channel2"}
control channel2 play
How could i achive that if no client connected to 192.168.1.165:8080 then server wont use bandwich to download stream.m3u8
Regards
M