码迷,mamicode.com
首页 > 其他好文 > 详细

m3u8

时间:2016-03-09 16:02:08      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:

audo apt-get install pkg-config
sudo apt-get install automake autoconf m4 libtool
sudo apt-get install libavformat-dev
sudo apt-get ppa-purge
ppa-purge ppa:mc3man/trusty-media
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get dist-upgrade

/usr/local/nginx/conf/mime.types
application/x-mpegURL m3u8;
video/MP2T ts;

http://media.xxxx.com/jp3.mp4

https://github.com/johnf/m3u8-segmenter
ffmpeg -i b.mp4 -codec copy -bsf h264_mp4toannexb a.ts
./segmenter -i out.ts -n 10 -p segmenter_test -m test.m3u8 -u

m3u8

标签:

原文地址:http://www.cnblogs.com/anjuncc/p/5257999.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!