【问题标题】:Working with WebRTC on IOS在 IOS 上使用 WebRTC
【发布时间】:2015-02-09 16:39:57
【问题描述】:

我很高兴按照此处的教程在 iOS 上使用 WebRTC 进行视频聊天: http://ninjanetic.com/how-to-get-started-with-webrtc-and-ios-without-wasting-10-hours-of-your-life/

但是,当我连接到 apppot 服务器(使用 Channel 的 Google App Engine)时,我无法理解点对点视频聊天是如何进行的。是否可以删除此应用程序点。我有自己的客户验证系统。所以,我很确定要维护正确的身份验证,以确保谁将连接到谁。

【问题讨论】:

    标签: ios google-app-engine webrtc


    【解决方案1】:

    GAE 通道用于信令。信令不是 webrtc 的一部分,您可以使用任何您喜欢的信令方法。

    "Exchange of information via signaling must have completed successfully 
    before peer-to-peer streaming can begin"
    

    您可以找到更多信息herehere

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-05-17
      • 1970-01-01
      • 2016-05-18
      • 1970-01-01
      • 2021-06-30
      • 1970-01-01
      • 2021-12-30
      • 2018-07-19
      相关资源
      最近更新 更多