Add support for RTSPS streaming
Open
enhancement
needs triage
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
### Use case description
Currently RTSPS (RTSP over SSL) is not supported and URLs following a `rtsps://` scheme will result in an unknown protocol exception.
### Proposed solution
Detecting RTSPS streams by the URL scheme and using the `javax.net.ssl.SSLSocketFactory` instead of the standard `javax.net.SocketFactory` to handle the request.
Contributor guide
Assessment
This issue has not been assessed yet.