-
Notifications
You must be signed in to change notification settings - Fork 31
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
Minimal updates for draft-04 interop with moq-rs #107
Minimal updates for draft-04 interop with moq-rs #107
Conversation
(Definitely open to help from others on this, btw.) |
6cd52c6
to
12ff3d3
Compare
This parses fine, but I don't love nesting the start/end values here and I wonder if it might be better to accept a tiny bit more complexity in the encoder so we can use undefined instead of `0` to denote cases where we haven't set these values. Leaning towards yes...
This is able to play back streams published and relayed by kixelated/moq-rs#172 but it still needs some cleanup. It looks like I missed some updates on the publish side, too, so I'll fix that up before marking as ready for review. |
12ff3d3
to
eb9e06b
Compare
I do like using the language from the spec, but given the start/end positions are nested within this, Location seems a better name for now.
f7dc3a3
to
5fa8cf0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some Typescript suggestions. If it's too much of a pain we can merge as-is.
Incorporate @kixelated's feedback from: kixelated#107 (comment)
Incorporates feedback from @kixelated: kixelated#107 (comment)
Need at least minimal wire image parsing support in order to merge kixelated/moq-rs#172 without breaking the quic.video demo site.
Not planning to implement everything in one go here, just enough to get keep the demos running for now.