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

Add raw metadata to H264Configuration #19

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

hbc007
Copy link

@hbc007 hbc007 commented Oct 18, 2023

Related issue: #17

Previously, the H264Configuration returned in config event did not include the raw data for the h264 encoding metadata, which was causing failures in ffmpeg decoding.

This commit introduces a data field in the H264Configuration, which is populated during the config event with encoding metadata. Now ffmpeg can correctly process the h264 stream.

@hbc007 hbc007 changed the title Add raw meta data to H264Configuration Add raw metadata to H264Configuration Oct 18, 2023
@UrielCh
Copy link
Owner

UrielCh commented Oct 18, 2023

not tested, but should not cause any issue.

@UrielCh UrielCh merged commit f1d3f8a into UrielCh:master Oct 18, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants