open-webrtc-toolkit / owt-client-android

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

Android subscribe simulcast stream failed with correct rid and wrong videoCodec and resolution #164

Closed zhangyihui1 closed 4 years ago

zhangyihui1 commented 4 years ago

1: chrome and android join room 2: chrome publish with video : [ {rid: 'q', active: true, scaleResolutionDownBy: 4.0}, {rid: 'h', active: true, scaleResolutionDownBy: 2.0}, {rid: 'f', active: true} ] resolution (640,480) . videoCodec= vp8

3: android subscribe this simulcast stream with setRid= q , resolution = (111,111) ,and videoCodec = vp8

expect : android subscribe success and resolution (160, 120), videocodec = vp8 actual: android subscribe failed

zhangyihui1 commented 4 years ago

test in release-v20191007 this issue can not reproduce