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

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

[Viewer] The selected quality option is not updated after user selected different one. #349

Closed vincentsong closed 1 year ago

vincentsong commented 1 year ago

Steps:

  1. Start live stream from publisher
  2. Click on settings in Viewer app
  3. Select Low quality

Expected: The quality dropdown should show Low selected

Actual: The quality dropdown still show Auto

jackshen commented 1 year ago

On millicast sdk 0.1.37, layers event is only returning one active layer in Viewer app when streaming with simulcast on in Publisher app. This means we can only see the auto quality option at the moment.

Image

jackshen commented 1 year ago

Looking at this issue again as SDK team was not able to replicate