Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslosarz/nextrtc-example-wo-spring
Example of use NextRTC in standalone mode
https://github.com/mslosarz/nextrtc-example-wo-spring
nextrtc webrtc webrtc-call webrtc-demos
Last synced: 13 days ago
JSON representation
Example of use NextRTC in standalone mode
- Host: GitHub
- URL: https://github.com/mslosarz/nextrtc-example-wo-spring
- Owner: mslosarz
- License: mit
- Created: 2017-07-18T20:22:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T12:59:01.000Z (over 6 years ago)
- Last Synced: 2024-12-01T13:49:56.213Z (2 months ago)
- Topics: nextrtc, webrtc, webrtc-call, webrtc-demos
- Language: JavaScript
- Size: 262 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextrtc-example-wo-spring
Example of use NextRTC in standalone modeClone project and then
- enter to directory with projectenter to directory ```conf```
and generate self signed certificate (in repository certificate might be expired):
```bash
keytool -keystore keystore.jks -genkey -alias tomcat -keyalg RSA
```
When answering the questions asked by keytool, make sure to use the name (CN) "127.0.0.1":
```
Enter keystore password: password
Re-enter new password: password
What is your first and last name?
[Unknown]: 127.0.0.1
What is the name of your organizational unit?
[Unknown]: Develepment
What is the name of your organization?
[Unknown]: NextRTC
What is the name of your City or Locality?
[Unknown]: Cracow
What is the name of your State or Province?
[Unknown]: Malopolskie
What is the two-letter country code for this unit?
[Unknown]: PL
Is CN=127.0.0.1, OU=Develepment, O=NextRTC, L=Cracow, ST=Malopolskie, C=PL corre
ct?
[no]: yesEnter key password for
(RETURN if same as keystore password):
```run
```bash
mvn clean install && mvn cargo:run
```_Sometimes websocket (js side) is throwing exception then try to change localhost to 127.0.0.1_