pion / mediadevices

Go implementation of the MediaDevices API.
https://pion.ly/
MIT License
547 stars 126 forks source link

Support simulcast #327

Open adwpc opened 3 years ago

adwpc commented 3 years ago

Summary

Helpful for publish simulcast streams

Motivation

ion-go-sdk or other go libs need this feature

lherman-cs commented 3 years ago

@adwpc what are the requirements to make this work? From my understanding, we only need to have special encoding parameters to specify the temporal and spatial scalabilities, and communicate this through the offer or answer SDP. Am I missing anything?