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

Add stream api not working when dynamically adding stream to conference. #5510

Closed
USAMAWIZARD opened this issue Aug 28, 2023 · 2 comments
Closed
Assignees

Comments

@USAMAWIZARD
Copy link
Contributor

Short description

stream not adding into conference when calling this api
https://antmedia.io/rest/#/BroadcastRestService/addStreamToTheRoom

Environment

  • Operating system and version:
  • Java version:
  • Ant Media Server version: 2.6.2
  • Browser name and version:

Steps to reproduce

  1. stream a video from obs to conference application
  2. call https://antmedia.io/rest/#/BroadcastRestService/addStreamToTheRoom
  3. stream will not be added

Expected behavior

stream should be added conference

Actual behavior

stream is not added even the response is 200

Logs

Place logs on pastebin or elsewhere and put links here

Ask your questions on Ant Media Github Discussions

@lastpeony
Copy link
Contributor

lastpeony commented Sep 8, 2023

This issue arises in multi-track conferences due to a limitation in the API call used to add a stream to a conference. This call does not add the stream to the subtracks of the conference room's stream. Fortunately, a fix has been developed, and a pull request will be submitted shortly to address this issue.

@USAMAWIZARD
Copy link
Contributor Author

Thanks for the update @lastpeony

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants