You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
orsetTlsEnabled
) for enabling RTSPS functionality.The text was updated successfully, but these errors were encountered: