RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
231 stars 28 forks source link

MediaPlayer.Info.IsPlaybackStalled() doesn't work on Android #1938

Open HZekriDEV opened 1 month ago

HZekriDEV commented 1 month ago

Issue When using mediaPlayer.Info.IsPlaybackStalled(), it doesn't do anything when building for Android. However it does work in editor.

Setup

Screenshots image

Gabox0242 commented 1 month ago

I have the same problem.

Chris-RH commented 3 weeks ago

Unfortunately we don't currently support the Stalled and Unstalled events on Android as the native player APIs (both Media Player and ExoPlayer) don't have a notion of a video becoming stalled. We are looking at ways we can emulate this behaviour in order to match the other platforms but are yet to have it implemented.