Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS client for Kurento tutorials

I'm trying to get an iOS client running one of the Kurento tutorials, e.g. this one: https://github.com/Kurento/kurento-tutorial-node/tree/master/kurento-hello-world. I haven't been able to find a lot about Kurento on iOS, other than the Kurento-iOS framework, which doesn't have a lot of documentation.

I have tried implementing NBMWebRTCPeerDelegate based on the documentation, but it doesn't say anything about actually streaming video and I can't get it to build. Does anyone know how to get a basic application running or know of any sample code?

like image 381
wumbo Avatar asked Jul 04 '16 06:07

wumbo


1 Answers

Rather than sing Kurento , you should go for ErizoClient iOS , it have full documentation for server configuration and also for client side,

for ios client : "Github Repo for Erizo Client iOS"

For documentation you can follow this link :

Documentation for Erizo Client

Demo Video Conferencing Rooms for Testing You can setup your own server for remote and localhost on Mac or ubuntu Server Installation

like image 136
Logic Avatar answered Oct 23 '22 22:10

Logic