itlancer
itlancer
Fixed with latest AIR 51.1.1.2. Thanks!
@ajwfrost Issue still exists with latest AIR 51.0.1.1. Tested with `VideoTexture`. To reproduce this issue you could use sample from https://github.com/airsdk/Adobe-Runtime-Support/issues/1939 (just change video with sound).
> to confirm, is this for MP4 videos (rather than e.g. FLV)? @ajwfrost Yes, this is for MP4 H.264 (tested with multiple different videos). I didn't test this issue with...
@ajwfrost With AIR 51.0.1.4 now it works but only if `soundTransform` applied after `NetStream::play()` call. It doesn't work in other case. Here sample: ``` package { import flash.display.Sprite; import flash.events.Event;...
With latest AIR 31.1.1.345 application sample from origin issue https://github.com/Gamua/Adobe-Runtime-Support/files/3800422/video_high_profile_bug.zip cause application hanging for Windows. Any operation with `NetStream` (`seek`, `play`, `close` etc methods) after `onPlayStatus` event for such videos...
@ajwfrost With latest AIR 31.1.1.476 application still hangs and crashes with provided sample.
Hangs still exists with latest AIR 33.1.1.533 BETA.
Hangs still exists with latest AIR 51.0.1.1. Also the same issue with High 4:2:2 Profile (Hi422P, 122) videos. Sample: https://github.com/airsdk/Adobe-Runtime-Support/assets/10899066/4d524bf3-3ed1-4dea-aced-3780d40f98c0
Issue still exists with latest AIR 51.1.2.1.
May be it will be better to completely remove `air.` prefix as legacy so users could add it by themselves manually if it necessary to maintain applications with it.