crossle / janus-gateway-android

Implements Janus gateway video room on Android
MIT License
60 stars 30 forks source link

I am not able to get the remote video .I only able to see local video #7

Closed akbarattar3 closed 4 years ago

akbarattar3 commented 4 years ago

Please let me know if I am doing anything wrong

crossle commented 4 years ago

Plz set turn server if your relay the video

akbarattar3 commented 4 years ago

@crossle we have turn server but in code there is no where space to set it

crossle commented 4 years ago

https://github.com/crossle/janus-gateway-android/blob/master/app/src/main/java/in/minewave/janusvideoroom/PeerConnectionClient.java#L376

akbarattar3 commented 4 years ago

Thanks but when I added the turn server its giving me this error "java.lang.NumberFormatException: Invalid BigInteger: "

akbarattar3 commented 4 years ago

And this is the log if that helps you to debug thanks in advance

"Duration: 4000 ms. Frames received: 100. Dropped: 0. Rendered: 100. Render fps: 25.0. Average render time: 2773 μs. Average swapBuffer time: 2265 μs. Duration: 4004 ms. Frames received: 0. Dropped: 0. Rendered: 0. Render fps: 0.0. Average render time: NA. Average swapBuffer time: NA."

akbarattar3 commented 4 years ago

@crossle can you please suggest

akbarattar3 commented 4 years ago

Issue is solved now thanks