itlancer

Results 129 comments of itlancer

@joshtynjala Thanks for your answer. I have checked with macOS - indeed it works fine. But with Windows (tested with multiple different devices) it faults as described above.

Seems that issue with `asconfig.json` charset. Problem above happens only with Windows devices with UTF-8 charset for `asconfig.json` file. UTF-8 BOM charset cause error: `Unrecognized token 'п': was expecting (JSON...

@joshtynjala I have checked with macOS - indeed it works fine. But with Windows (tested with multiple different devices) it faults as described above. Without whitespaces all works fine. May...

@aW4KeNiNG, for me your video works fine with AIR SDK 33.1.1.633 and Windows 10 x64 device using `Video` class. Could you provide video playback AS3 code?

Seems it related to https://github.com/airsdk/Adobe-Runtime-Support/issues/1912#issuecomment-1138153263 "Release" swf now uses `omit-trace-statements=true` by default. You can set up `omit-trace-statements=false` to `amxmlc` compile arguments (if you use it) to avoid this issue.

Seems the same issue https://github.com/airsdk/Adobe-Runtime-Support/issues/906

@dmunsie I can tell about what our customers want. Crossplatform applications with multimedia capabilities. Most of consumer TV boxes uses Linux for ARM or Android. I'm not mention tvOS here...

@MalacTheLittle No matter which `containsVideo` value will be used. Low performance in both cases. Also no matter which `disableMediaCodec` value will be used. Also the same issue if you try...

@ajwfrost Hm, seems my fault. Made retest and edit original post. So, how video ending for me: Windows: `Video` - `NetStream.Play.Stop` `VideoTexture` - `onPlayStatus` `StageVideo` - `NetStream.Play.Stop` macOS: `Video` -...

@ajwfrost Great! May be some of that already outdated (legacy DRM-related methods). If it is so I think they should be removed and provide the same behavior/events/methods for different platforms...