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
I was curious to explore video decoding and rendering in the native-media sample, but it doesn't seem to work correctly at run time, the video simply doesn't appear on screen. It compiles with Android Studio 1.4 successfully, transfers to Galaxy S6, and it opens and runs. However, when pressing Play/Pause Java MediaPlayer button it crashes; and when pressing the Play/Pause Native MediaPlayer it just doesn't do anything. Each of the surfaces remains black. I have tried to figure out some solutions to no avail.
The text was updated successfully, but these errors were encountered:
this one is fixed with #182
be cautious though, I disabled the native_player side: something wrong with it I could not see it working before this code change and after this code change. some more work need to be done and will do it
the issues specific to this bug are fixed, we are playing from asset so clips will always there. apk will be big and pretty big since we are build one apk for all... Will use this sample and native-codec as example for split spk sample later.
The clip is updated too, the old one has some CRC problem.
check it out and re-open if there is problem for it, thanks
I was curious to explore video decoding and rendering in the native-media sample, but it doesn't seem to work correctly at run time, the video simply doesn't appear on screen. It compiles with Android Studio 1.4 successfully, transfers to Galaxy S6, and it opens and runs. However, when pressing Play/Pause Java MediaPlayer button it crashes; and when pressing the Play/Pause Native MediaPlayer it just doesn't do anything. Each of the surfaces remains black. I have tried to figure out some solutions to no avail.
The text was updated successfully, but these errors were encountered: