Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiemin Chen (xiemchen) committed May 31, 2017
1 parent fcfc137 commit 7d42d58
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
# kurento-android-helloworld
kurento android helloworld app
kurento android helloworld / live broadcasting app

How to Start
How to Start:

Step 1:
Setting the VM args to: -Dkms.url=ws://107.182.182.152:8888/kurento

Make sure you run the kurento helloworld web app before, refer to:

For kurento-helloworld:

1. Make sure to run the kurento helloworld web app, config the refer to:
http://doc-kurento.readthedocs.io/en/stable/tutorials/java/tutorial-helloworld.html

Step 2:

Change the LoopbackActivity.WS_URL to your web app server address:
private static final String WS_URL = "wss://10.140.203.30:8443/helloworld";
2. Change the CallActivity.WS_ADDR to your web app server address:

Change the LoopbackActivity.TURN_ADDRESS, LoopbackActivity.TURN_USERNAME LoopbackActivity.TURN_PASSWORD to your turn server configuration.
Change the CallActivity.TURN_ADDRESS, CallActivity.TURN_USERNAME CallActivity.TURN_PASSWORD to your turn server configuration if needs.

3. Run to see the loopback video.


For kurento-one2many-call:

1. run the one2many kurento java tutorial, refer to:
http://doc-kurento.readthedocs.io/en/stable/tutorials/java/tutorial-one2many.html

2. Change WS_ADDR, TURN configuration accroding

Step 3:
3. Start presenter in browser, then run android app to see the browser's video

Run to see the loopback video.
13 changes: 0 additions & 13 deletions src/main/java/cxm/example/kurento/util/Directories.java

This file was deleted.

0 comments on commit 7d42d58

Please sign in to comment.