i want to share a h264 Stream with 5 friends.
Is it possible to set up in vlc, that only 1 user can watch the stream at the same time.
Like when user 1 is watching http://test.com:8080/video
user 2 shouldn't be allowed to watch the same Stream.
my current vlc syntax is this:
Code: Select all
vlc myvideo.avi :sout=#transcode{vcodec=h264,vb=950,scale=0,acodec=mp4a,ab=64,channels=2,samplerate=44100}:duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8080/stream1},dst=http{mux=ffmpeg{mux=flv},dst=:8080/stream2},dst=http{mux=ffmpeg{mux=flv},dst=:8080/stream3},dst=http{mux=ffmpeg{mux=flv},dst=:8080/stream4},dst=http{mux=ffmpeg{mux=flv},dst=:8080/stream5}} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
regards
Boyz