dolbyio-samples / rts-app-react-publisher-viewer

A Real Time Streaming App example for dolby.io
MIT License
15 stars 9 forks source link

[Publisher] On safari 13+, allow the user to publish H.265 streams #397

Open dubeyShivank opened 1 year ago

dubeyShivank commented 1 year ago

We have validated that H.265 streams can be published and viewed on safari with RTS, but it requires a bit of setup.

The scope of this ticket is to allow the publisher to select H.265 as the preferred codec if -

The SDK should return H.265 when we query it for MediaCapabilities on Safari once the experimental feature flag is enabled.

dubeyShivank commented 1 year ago

Technically, this change has now been implemented in the SDK -> https://github.com/millicast/millicast-sdk/pull/233

When the SDK goes live next, the change will be published and H.265 will be available to safari users as a broadcasting option.