【发布时间】:2018-03-01 11:23:25
【问题描述】:
我有一个编码的音频文件(.aac 文件)。我想使用 FFMPEG 通过 RTP 流式传输此文件,无需任何转码。我正在使用以下命令:
ffmpeg -i input_file.aac -re -vn -acodec copy -strict experimental -f rtp rtp://225.0.0.1:1234
但上面的命令给出以下错误:
AAC with no global headers is currently not supported
谁能指出任何更正?
感谢您的帮助。
【问题讨论】: