-
Notifications
You must be signed in to change notification settings - Fork 60
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
moq-pub: JSON catalog support, bugfixes #60
Conversation
cc: @zafergurel. Didn't quite get this working yet, but it's a start! |
@englishm If I can do something to help, please let me know. |
Ok, after fixing some bugs around subscriber-sent track ids, this hard-coded catalog works for the particular BBB test video I happen to be using. Next I need to make it actually generate real catalogs dynamically by parsing moov headers. |
Since I've learned the player side isn't currently dependent on all of these fields for playback (it actually still reads them from the init segment), I'm less stressed about working out how to parse all of them from the media itself right now. Planning to thread through some command line args to set the remaining fields and call this good. |
Also simplify how we pass around shared config to just use the clap parsed values directly.
I got it working on my machine. Thanks! @englishm |
Fixes some bugs around subscription handling and adds support for the new JSON catalog format