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

Allow the ability to define the initial timestamp for the packetizer. #111

Open
TroyKomodo opened this issue Jan 3, 2021 · 1 comment
Open

Comments

@TroyKomodo
Copy link

Summary

Currently the timestamp is defined using a random number

Timestamp: globalMathRandomGenerator.Uint32(),

This doesn't allow for syncing tracks from multiple sources where we can then swap the tracks from the server without repair.

Motivation

I have 4 video sources with different quality settings but they cannot be used with ABR since the initial timestamps do not correspond with each other.

@Sean-Der
Copy link
Member

Sean-Der commented Aug 6, 2021

Hey @TroyDota

I am in support of this! I would add a ...Option to the end and have it function like SampleBuilder.Option

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

No branches or pull requests

2 participants