我想将FFmpeg的MP4文件提要到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!
请帮助?
答案 0 :(得分:0)
通常将RTSP发布到流服务器的地址如下:
rtsp://[user:password@][streaming-server]:1935/[application]
您可以使用Wowza SE将视频发布为RTSP(在https://www.wowza.com/html/mobile.html上进行演示),或者允许用户使用https://broadcastlivevideo.com/schedule-video-playlist-as-live-streaming-channel/之类的解决方案将视频安排为实时流。