几个学习流媒体的案例代码网址

1. winlin winlinvip

simple-rtmp-server  https://github.com/winlinvip/simple-rtmp-server

SRS定位是运营级的互联网直播服务器集群,追求更好的概念完整性和最简单实现的代码。

2.wenjie.zhao    wenjiegit

https://github.com/wenjiegit

例子 :一个基于FFmpeg、libtorrent的P2P播放器实现 avplayer  https://github.com/wenjiegit/avplayer
3.Bull-Live-EncoderBull Live Encoder is a tool for pushing rtmp to server,
which supports H264 + AAC or H264 + MP3 and supports ingest from camera or desktop or some windows or other.
similar tools : obs or flash media live encoder.

Blog: BLE(http://wenjiegit.github.io/Bull-Live-Encoder/)
https://github.com/wenjiegit/Bull-Live-Encoder
4.

Bull-Live-Server

Bull Live Server 简称 BLS ,旨在使用C++语言提供强大功能和高性能的流媒体直播服务器。
5.

H264BSAnalyzer -- H264码流分析工具

 
6.

avplayer

 
 
7.

/AVCamera

一款家用安全防盗监控软件,无需额外购买昂贵的CCD监控摄像头,只需普通电脑视频聊天用的CMOS摄像头即可。

依赖库

ffmpeg 2.4       主要处理视频解码编码的部分
OpenCV 2.4.9     主要处理图像的部分
Boost            主要用于信号机制等
原文地址:https://www.cnblogs.com/lidabo/p/6934681.html