Я хочу передать файл MP4 из FFmpeg в поток RTSP.
Я использую следующую команду:
ffmpeg -re -i /root/test_video.mp4 -f rtsp -muxdelay 0.1 http://x.x.x.x:8050/feed1.ffm
Connection to tcp://x.x.x.x:8050?timeout=0 failed: Connection refused
Could not write header for output file #0 (incorrect codec parameters ?): Connection refused
Error initializing output stream 0:0 --
[aac @ 0x25b3200] Qavg: 11662.538
[aac @ 0x25b3200] 2 frames left in the queue on closing
Conversion failed!
Пожалуйста, помогите?