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

Support for SSL/TLS (RTSPS) in RTSP-Server #145

Open
duchdtran2706 opened this issue Jan 14, 2025 · 1 comment
Open

Support for SSL/TLS (RTSPS) in RTSP-Server #145

duchdtran2706 opened this issue Jan 14, 2025 · 1 comment

Comments

@duchdtran2706
Copy link

Problem Description

The library currently does not support RTSPS (RTSP over SSL/TLS) directly. I could not find a method like setSslContext or equivalent to configure SSL/TLS for securing the RTSP stream.

Expected Behavior

Provide a method to configure SSL/TLS (e.g., setSslContext or setTlsEnabled) for enabling RTSPS functionality.

@pedroSG94
Copy link
Owner

Hello,

It is not possible because I'm using ktor library for sockets and ktor doesn't support TLS in server side.
https://youtrack.jetbrains.com/issue/KTOR-7998/Ktor-TLS-server-implementation

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

2 participants