Skip to content

ffplay & curl

cheyiliu edited this page Sep 25, 2014 · 2 revisions

(通过curl从URL下载,下载位置从range开始,输出到标准输出,然后用ffplay播放)

URL="http://www.shyd.chinacache.net:80/000000000000/3000700116/20140812022918_chaofanzhizhuxia2jianjiban_946942638_946967840_200019229.ts?&channel-id=cmcc&isHD=0&isIpqam=0&mos=jbjhhzstsl&Contentid=3000700116&stbId=00420100020113101311B836D8AC0C9F&starttime=2001000&duration=7998000&version=1.0&owchid=cmcc&owsid=9100104672153529324&AuthInfo=Vzp8A3UVS%2fSjW%2bsbd7zTIXxdndG%2bbwYa7kUBfA9NK0ca1KqfUKcBlC9szGSKI4A%2bN1tFXdtLrAMp1Z0IacpIbhPIM6zm%2fEq0JbyJvtmvjgE%3d"

curl --header "Range: bytes=18990000-" $URL -o  -| ffplay -f mpegts - 

ffplay log 输出

ffplay -f mpegts $URL -v 48
Clone this wiki locally