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.
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.