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
Whenever I run the app for the first time, it runs successfully. It works perfectly even if I close the app and restarts it and also works for all the scenarios. Problem starts when app process is killed instantly and restarted again. The error is shows as described below:
RtkHDMIRxManager-JNI: RtkTranscodePlayer instance count: 1
RtkHDMIRxManager-JNI: HDMIRx is opened by another process, close the resource first
So, It reschedules the play method again and again by posting on handler and keeps running in the loop. As per my observation, HDMIRx is not released and is attached to the previous process.
Please help me out.
The text was updated successfully, but these errors were encountered:
Whenever I run the app for the first time, it runs successfully. It works perfectly even if I close the app and restarts it and also works for all the scenarios. Problem starts when app process is killed instantly and restarted again. The error is shows as described below:
RtkHDMIRxManager-JNI: RtkTranscodePlayer instance count: 1
RtkHDMIRxManager-JNI: HDMIRx is opened by another process, close the resource first
So, It reschedules the play method again and again by posting on handler and keeps running in the loop. As per my observation, HDMIRx is not released and is attached to the previous process.
Please help me out.
The text was updated successfully, but these errors were encountered: