open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
194 stars 96 forks source link

android subscribe simulcast stream with f,q, h get same min resolution in getStatus #253

Closed zhangyihui1 closed 3 years ago

zhangyihui1 commented 3 years ago

1: chrome and android join room 2: chrome publish simulcast stream with options = { audio : true, video : [ {rid: 'h', active: true, scaleResolutionDownBy: 4.0}, {rid: 'q', active: true, scaleResolutionDownBy: 2.0}, {rid: 'f', active: true,scaleResolutionDownBy: 1.0} ]} 3: android subscribe simulcast with h ,q ,f

expected: The resolutions of the three rids are: 720p, 360p, 180p

actual: all rid get 180p