Skip to content

m59peacemaker/kurento-one2many-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

branch vanilla-app has better code

That branch is a work in progress - not setup for iOS yet, but the code is much better and doesn't use kurento's client-side library. I'll keep improving it as I get time.

Kurento One2Many iOS Demo

Adapted from Kurento's One2Many Demo

Start Kurento Media Server on port 8888 (default).

Enter ./server and run npm install then start the server with node server

Open ./www/index.js and set line 1 var host = to the ip/domain where kms and the node server are running.

Test in browser

Serve ./www/index.html

cd www
live-server --port=8081

Visit localhost:8081 in a browser.

Test on iOS device

Connect your iOS device to the Apple computer.

npm install xcode -g (globally or locally)
cordova platform add ios
cordova run ios --device

This is the Dockerfile I use for Kurento Media Server. I run it with --net=host to make things easier.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published