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

RTSP/RTP server implementation #89

Open
DrChat opened this issue Oct 28, 2023 · 0 comments
Open

RTSP/RTP server implementation #89

DrChat opened this issue Oct 28, 2023 · 0 comments

Comments

@DrChat
Copy link

DrChat commented Oct 28, 2023

I'm interested in using this library to host an RTSP server and have been doing my own research and creating scaffolding to do so.

I figure it's probably a good idea to create this issue to see if you (@scottlamb) had any plans on doing this already, and if not then to just track what needs to be done and hold relevant documentation.

My goal would be to create a server that is analogous to the client - it would provide an interface that can consume frames for the different streams and deliver them to listening clients.
It'd only implement functionality as far as the RTSP/RTP specifications describe (e.g. per my current understanding, that means no encoding/decoding for the different compression algos).

References:
RFC 7798 (HEVC RTP payload format): https://datatracker.ietf.org/doc/html/rfc7798
RFC 2326 (RTSP protocol): https://datatracker.ietf.org/doc/html/rfc2326

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant