Skip to content

lihp1603/mediasoup-go-simple-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mediasoup-go-simple-app

A demo application of mediasoup-go.

ref: https://github.com/mkhahani/mediasoup-sample-app

Installation

Clone the project:

$ git clone https://github.com/lihp1603/mediasoup-go-simple-app.git
$ cd mediasoup-go-simple-app

Set up the mediasoup-go-sample-app server:

$ cd server
$ go build

Make sure TLS certificates reside in /etc/certs directory with names fullchain.pem and privkey.pem.

Set up the mediasoup-go-simple-app browser app:

$ cd app
$ npm install

Run

  • Run the server application in a terminal:
$ cd server
$ ./server -ip xxx -port xxx 
  • In a different terminal build and run the browser application:
$ cd app
$ npm start
  • Enjoy.

License

MIT

About

A demo application of mediasoup-go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published