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

Fix acceptable media types for retreval of frames #49

Merged
merged 2 commits into from
Jan 12, 2022

Conversation

hackermd
Copy link
Member

Frames of an image may be compressed (encapsulated Pixel Data element) or uncompressed. The caller may not know how Pixel Data are encoded server side and may accept frames encoded either with "image/" or "application/octet-stream" media types. This PR fixes the implementation to allow a caller to make such a request.

@hackermd hackermd added the bug Something isn't working label Jan 12, 2022
@hackermd hackermd requested a review from swederik January 12, 2022 14:52
@hackermd hackermd self-assigned this Jan 12, 2022
@pieper pieper merged commit 9177427 into master Jan 12, 2022
@pieper pieper deleted the bug/retrieve-frames-media-types branch January 12, 2022 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants