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 CompressedVideo schema #124

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Conversation

defunctzombie
Copy link
Contributor

@defunctzombie defunctzombie commented Jul 28, 2023

@defunctzombie defunctzombie merged commit e243fee into main Aug 4, 2023
8 checks passed
@defunctzombie defunctzombie deleted the roman/FG-4036-compressed-video branch August 4, 2023 00:25
{
name: "timestamp",
type: { type: "primitive", name: "time" },
description: "Timestamp of image",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we keep the "image" terminology here? Should this be "video frame" instead or something like that?

@jtbandes jtbandes mentioned this pull request Aug 15, 2023
},
],
};

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are keyframe and metadata no longer needed here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are no longer included because people often come from already having compressed video formatted streams and it would be too much of a heavylift for them to parse out this format-specific information and write it back to the message in a more accessible way. All of this information is included in the formatted data byte array

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

Successfully merging this pull request may close these issues.

4 participants