medooze / media-server-demo-node

Demo application for the Medooze Media Server for Node.js
MIT License
92 stars 48 forks source link

[question] does media-server support chrome's style simalcast #6

Closed notedit closed 6 years ago

notedit commented 6 years ago

i see your example using RtpSender's setParameters, for chrome we can only modify the sdp to support simalcast, so does media-server support chrome's style simalcast sdp format?

murillo128 commented 6 years ago

Yes, see https://github.com/medooze/semantic-sdp-js/blob/master/test/simulcast_sim.js

murillo128 commented 6 years ago

I mean, media server supports it, but it is not implemented on the demo client-side yet