EricssonResearch / openwebrtc-android-sdk

SDK for adding OpenWebRTC to your Android app
BSD 2-Clause "Simplified" License
45 stars 29 forks source link

Sending Audio Only from server and Audio + Video from Android #11

Open onlyway opened 9 years ago

onlyway commented 9 years ago

I have problem and I can't figured out how to solve it. I want to send only audio from web client, and it is quite easy, because I can stop it in main.js But than I have problem on Android side. Video doesn't work and it is starting to be audio only. I've tried everything but can anyone tell me where to look for solution?

Other thing is that audio from Android device works only on Audio Only communication, where video is used also, there is problem and only video stream is send.

onlyway commented 9 years ago

EDIT: Audio from Android device works when I disable video stream in main.js. Than there is error Error processing ICE candidate but audio communication works in full duplex

carterbryden commented 8 years ago

We're also having an issue, but only during Android <-> Firefox streams. Everything seems to be working ok, no errors, but either video or audio will not be received by Firefox. The odds of which stream will go through (audio or video) on any firefox chat is about 50/50. Chrome has been testing OK for both streams and connection, no issues.

paullouisageneau commented 8 years ago

I'm having the same random behaviour, i.e. either video doesn't work or audio doesn't work on Firefox when streaming between Android and Firefox. I'm using the last revision of openwebrtc from the git. No errors are reported. Has anyone a clue about what could cause the issue ?