Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Stream Webcam Video
- #Server
- vlc v4l2:// :v4l2-dev=/dev/video0 :v4l2-width=640 :v4l2-height=480 --sout="#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/live.ts}" -I dummy
- #Client
- vlc rtsp://<IP-ADDRESS>:8554/live.ts
- ffplay rtsp://<IP-ADDRESS>:8554/live.ts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement