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
- Host: GitHub
- URL: https://github.com/PHZ76/RtspServer
- Owner: PHZ76
- License: mit
- Created: 2018-02-26T01:11:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T06:38:07.000Z (over 2 years ago)
- Last Synced: 2024-11-05T16:46:08.395Z (11 months ago)
- Topics: live, rtp, rtsp, rtspserver
- Language: C++
- Homepage:
- Size: 2.11 MB
- Stars: 990
- Watchers: 43
- Forks: 356
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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