Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] NetStream::appendBytes() MP4 H.264 support (for streaming content) #3281

Open
itlancer opened this issue Jun 2, 2024 · 0 comments
Labels

Comments

@itlancer
Copy link

itlancer commented Jun 2, 2024

Feature Description

With AIR 51 NetStream.play() now support IDataInput to pass MP4 H.264 video bytes to playback. But it works for now only for whole video files.
AIR also should support mechanism similar to NetStream::appendBytes() for MP4 H.264 for streaming content. To provide MP4 H.264 content by parts. It will allow to playback big video files and to unlock some video streaming playback options.

Related issues:
#1316 (reply in thread)
airsdk/ANE-PlayAssetDelivery#20 (comment)
#3260
#3115
#2296
#1984
#224
#211
#171
#155
#141
#139

Known Workarounds

Write own native extension for video formats playback which not supported by AIR natively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant