Publishing Webcam to RTMP (FFMPEG)



Published: 2017-07-14 10:57:38 +0000
Categories: BASH,

Language

BASH

Description

Short command to push video from a Video4Linux compatible webcam to RTMP

Snippet

# Without audio
ffmpeg -re -f v4l2  -i /dev/video0 -f flv -qscale 5 rtmp://[host]/[app]/[stream]

# With Audio
ffmpeg -re -f alsa -i hw:2,0 -f v4l2 -i /dev/video0 -f flv -qscale 5 rtmp://[host]/[app]/[stream]

Requires

  • FFMPEG (Or Avconv)

Keywords

ffmpeg, webcam, rtmp, camera, video, stream,

Latest Posts


Copyright © 2022 Ben Tasker | Sitemap | Privacy Policy
Available at snippets.bentasker.co.uk, http://phecoopwm6x7azx26ctuqcp6673bbqkrqfeoiz2wwk36sady5tqbdpqd.onion and http://snippets.bentasker.i2p
hit counter