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
Video playback after VideoTexture usage cause crash with Android.
Tested with multiple AIR versions, even with latest AIR 33.1.1.856 with multiple different Android devices with different OS versions with different MP4 H.264 videos.
Same problem in all cases.
The same issues exists if you try to create similar application using Starling.
It works fine with Windows and macOS
Cannot test with iOS because of issue: #1939
Problem Description
Video
playback afterVideoTexture
usage cause crash with Android.Tested with multiple AIR versions, even with latest AIR 33.1.1.856 with multiple different Android devices with different OS versions with different MP4 H.264 videos.
Same problem in all cases.
The same issues exists if you try to create similar application using Starling.
It works fine with Windows and macOS
Cannot test with iOS because of issue: #1939
Related issues (not the same):
#1939
#1174
#1159
#151
#139
#100
#87
#81
Steps to Reproduce
Launch code below with any Android device. First time video play using
VideoTexture
. After that the same video will try to playback usingVideo
.Application example with sources and example of video attached.
Also logcat output with crash log attached.
android_videotexture_video_crash.zip
Actual Result:
Application crash when video start to playback second time using
Video
.Full logcat log attached above.
Expected Result:
Video start to playback second time using
Video
without crash.Known Workarounds
none
*don't use
Video
andVideoTexture
in one applicationThe text was updated successfully, but these errors were encountered: