I am converting an RTSP stream from a camera to a live HTTP flash stream using the following command (VLC 1.0.6 on Fedora 12): cvlc rtsp://<source IP address:port>/<stream_name> --sout='#transcode{vcodec=FLV1,acodec=mp3,vb=300,deinterlace,fps=25,samplerate=44100,ab=32}:std{access=http,mux=ffmpeg{mux...
I have set up a HTTP webcam video stream using the following configuration: Webcam connected machine streams video to a server using RTP. The command I am using is: cvlc -v v4l2:///dev/video0 --sout='#transcode{vcodec=h264,vb=284,scale=0.5,acodec=mp4a,ab=128,channels=2,deinterface,croptop=2}:duplica...
Following up ....... I have tried using other codecs but still can't get decent quality video. Others people using webcam and HTTP live streaming, are you seeing the same issue? Any other suggestions/advice on this topic will be much appreciated - thanks!
I have set up a HTTP webcam video stream using the following configuration: Webcam connected machine streams video to a server using RTP. The command I am using is: cvlc -v v4l2:///dev/video0 --sout='#transcode{vcodec=h264,vb=284,scale=0.5,acodec=mp4a,ab=128,channels=2,deinterface,croptop=2}:duplica...