Hi guys,
Until now, I used FLV videos in my app and that worked great, but the performances aren't that great so I'm trying to migrate to MP4 videos and hardware accelerated decoding.
I tried both StageVideo and VideoTexture, and I noticed that with Air 22 Beta (Build 89), on Android (tested on my Galaxy S6) the video and the audio are clearly out of sync after 30 seconds of video. On Windows, the bug appears too but a little less. But the exact same file and code with Air 21 (build 176) and Air 20 works just fine. And the bug appear on both StageVideo and VideoTexture.
Did anyone noticed this ? Should I open a ticket in the BugBase ? Or am I doing something wrong ?
If you want to test it, you can try with the demo project "SimpleStageVideo" available on the official tutorial : Getting started with stage video | Adobe Developer Connection
Thanks in advance,