millicast / millicast-sdk

SDK for building a realtime broadcaster using the Millicast platform.
Other
37 stars 28 forks source link

Add H.265 support if the browser supports H.265 #233

Closed dubeyShivank closed 1 year ago

dubeyShivank commented 1 year ago

Previously the SDK was able to broadcast with H.265 but was not able to publish it when queried with PeerConnection.getCapabilities('video').

Now the SDK will return H.265 if the browser supports it.

Tested on Chrome, Edge, Firefox and Safari on MacOS - h.265 only showed up on safari when the experimental flag was enaabled.