Giter VIP home page Giter VIP logo

Comments (23)

sanaD13 avatar sanaD13 commented on July 17, 2024 1

Any solution??

https://github.com/sanaD13/SDWebRTC

from apprtc-ios.

sanaD13 avatar sanaD13 commented on July 17, 2024 1

from apprtc-ios.

Offek avatar Offek commented on July 17, 2024 1

Hello All,
I managed to solve it by compiling the WebRTC code as someone previously recommended.
Follow the guide in https://webrtc.org/native-code/ios/ to download all the sources and compile the Xcode project. This project will generate the latest WebRTC framework and corresponding files along with sample application. Use these in your project and make necessary changes to fix errors/warnings to have local video be rendered properly on iOS 13.

from apprtc-ios.

NirajCapermint avatar NirajCapermint commented on July 17, 2024

Any solution for this?

from apprtc-ios.

linhongyi avatar linhongyi commented on July 17, 2024

It's work perfectly to use GoogleWebRTC framework (https://webrtc.org/native-code/ios/). You have to follow above steps to run the sample.

from apprtc-ios.

NirajCapermint avatar NirajCapermint commented on July 17, 2024

@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?

from apprtc-ios.

linhongyi avatar linhongyi commented on July 17, 2024

@NirajCapermint The video does not display because of libjingle_peerconnection. The framework I couldn't fix it.
I replaced libjingle_peerconnection by GoogleWebRTC to achieve our goal.

from apprtc-ios.

sanaD13 avatar sanaD13 commented on July 17, 2024

@linhongyi Replacing libjingle_peerconnection by GoogleWebRTC does not particularly solve the issue as some header files are different.

from apprtc-ios.

yasirIqbal11 avatar yasirIqbal11 commented on July 17, 2024

Any solution??

from apprtc-ios.

Offek avatar Offek commented on July 17, 2024

Hello @linhongyi could you please share how you migrated to GoogleWebRTC from libjingle_peerconnection? Thanks in advance

from apprtc-ios.

sanaD13 avatar sanaD13 commented on July 17, 2024

Hello @linhongyi could you please share how you migrated to GoogleWebRTC from libjingle_peerconnection? Thanks in advance

Try: https://github.com/sanaD13/SDWebRTC

from apprtc-ios.

maunb avatar maunb commented on July 17, 2024

Any solution??

https://github.com/sanaD13/SDWebRTC

Hello @sanaD13 your source code in github is a initial project. It's missing pod & webRTC source code. Please check again. Thank you.

from apprtc-ios.

maunb avatar maunb commented on July 17, 2024

I found a good sample https://github.com/crossle/AppRTCMobile

from apprtc-ios.

sunilju avatar sunilju commented on July 17, 2024

Hello @linhongyi could you please share how you migrated to GoogleWebRTC from libjingle_peerconnection? Thanks

from apprtc-ios.

sanaD13 avatar sanaD13 commented on July 17, 2024

Hello @linhongyi could you please share how you migrated to GoogleWebRTC from libjingle_peerconnection? Thanks

Hey,
In this repo I used GoogleWebRTC framework https://github.com/sanaD13/SDWebRTC
Hope it helps.

from apprtc-ios.

sunilju avatar sunilju commented on July 17, 2024

Hello @linhongyi could you please share how you migrated to GoogleWebRTC from libjingle_peerconnection? Thanks

Hey,
In this repo I used GoogleWebRTC framework https://github.com/sanaD13/SDWebRTC
Hope it helps.

Your REPO is giving error.

from apprtc-ios.

maunb avatar maunb commented on July 17, 2024

@sunilju I migrated to GoogleWebRTC from libjingle_peerconnection base on this repo: https://github.com/crossle/AppRTCMobile/tree/master/webrtc

  1. �In popfile, remove pod 'libjingle_peerconnection' by pod 'GoogleWebRTC'
  2. You need to update render local and remote video base on repo sample

from apprtc-ios.

sunilju avatar sunilju commented on July 17, 2024

@sunilju I migrated to GoogleWebRTC from libjingle_peerconnection base on this repo: https://github.com/crossle/AppRTCMobile/tree/master/webrtc

  1. �In popfile, remove pod 'libjingle_peerconnection' by pod 'GoogleWebRTC'
  2. You need to update render local and remote video base on repo sample

Can we solve issue by using 'libjingle_peerconnection' only?

from apprtc-ios.

maunb avatar maunb commented on July 17, 2024

Can we solve issue by using 'libjingle_peerconnection' only?

I mean we remove libjingle_peerconnection. We only use GoogleWebRTC.

from apprtc-ios.

sunilju avatar sunilju commented on July 17, 2024

Now i am using GoogleWebRtc but problem is that How to get RtcMediaStreamTrack object for [peerconnection addTrack: streamIds:] method call?

Give me some idea?

from apprtc-ios.

sunilju avatar sunilju commented on July 17, 2024

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.

from apprtc-ios.

sunilju avatar sunilju commented on July 17, 2024

Local and Remote Video not working in GoogleWebRtc?

Anyone help me

from apprtc-ios.

shanmugam105 avatar shanmugam105 commented on July 17, 2024

Did you find any solution?

from apprtc-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.