我正在尝试使iOS客户端运行Kurento教程之一,例如这个:https://github.com/Kurento/kurento-tutorial-node/tree/master/kurento-hello-world。除了Kurento-iOS框架(没有大量文档)之外,我在iOS上找不到很多有关Kurento的信息。
我曾尝试根据文档实现NBMWebRTCPeerDelegate,但它没有对实际流式视频进行任何说明,也无法对其进行构建。有谁知道如何运行基本应用程序或任何示例代码?
最佳答案
而不是唱Kurento,您应该使用ErizoClient iOS
,其中包含有关服务器配置以及客户端的完整文档,
对于ios客户端:
"Github Repo for Erizo Client iOS"
对于文档,您可以点击以下链接:
Documentation for Erizo Client
Demo Video Conferencing Rooms for Testing
您可以在Mac或ubuntu上为远程和本地主机设置自己的服务器
Server Installation
关于适用于Kurento教程的iOS客户端,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/38178247/