Skip to content

AlexandrFirst/Kurento-Server-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Kurento Server Example

This project provides an example of how to create a video conferencing application with a recording function using the Kurento Media Server.

Deployment

  1. Run Kurento Media Server using docker option
  docker run --rm ^
    -p 8888:8888/tcp ^
    -p 5000-5050:5000-5050/udp ^
    -e KMS_MIN_PORT=5000 ^
    -e KMS_MAX_PORT=5050 ^
    -e KMS_ICE_TCP=1 ^
    kurento/kurento-media-server:6.18.0
  1. Run the signal server (web API application). SignalR is used for signalling
  cd '.\CurrentoSignalServer\CurrentoSignalServer\'
  dotnet run
  1. Run the client application. It is written in Angular 15
  cd '.\currento-client\'
  npm i
  ng serve

Helpful Links

Nuget packages

The Kurento.NET API package is used to communicate with the Kurento Media Server.

About

Example of media lurento server one to many call

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published