gpt4 book ai didi

FFMPEG SRT 视频仅将音频发送到 icecast

转载 作者:行者123 更新时间:2023-12-04 23:32:19 29 4
gpt4 key购买 nike

所以我知道使用 FFMPEG 你可以阅读 srt://现在我现在您也可以拍摄视频并将其仅转换为音频。
但是我们遇到的问题是

  • 我们不知道如何只发送视频中的音频srt到icecast服务器

  • 到 icecast 的示例 RMPT 流:
    ffmpeg -re -i rtmp://192.168.22.12/live/live1 -vn \
    -codec:a libmp3lame -b:a 64k -f mp3 \
    -content_type audio/mpeg \
    icecast://source:pass@example.com:8000/mountpoint.mp3

    最佳答案

    ffmpeg -i srt://hostname:port -vn \
    -codec:a libmp3lame -b:a 64k -f mp3 \
    -content_type audio/mpeg \
    icecast://source:pass@example.com:8000/mountpoint.mp3
  • 需要 ffmpeg--enable-libsrt 编译.
  • FFmpeg SRT protocol documentationFFmpeg icecast protocol documentation .
  • 关于FFMPEG SRT 视频仅将音频发送到 icecast,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65118920/

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