itlancer

Results 137 comments of itlancer

Works as expected with AIR 51.0.0.2. Thanks! Waiting for fixes: https://github.com/airsdk/Adobe-Runtime-Support/issues/3083 https://github.com/airsdk/Adobe-Runtime-Support/issues/3084 and production release to close this feature request as completed. Anyway trying to playback MP4 H.264 files with...

For me such issues (`ArgumentError: Error 3672`) fixed with latest AIR 50.2.3.7 if you using video playback on Android with Starling/Stage3D.

For me such issues (`ArgumentError: Error 3672`) fixed with latest AIR 50.2.3.7 if you using video playback on Android with Starling/Stage3D.

@ajwfrost Firstly let me describe my use case. I need to display on screen camera view, process camera images (by native extension) and overlay some graphics over faces (such as...

@Jason0247, common pros of `VideoTexture` against `StageVideo`: - You can use it for complex render using `Stage3D`/Starling with other GPU-accelerated graphics, texts etc. - You can rotate video. - You...

@ajwfrost Thank you very much, it works! Workaround added to original issues. Anyway I think this issue should be fixed, may be with lower priority cause it could stuck a...

@ajwfrost With latest AIR 50.2.2.1 it marked as resolved but for us it still doesn't work. The same `NetStream.Play.Failed`. Tested with multiple different Ubuntu 22.04 devices (also with VM). In...

@ajwfrost Video playback still doesn't work even with latest AIR 51.0.1.1 for Linux. `NetStream::play()` with `IDataInput`/`ByteArray` also doesn't work https://github.com/airsdk/ANE-PlayAssetDelivery/issues/20#issuecomment-1978250262 In any case: ``` NetStream.Play.Start NetStream.Buffer.Full NetStream.Play.Failed NetStream.Play.Stop ```

Issue still exists with latest AIR 51.0.0.2.