You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a first step to building a working FETCH implementation, we should add the FETCH control message in moq-js.
The goal of this issue is to add everything to encode/decode the payload of a FETCH message, but not actually wire anything up.
This will unblock development in the backend where we can implement the same and ideally serve mocked responses to again unblock Playback/UI development.
As a first step to building a working FETCH implementation, we should add the FETCH control message in moq-js.
The goal of this issue is to add everything to encode/decode the payload of a FETCH message, but not actually wire anything up.
This will unblock development in the backend where we can implement the same and ideally serve mocked responses to again unblock Playback/UI development.
I have a WIP of adding SUBSCRIBE_NAMESPACE control messages here that we can use for inspiration: mcintyrehh/moq-js@draft-06...mcintyrehh:moq-js:draft-06-part2-electric-boogaloo. This doesn't cover everything, but it should be a good start.
https://www.ietf.org/archive/id/draft-ietf-moq-transport-07.html#message-fetch
The text was updated successfully, but these errors were encountered: