alexeyvasilyev / rtsp-client-android

Lightweight RTSP client library for Android
Apache License 2.0
210 stars 54 forks source link

Application crashed java.lang.IllegalStateException #42

Open sam21abc opened 2 years ago

sam21abc commented 2 years ago

first thanx for this library. its working on most of android devices but facing problem on pixel 5. streaming successfully loaded on surfaceview and after 1 sec application crashed with below error:

AndroidRuntime: FATAL EXCEPTION: RTSP video thread 
java.lang.IllegalStateException
        at android.media.MediaCodec.native_dequeueInputBuffer(Native Method)
        at android.media.MediaCodec.dequeueInputBuffer(MediaCodec.java:2855)
        at videoStream.codec.VideoDecodeThread.run(VideoDecodeThread.kt:63)

Is there any way to solve this problem.