流媒体相关资料

来源:互联网 发布:团队办公软件 编辑:程序博客网 时间:2024/04/30 11:11

Linux---centos编译安装ffmpeg

http://blog.csdn.net/loyachen/article/details/50909854
Linux---nginx+ffmpeg搭建流媒体服务器
http://blog.csdn.net/loyachen/article/details/50907828
http://www.cnblogs.com/zx-admin/p/5697447.html
http://blog.csdn.net/cccallen/article/details/8440191/
http://blog.csdn.net/cjsafty/article/details/9108587
http://redstarofsleep.iteye.com/blog/2123752
http://bbs.u.zhbit.com/forum.php?mod=viewthread&tid=618

http://blog.csdn.net/tao_627/article/details/22271559

http://blog.csdn.net/xdwyyan/article/details/43198985

http://blog.csdn.net/weiyuefei/article/details/52053894

nginx-rtmp-module和ffmpeg搭建实时HLS切片

http://www.rosoo.net/a/201405/16971.html

http://blog.csdn.net/weiyuefei/article/details/52608162

nginx+lua实现视频的过期防盗链

http://blog.csdn.net/liuyunfengheda/article/details/16879673

http://blog.csdn.net/yuwenruli/article/details/8541952
http://blog.csdn.net/liuyunfengheda/article/details/16879673
http://blog.csdn.net/yuwenruli/article/details/8541952
http://ask.csdn.net/questions/173470

切片

ffmpeg -re -i /home/down/xxa.mp4 -vcodec libx264 -vprofile baseline -acodec aac  -ar 44100 -strict -2 -ac 1 -f flv -s 1280x720 -q 10 rtmp://120.77.66.54:1935/hls/xxa 

ffmpeg -re -i /home/down/xxa.mp4 -c:a copy  -c:v libx264 -b:v 512K -g 30 -f flv rtmp://localhost/hls/xxa

ffmpeg -i /home/down/xxa.mp4 -vcodec libx264 -vprofile baseline -acodec aac  -ar 44100 -strict -2 -ac 1 -f flv -s 1280x720 -q 10 -f flv  rtmp://120.77.66.54:1935/hls/xxa 

0 0
原创粉丝点击