Replies: 1 comment
-
Here (https://github.com/Sean-Der/pion-bidirectional-simulcast) you can see an example for simulcast. Switching between tracks will be up to you according to your logic. Here (https://www.meetecho.com/blog/simulcast-janus-ssrc/) you can see how an OSS SFU does it too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to push simulcast stream to browser client, but its seems peer connection send only lower resolution layer to client
I use this code to configure tracks
but receive on client only first track (trackLow). What I need to do to switch track to trackHigh?
Beta Was this translation helpful? Give feedback.
All reactions