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 99 forks source link

p2p: Android->js: js can not receive android remoteStream but Android publish callback trigger success #242

Open zhangyihui1 opened 4 years ago

zhangyihui1 commented 4 years ago

1: android connect p2pserver with 11 2: js connect p2pserver with 12 3: android and js addRemoteId each other 4: android publish localStream to js

expect android publish success ,and js receive android stream

actual android publish trigger success ,but js can not receive android remoteStream

note: android and js use default configration : const p2p = new Owt.P2P.P2PClient({ audioEncodings: true, videoEncodings: true, rtcConfiguration, }, signaling);

p2pServer log: android-chrome.txt

version: android: owt-client-native: master owt-client-android: master

js: chrome 86 owt-client-javascript: master

zhangyihui1 commented 4 years ago

Android -> Android also find this issue