multimedia/README.md

19 lines
702 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### multimedia
流媒体开发学习合集
### 设备端
海思3518 IPC设备上的RTSP推流代码。
### 客户端
1. 基于QT。
2. 本地采集usb摄像头。
3. 基于ffmpeg的h264编解码。
4. 基于 portaudio采集pcm码流。
5. 基于ffmpeg 的aac编码。
6. 基于librtmp的推拉流。
7. 基于sdl的预览。
### 服务端
基于nginx-rtmp同时也需要将rtmp流转换为http-flv,传统的rtmp由于flash播放器不再支持。转换成http-flv之后可以用bilibili开源的flv.js直接播放无需flash播放器但是由于flv文件在本地有缓存而且nginx-rtmp在认证机制上有点落后因此不建议商业项目使用</br>
播放信令服务</br>