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
When the RTSP stream is not of the correct encoding the following error happens:
Fix Format may be raw PCM 97 96
This crashes the whole application instead of just returning the error to be handled correctly.
Gracefully return error instead of crashing application.
The text was updated successfully, but these errors were encountered:
When the RTSP stream is not of the correct encoding the following error happens:
This crashes the whole application instead of just returning the error to be handled correctly.
Gracefully return error instead of crashing application.
The text was updated successfully, but these errors were encountered: