I'm use the bellow code for streaming my device v4l for transmission in HTTP
Code: Select all
vlc v4l:// :v4l-vdev=/dev/video0 :v4l-norm=1 :v4l-frequency=-1 :v4l-caching=300 :v4l-chroma= :v4l-fps=-1.000000 :v4l-samplerate=44100 :v4l-channel=0 :v4l-tuner=-1 :v4l-audio=-1 :v4l-stereo :v4l-width=0 :v4l-height=0:v4l-brightness=-1 :v4l-colour=-1 :v4l-hue=-1 :v4l-contrast=-1:no-v4l-mjpeg :v4l-decimation=1 :v4l-quality=100 :sout="#transcode{vcodec=FLV1,vb=384,scale=1,acodec=mp3,samplerate=44100}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=192.168.1.8:8080/stream.flv}"
I use the command "http://192.168.1.8:8080/stream.flv" in VLC player and but no play my streaming if I use in browser (my brower have a player) send me message "loading video" but video never is played or make downloading of stream
I would like how play this streaming. I'm a new user of VLC.