Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 431 Bytes

File metadata and controls

14 lines (9 loc) · 431 Bytes

CLI Commands for Streaming IP Camera

Stream RTSP stream to RTMP server

ffmpeg -i rtsp://admin:password@192.168.1.1:554/ -c copy -f flv rtmp://rtmp.xyz.com:port/streamname

Stream RTSP stream to RTMP server(if connection breaks pipeline after 30s)

ffmpeg -rtsp_transport tcp -stimeout 30000000 -i rtsp://admin:password@169.254.99.67:554/ -c copy -f flv rtmp://rtmp.xyz.com:1935/cam-name/error