google / google/ExoPlayer

Add support for RTSPS streaming

Open
#9,494 0 comments 0 reactions 1 assignee Claimed by @claincly View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.