Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Support for multiple streams under same peer connection #468

Closed
3 tasks
OOOllie opened this issue Jan 11, 2024 · 1 comment
Closed
3 tasks

Support for multiple streams under same peer connection #468

OOOllie opened this issue Jan 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@OOOllie
Copy link

OOOllie commented Jan 11, 2024

Component your feature request relates to

  • Signalling server
  • Frontend library
  • Frontend UI library

Problem your feature solves? Please describe.
Having to create multiple tabs to receive multiple video streams is not efficient. User should be allowed to configure multiple streams of data in the same browser tab.

Describe the solution you'd like
Enable customizability to allow one player to subscribe to multiple streams at once over the same peer connection.

Additional context
This may require modification to the Pixel Streaming Plugin. I've been searching for a solution to add multiple Streamer instances to a player but I cannot find this.

@OOOllie OOOllie added the enhancement New feature or request label Jan 11, 2024
@lukehb
Copy link
Contributor

lukehb commented Jan 17, 2024

Having multiple video streams from the same peer connection would indeed require a modification to the Pixel Streaming plugin. The specific modification would be to support multiple video tracks to be added to each streamer/peer connection on the UE side.

While feasible, this is not on our roadmap at all. We would be willing to accept a PR on the Unreal Engine repo potentially, but this not something we are focusing on supporting any time soon.

@lukehb lukehb closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants