gpt4 book ai didi

video - ffmpeg 流与输出编解码器 ID 和不正确的编解码器参数不兼容

转载 作者:行者123 更新时间:2023-12-04 23:00:42 25 4
gpt4 key购买 nike

尝试使用 ffmpeg 流式传输到本地 rtmp 服务器。我的命令是这样的

ffmpeg -re -i http://127.0.0.1:8902 -c copy -f flv "rtmp://192.168.0.101/live/livestream live=1"

但它给了我一些错误

[flv @ 00000000003ac0c0] Tag [3][0][0][0]/0x00000003 incompatible with output codec id '86016' ([0][0][0][0])





Could not write header for output file #0 (incorrect codec parameters ?): Invali d data found when processing input



我错过了编解码器吗?

ffmpeg 构建:ffmpeg-20140214 x64 windows

最佳答案

FLV/RTMP 仅支持少数编解码器。
如果您的源不支持这些格式,则必须转码。

视频:

  • H.263
  • 屏幕视频
  • On2 VP6
  • AVC (H.264)

  • 声音的:
  • PCM
  • ADPCM
  • MP3
  • 内利莫瑟
  • G.711
  • 瑞声
  • 斯佩克斯
  • 关于video - ffmpeg 流与输出编解码器 ID 和不正确的编解码器参数不兼容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21828543/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com