音视频 学习&开发&测试 资源

一、FFmpeg 学习材料

1. 官方API文档

FFmpeg Documentation:http://www.ffmpeg.org/doxygen/trunk/index.html

2. 优秀开源项目

a). FFmpeg_Tutorial : https://github.com/yinwenjie/FFmpeg_Tutorial

b). FFplay.c 源码:http://ffmpeg.org/doxygen/trunk/ffplay_8c_source.html

c). FFmpegMediaMetadataRetriever:https://github.com/renhui/FFmpegMediaMetadataRetriever

二、H.264 学习材料

1. 优秀开源项目

a). JM:http://iphome.hhi.de/suehring/tml/download/    (注:推荐使用8.6版本)

2. 优秀博客专栏 

a). H.264/AVC视频编解码技术详解:https://me.csdn.net/shaqoneal

三、SDL 学习材料

1. 优秀教程

a). SDL 1.2 中文教程 - 游戏编程入门:http://kelvmiao.info/sdl-tutorial-cn/

b). SDL 2.0 中文教程 :https://www.cnblogs.com/renhui/category/1407497.html

2. 优秀学习项目

a). SDL学习笔记:https://github.com/renhui/SDLStudy

b). SDL开发播放器:https://github.com/renhui/SDLPlayer

四、AAC 学习

1. 开源AAC解码器

a). 开源AAC解码器faad官方网站:http://www.audiocoding.com/

b). faad2源代码(VC工程)下载地址:http://download.csdn.net/detail/leixiaohua1020/6374877

五、WebRTC 学习

(启动coturn服务器命令:./bin/turnserver)

1. ICE检测:https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/

六、YUV 测试

1. YUV资源下载

a).YUV Video Sequences:http://trace.eas.asu.edu/yuv/index.html

七、 音视频在线测试链接

1. M3U8 流

a). CCTV 1 直播流 :http://ivi.bupt.edu.cn/hls/cctv1hd.m3u8

b). CCTV 6 直播流 :http://ivi.bupt.edu.cn/hls/cctv6hd.m3u8

c). CCTV 8 直播流 :http://ivi.bupt.edu.cn/hls/cctv8hd.m3u8

2. MP4 流(备注:都是电影预告片链接)

http://vfx.mtime.cn/Video/2019/02/04/mp4/190204084208765161.mp4

http://vfx.mtime.cn/Video/2019/03/21/mp4/190321153853126488.mp4 

http://vfx.mtime.cn/Video/2019/03/19/mp4/190319222227698228.mp4

http://vfx.mtime.cn/Video/2019/03/19/mp4/190319212559089721.mp4

http://vfx.mtime.cn/Video/2019/03/18/mp4/190318231014076505.mp4

http://vfx.mtime.cn/Video/2019/03/18/mp4/190318214226685784.mp4

http://vfx.mtime.cn/Video/2019/03/19/mp4/190319104618910544.mp4

http://vfx.mtime.cn/Video/2019/03/19/mp4/190319125415785691.mp4

http://vfx.mtime.cn/Video/2019/03/17/mp4/190317150237409904.mp4

http://vfx.mtime.cn/Video/2019/03/14/mp4/190314223540373995.mp4

http://vfx.mtime.cn/Video/2019/03/14/mp4/190314102306987969.mp4

http://vfx.mtime.cn/Video/2019/03/13/mp4/190313094901111138.mp4

http://vfx.mtime.cn/Video/2019/03/12/mp4/190312143927981075.mp4

http://vfx.mtime.cn/Video/2019/03/12/mp4/190312083533415853.mp4

http://vfx.mtime.cn/Video/2019/03/09/mp4/190309153658147087.mp4

3.RTSP 流

rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov

原文地址:https://www.cnblogs.com/renhui/p/10413767.html