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

maxAudioTrackCount number of audio tracks are created in single track WebRTC play #5378

Open
burak-58 opened this issue Jul 19, 2023 · 1 comment
Assignees
Labels

Comments

@burak-58
Copy link
Contributor

Short description

When we set maxAudioTrackCount bigger than 1, this setting affects not only multitrack streams but also single track ones.

Environment

  • Ant Media Server version: 2.6.2

Steps to reproduce

  1. set maxAudioTrackCount to 7
  2. Publish a WebRTC stream
  3. Play the stream
  4. Check the number of audio tracks by WebRTC internals

Expected behavior

audio track count should be 1

Actual behavior

audio track count should be 7

@burak-58
Copy link
Contributor Author

@mekya mekya self-assigned this Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants