libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
145 stars 50 forks source link

Black screen while play on Android hardware device #64

Closed gmanrainy closed 3 years ago

gmanrainy commented 3 years ago

I am trying to draw a video into a sprite, but after starting to play the video, I see one frame from the video for a split second and then just a black screen And at the same time on AVD everything work fine I tried different options and the result is the same, tried draw video to mash and replace MediaPlayer to ExoPlayer, but nothing

SimonIT commented 3 years ago

New snapshot with the fix should be available

gmanrainy commented 3 years ago

Checked and everything works well 👍