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
Thank you for your amazing works. This Plugin help me to resolve mutipily audio format easily. When my audio source err, the player while become idle, And I can't cache error, can't print the log info. And player can be stop.
Add This code , Then user can receive the error ,And do something.
_eventController.addError(error);
The text was updated successfully, but these errors were encountered:
xiaoxin-sky
changed the title
MPV: [error] ad: Error decoding audio.
MPV: [error] ad: Error decoding audio.But playbackEventStream can't catch the error state
Aug 24, 2024
Thank you for your amazing works. This Plugin help me to resolve mutipily audio format easily. When my audio source err, the player while become idle, And I can't cache error, can't print the log info. And player can be stop.
I think this code lead to player stop.
just_audio_media_kit/lib/mediakit_player.dart
Line 104 in 2a37718
when player receive error, maybe send error playback state.
just_audio_media_kit/lib/mediakit_player.dart
Line 105 in 2a37718
Add This code , Then user can receive the error ,And do something.
_eventController.addError(error);
The text was updated successfully, but these errors were encountered: