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

Addressing review comments from Luke - moqjs #2

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

TilsonJoji
Copy link
Owner

This is related to previous PR : #1

Addressing review comments received on kixelated#103 and making the catalog compliant with https://www.ietf.org/archive/id/draft-ietf-moq-catalogformat-01.html

Related PR in moq-js : TilsonJoji/moq-rs#2

@TilsonJoji TilsonJoji self-assigned this Jul 11, 2024
@TilsonJoji
Copy link
Owner Author

UT

Catalog post code changes

[2024-07-11T13:43:13Z INFO moq_pub::media] catalog: {
"version": 1,
"streamingFormat": 1,
"streamingFormatVersion": "0.2",
"supportsDeltaUpdates": true,
"commonTrackFields": {
"namespace": "quic.video/watch/bbb",
"packaging": "cmaf",
"renderGroup": 1,
"altGroup": 1
},
"tracks": [
{
"name": "video_720p",
"initTrack": "0.mp4",
"initData": "1.m4s",
"selectionParams": {
"codec": "avc1.64001F",
"width": 1280,
"height": 720
}
},
{
"name": "audio",
"initTrack": "0.mp4",
"initData": "2.m4s",
"selectionParams": {
"codec": "mp4a.40.2",
"bitrate": 125587,
"samplerate": 44100,
"channelConfig": 2
}
}
]
}

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.

1 participant