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

Publish tracks with different codecs not working #543

Open
thepacketloss opened this issue Jan 8, 2025 · 0 comments
Open

Publish tracks with different codecs not working #543

thepacketloss opened this issue Jan 8, 2025 · 0 comments

Comments

@thepacketloss
Copy link

when I publish 3 tracks with different codecs all three tracks will publish with the codec of first published track.
I mean consider I want to publish 3 tracks like these :
Track 1 with AV1
Track 2 with VP9
Track 3 with VP8
all 3 tracks will be published with AV1 codec
and if I change the order of publish like this :
Track 1 with VP8
Track 2 with VP9
Track 3 with AV1
then all 3 tracks will be published with VP8 codec.
I tested these scenario with python sdk and there was no problem with that and it happens only with rust sdk.

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

1 participant