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 App] Not able to set/use 854x480 resolution for streaming #245

Closed vishalkharge closed 1 year ago

vishalkharge commented 1 year ago

When the publisher selects the 854x480 resolution from the setting menu, instead it uses 640x480 resolution.

STEPS:

  1. Open the Publisher App
  2. Configure the settings -> Select 854x480 resolution
  3. Instead it selects 640x480 resolution for streaming
  4. Go Live
  5. 640x480 resolution is used for streaming

Int Branch: int-issue-145-multisources

Environment: OS: macOS Ventura Version 13.1 Browser: Chrome Version 108.0.5359.124 (Official Build) (x86_64)

https://user-images.githubusercontent.com/110803586/211940061-0ecb2c7a-7c3f-4bf6-b56f-35849bbef34d.mov

vincentsong commented 1 year ago

854x480 is a reference setting option, not all web cameras support this resolution, so we only check the height, if it's *x480, then should be fine.