-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Xiemin Chen (xiemchen)
committed
May 31, 2017
1 parent
fcfc137
commit 7d42d58
Showing
2 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.