rtsp-simple-server
时间: 2023-10-16 14:08:46 浏览: 152
RTSP Simple Server is a lightweight and modular open-source RTSP server developed in Golang. It supports RTP/RTCP, RTSP TCP/UDP, and HTTP protocols and can stream video and audio content from a variety of sources, including local files, RTSP IP cameras, and other RTSP servers.
RTSP Simple Server is designed to be easy to use and deploy, with a simple configuration file and command-line interface. It also includes a web interface for monitoring and controlling streams from a browser.
Some key features of RTSP Simple Server include:
- Support for multiple concurrent streams
- Dynamic stream reconfiguration
- Authentication and access control
- Support for H264, H265, VP8, and VP9 codecs
- Low latency streaming
- Optimized for Raspberry Pi and other embedded devices
Overall, RTSP Simple Server is a great option for those looking for a lightweight and flexible RTSP server solution.
阅读全文