标签:dts 过程 visible 信号 pre image 视频流 logs 电视
这篇论文里讲得非常详细。下面说说我的理解。
练习:
brew install ffmpeg --with-ffplay
ffmpeg -re -i "http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8" -vcodec copy -acodec copy -bsf:a aac_adtstoasc -f flv rtmp://xxx.xxx.xxx:19xx/live/xxx?visible=false
视频流是韩国阿里郎电视节目,推到我们rtmp服务器xxx上
ffplay http://xxx.xxx.xxx/live/xxx/playlist.m3u8
client做了很多工作。我们能看到视频前,已经处理好了很多并放到内存中,这个过程是持续不断的,只要没有遇到视频结束信号
标签:dts 过程 visible 信号 pre image 视频流 logs 电视
原文地址:http://www.cnblogs.com/elsonwe/p/6808225.html