wumbo
wumbo

Reputation: 746

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?

Upvotes: 6

Views: 2986

Answers (1)

Logic
Logic

Reputation: 705

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

Upvotes: 1

Related Questions