我尝试使用下一个命令:
ffmpeg -i link_to_rtsp -an -vcodec copy -f flv -rtmp_conn "my_options" -rtmp_live recorded link_to_rtmp
当我在Ubuntu上运行时,这个解决方案很有效,但是当我在Windows XP / 7上运行时,ffmpeg停止了:
Metadata:
title : RTSP/RTP stream 1 from DCS-2130
comment : live1.sdp
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (High), yuvj420p(pc), 640x480 [SAR
fps, 25.08 tbr, 90k tbn, 150 tbc
Stream #0:1: Audio: adpcm_g726, 8000 Hz, mono, s16, 32 kb/s
有人可以帮我吗?为什么Windows上的ffmpeg不能正确运行此命令?我尝试使用ffmpeg版本2.2.11,2.4.2,2.5.2,但仍然有这个问题。