This project was bootstrapped with Create React App. See Demo
Important Note: It has been directly merged reusing most of the code from the Janus video room demo, including jQuery!
In the project directory, you can run:
Install dependencies for client.
Install dependencies for backend server.
Run the client & server with concurrently.
Run the backend server only.
Runs the client only.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
-
Install docker and docker-compose. (If your machine is Windows and has WSL1, follow instructions here).
-
Clone the github repository of Janus WebRTC Media Server Docker container.
-
Build the image
docker build -t janus-server .
-
Run the container
docker-compose up
- Put
config.json
undersrc/components
.