You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using switch operation to change from one publisher to another (using same codec, only video VP8).
I was surprised that we doesn't have "substream" and "temporal" present in the list of paremeters for that request. I have also checked the code and doesn't see any operation to reinitialize janus_rtp_simulcast_context on that operation (seen reinit of VP9 parameters but no VP8).
After some test, I think that we should have trouble, doesn't return to initial request substream_target if we get "falling back" (janus_rtp_simulcasting_context_process_rtp) during initial feed relay, then perform a switch to new one.
Regards.
The text was updated successfully, but these errors were encountered:
It's likely we didn't update "switch" when simulcast support was added at the time, or SVC for that matter. No time to look into it right now, sorry. If you can prepare a pull request with a fix, I'll be glad to review.
I'm using switch operation to change from one publisher to another (using same codec, only video VP8).
I was surprised that we doesn't have "substream" and "temporal" present in the list of paremeters for that request. I have also checked the code and doesn't see any operation to reinitialize janus_rtp_simulcast_context on that operation (seen reinit of VP9 parameters but no VP8).
After some test, I think that we should have trouble, doesn't return to initial request substream_target if we get "falling back" (janus_rtp_simulcasting_context_process_rtp) during initial feed relay, then perform a switch to new one.
Regards.
The text was updated successfully, but these errors were encountered: