gpt4 book ai didi

ffmpeg 管道直播到 ffplay

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

我想知道是否可以将互联网直播从 ffmpeg 传输到 ffplay?

举例说明:

直播到 test.mp4 作品

ffmpeg -i "https://Some livestream" -c copy "C:\ffmpeg\test.mp4"

录制视频到 test.mp4 和管道到 ffplay 作品
ffmpeg -i "https://Some recorded video" -c copy "C:\ffmpeg\test.mp4" -f matroska - | ffplay -fs  -

直播到 test.mp4 和管道到 ffplay 不起作用
ffmpeg -i "https://Some livestream" -c copy "C:\ffmpeg\test.mp4" -f matroska - | ffplay -fs  -

我收到此错误:

pipe:: Invalid data found when processing input



我如何让“Livestream to test.mp4 and pipe to ffplay”工作,这样我就可以观看直播了
在录制的时候?

(如果可能的话,我的意思是)

最佳答案

使用 MPEG-TS 等流格式
ffmpeg -i "https://Some livestream" -c copy "C:\ffmpeg\test.mp4" -c copy -f mpegts - | ffplay -fs -

关于ffmpeg 管道直播到 ffplay,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57970778/

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