-
Notifications
You must be signed in to change notification settings - Fork 93
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
HD video, Issues with AES and Hardware decoding #103
Comments
Hi, great to hear about your progress. Looking forward to your updates. We also have some improvements pending and I hope you could upload your changes before us to avoid painful merge. |
Great, will try to get it up on github asap. —Reply to this email directly or view it on GitHub. |
Most importantly: the code is on github in my 'integration'-branch, todo: |
Updated the code to the main branch, swc is working properly, |
I've come across multiple demuxing issues in the source.
These bugs are the cause of stuttering HD video in the latest PPAPI flash plugins.
Also stream timestamps are getting out of sync when seeking, causing some plugins/browsers to crash.
AES decryption could also be a lot more cpu efficient if done with FlasCC/Crossbridge.
I've fixed these issues in my forked version,
FlasCC aes decryption
fixes for timestamps
fixes for h264 video demuxing.
I intend to release these fixes/improvements back to this project as soon as possible.
Contact me for more details.
The text was updated successfully, but these errors were encountered: