-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local video doesn't be rendered. It doesn't be sent to remote machine on IOS 13 #153
Comments
Any solution for this? |
It's work perfectly to use GoogleWebRTC framework (https://webrtc.org/native-code/ios/). You have to follow above steps to run the sample. |
@linhongyi The problem is with iOS 13. Local video is showing only on landscape mode if I turn device to portrait that it is not working. I am testing on iPhone 7 plus device. On other devices working fine. Any help? |
@NirajCapermint The video does not display because of libjingle_peerconnection. The framework I couldn't fix it. |
@linhongyi Replacing libjingle_peerconnection by GoogleWebRTC does not particularly solve the issue as some header files are different. |
Any solution?? |
Hello @linhongyi could you please share how you migrated to GoogleWebRTC from libjingle_peerconnection? Thanks in advance |
|
|
Hello @sanaD13 your source code in github is a initial project. It's missing pod & webRTC source code. Please check again. Thank you. |
I found a good sample https://github.com/crossle/AppRTCMobile |
Hi. Check this again. Sorry about that
…On Thu, Jan 2, 2020 at 5:29 AM maunb ***@***.***> wrote:
I found a good sample https://github.com/crossle/AppRTCMobile
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#153?email_source=notifications&email_token=AFHSZEWQPA645SY6765ZSZLQ3W6YNA5CNFSM4I2IRTVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH6BO3Y#issuecomment-570169199>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFHSZETM4DRT45VNSIFV3WLQ3W6YNANCNFSM4I2IRTVA>
.
--
Regards,
Sana Desai
Software Developer (iOS Developer)
|
Hello All, |
Hello @linhongyi could you please share how you migrated to GoogleWebRTC from libjingle_peerconnection? Thanks |
Hey, |
Your REPO is giving error. |
@sunilju I migrated to GoogleWebRTC from libjingle_peerconnection base on this repo: https://github.com/crossle/AppRTCMobile/tree/master/webrtc
|
Can we solve issue by using 'libjingle_peerconnection' only? |
I mean we remove libjingle_peerconnection. We only use GoogleWebRTC. |
Now i am using GoogleWebRtc but problem is that How to get RtcMediaStreamTrack object for [peerconnection addTrack: streamIds:] method call? Give me some idea? |
Solve This. |
Local and Remote Video not working in GoogleWebRtc? Anyone help me |
Did you find any solution? |
I run the sample. It doesn’t send video to remote, but voice is ok. How could I fix it?
Thanks
The text was updated successfully, but these errors were encountered: