An open API service indexing awesome lists of open source software.

https://github.com/PHZ76/RtspServer

RTSP Server , RTSP Pusher
https://github.com/PHZ76/RtspServer

live rtp rtsp rtspserver

Last synced: 6 months ago
JSON representation

RTSP Server , RTSP Pusher

Awesome Lists containing this project

README

          

## RtspServer
A RTSP server and pusher based on C++11

[中文介绍](https://github.com/PHZ76/RtspServer/blob/master/README_CN.md)

## Features
- Support Linux and Windows platforms.
- Support H.264/H.265/G711A/AAC
- Support unicast(rtp over udp, rtp over rtsp), multicast
- Support digest authentication

## Requirements
- Compiler support c++11, gcc4.8/vs2015 or above.

## Example
- [rtsp-server](https://github.com/PHZ76/RtspServer/blob/master/example/rtsp_h264_file.cpp)
- [DesktopSharing](https://github.com/PHZ76/DesktopSharing)

## Dependencies
- [websocketpp-md5](https://github.com/zaphoyd/websocketpp)

## License
- [MIT License](https://github.com/PHZ76/RtspServer/blob/master/LICENSE)

## Contact
- Email: penghaoze76@qq.com