我想使用 ffmpeg 将 mp3 流用作音频到视频流。这是音频流:http://nspj.radiozamosc.pl/直到今天它都运行得很好。我不知道它为什么停止工作,因为音频流似乎没问题(但我无法控制它),但 ffprobe 无法处理它(Invalid data found when processing input
)。
流日志中出现相同的错误:
[AVIOContext @ 0x21a7280] Statistics: 2521 bytes read, 0 seeks http://nspj.radiozamosc.pl/: Invalid data found when processing input
为什么它不再起作用了?可以修复吗?
答案1
我正在为我的朋友管理这个流。结果发现他迟交了网络费,所有http
请求都返回了带有付款提醒的 html 页面(其他协议如ssh
或rtmp
根本没有受到影响)。这就是为什么ffmpeg
无法处理那个特定的音频流。
感谢你的协助。