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

Receiving Substreams from Simulcast-Enabled Devices Without Simulcast Implementation #976

Closed
mail2mhossain opened this issue Aug 8, 2023 · 2 comments

Comments

@mail2mhossain
Copy link

We are currently utilizing Janus as our media server.

Our setup involves joining a video room with an SDP generated by SipSorcery. When another device transmits video with simulcast enabled, we receive one of the following streams (either 1 or 2) once the WebRTC connection is established:

{
   "janus": "event",
   "session_id": 4591975740462470,
   "sender": 3564487309735126,
   "plugindata": {
      "plugin": "janus.plugin.videoroom",
      "data": {
         "videoroom": "event",
         "room": 222528007479603,
         "mid": "0",
         "substream": 2
      }
   }
}

Is it possible in SipSorcery to retrieve this substream without having to implement simulcast on our end in SipSorcery?

@ChristopheI
Copy link
Collaborator

Simulcast is not supported.
PR welcome

@sipsorcery
Copy link
Member

AFAIK there's no simulcast capability specified in WebRTC. The closest thing is an SFU. I've captured this request as an SFU in the enhancements tracking issue.

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

No branches or pull requests

3 participants