Follow-up changes based on PR #892#950
Open
drivin wants to merge 4 commits intomathoudebine:dev/add-turing-8.8-v1.x-usb-protocolfrom
Open
Follow-up changes based on PR #892#950drivin wants to merge 4 commits intomathoudebine:dev/add-turing-8.8-v1.x-usb-protocolfrom
drivin wants to merge 4 commits intomathoudebine:dev/add-turing-8.8-v1.x-usb-protocolfrom
Conversation
…automatic JPEG transcoding for oversized images. Implemented H.264 video streaming including MP4 parsing, Annex-B extraction, chunk size negotiation, stream status polling, and automatic transcoding (ffmpeg fallback) when required. Extended file upload handling with large-file chunking and improved device-side compatibility handling.
Owner
|
Thank you for this PR @drivin! I will test it on my devices |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR builds on PR #892 with a small set of targeted follow-up changes.
- Included a matching, size-reduced background image in the appropriate resolution for these displaysI was not able to bypass the 1 MB limit, as this restriction also exists in the original program. Instead, the image is compressed before processing, which I have implemented accordingly.
Video files are now supported as well.
However, there is still an issue: JPEG-encoded images produce a visible bar with artifacts on the screen.
The changes are incremental and intended to be reviewed together with PR #892.