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 stop working on input device connection/disconnection to Android device.
It happens only with AIR applications and completely break video playback until application will be restarted.
Tested with multiple AIR versions, even with latest AIR 50.1.1.2 with multiple different Android devices with different OS versions and architectures with different videos with different input devices.
Same problem in all cases. Bluetooth devices, USB devices, keyboards, mouses, remote controllers.
The same problem using Video, StageVideo and VideoTexture.
It works fine with non-AIR applications.
There is no such issue with USB cameras or headphones.
There is no such issue with Windows/macOS devices. <disableMediaCodec>true</disableMediaCodec> didn't help.
Problem Description
Video stop working on input device connection/disconnection to Android device.
It happens only with AIR applications and completely break video playback until application will be restarted.
Tested with multiple AIR versions, even with latest AIR 50.1.1.2 with multiple different Android devices with different OS versions and architectures with different videos with different input devices.
Same problem in all cases. Bluetooth devices, USB devices, keyboards, mouses, remote controllers.
The same problem using
Video
,StageVideo
andVideoTexture
.It works fine with non-AIR applications.
There is no such issue with USB cameras or headphones.
There is no such issue with Windows/macOS devices.
<disableMediaCodec>true</disableMediaCodec>
didn't help.Related issues (not the same):
#2017
#1939
#1194
#1003
#706
#365
#155
#151
#87
#6
Steps to Reproduce
Application example with sources and example of video attached.
android_video_input_device_bug.zip
Actual Result:
No video anymore, just white screen. No any errors in
NetStatusEvent
Expected Result:
Video will not be interrupted or stopped.
Known Workarounds
none
The text was updated successfully, but these errors were encountered: