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

Add support for server-side RTSP #6

Open
RouquinBlanc opened this issue May 11, 2021 · 0 comments
Open

Add support for server-side RTSP #6

RouquinBlanc opened this issue May 11, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@RouquinBlanc
Copy link
Collaborator

The parsing or the RTSP stream already supports receiving both requests and replies (and binary data).

It is now time to try adding support for implementing an RTSP Server.

Need to identify how far to go, but what is originally planned is:

  • Multi-client support
  • Flexible registration of streams and corresponding handlers
  • Authentication (basic, digest)
  • Basic example proxying a connection to another RTSP stream
@RouquinBlanc RouquinBlanc added the enhancement New feature or request label May 11, 2021
@RouquinBlanc RouquinBlanc added this to the Release 2.0 milestone May 11, 2021
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

1 participant