Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NOTICE] New RTSP Server Library #155

Open
rjsachse opened this issue Jan 4, 2025 · 1 comment
Open

[NOTICE] New RTSP Server Library #155

rjsachse opened this issue Jan 4, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rjsachse
Copy link

rjsachse commented Jan 4, 2025

I was creating an RTSP server for this project ESP32-CAM_MJPEG2SD (Not yet implemented) and realised it would be even more useful as a library so it can be easily integrated into other projects. The RTSP Server library enables you to stream Video, Audio, and Subtitles all in one RTSP stream. It supports UDP, TCP, and Multicast, though currently is limited to one client at a time. TCP is slower than UDP, Unicast, or Multicast, but all options are available for flexibility. This initial release was quickly put together before I returned to work, with plans for further optimization. Only tested on my own esp32s3 custom board.

Try out the example and explore the capabilities of the RTSP Server library here: RTSPServer

@rzeldent
Copy link
Owner

rzeldent commented Jan 5, 2025

Hi RJachse,

Thanks for pointing to this project; it is really impressive!
Will certainly look into this!

@rzeldent rzeldent self-assigned this Jan 5, 2025
@rzeldent rzeldent added the enhancement New feature or request label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants