我正在使用 Wirecast 发送单播流。看起来像这样udp://@:5434
。我正在尝试使用 ffmpeg 来分析这个流的 blackdetect 和 freezedetect。
到目前为止我尝试的是ffmpeg -i udp://@:5434 -filter:v blackdetect=d=9 -filter:a silencedetect=d=9 -t 10 -f null /dev/null
,但是这给出了错误:Invalid data when processing the input
我可以通过打开 .sdp 文件来解码 VLC 中的单播。
对理解这一点的任何帮助都会很棒。谢谢!