All Projects → chapin666 → kurento-group-call-node

chapin666 / kurento-group-call-node

Licence: MIT license
kurento group call server

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to kurento-group-call-node

mystery
WebRTC Server implemented by ❤️ Rust + Node.js.
Stars: ✭ 150 (+206.12%)
Mutual labels:  sfu, mcu
netxduo
Azure RTOS NetX Duo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
Stars: ✭ 151 (+208.16%)
Mutual labels:  mcu
CH552
L1 R1:WCH 24MHz MCS-51 USB MCU (CH552T/CH552P/CH552E/CH552G/CH551G)
Stars: ✭ 32 (-34.69%)
Mutual labels:  mcu
USBNinja
USBNinja Embedded Software Framework
Stars: ✭ 45 (-8.16%)
Mutual labels:  mcu
Awesome-Retro-Docs
A curated collection of technical documentation for Arcades, Handhelds, Consoles, Computers and MCU’s.
Stars: ✭ 128 (+161.22%)
Mutual labels:  mcu
CoreLibrary
📦 nanoFramework Base Class Library
Stars: ✭ 32 (-34.69%)
Mutual labels:  mcu
Mediasoup
Cutting Edge WebRTC Video Conferencing
Stars: ✭ 4,054 (+8173.47%)
Mutual labels:  sfu
bmp388
bmp388 full function driver
Stars: ✭ 14 (-71.43%)
Mutual labels:  mcu
amg8833
amg8833 full function driver
Stars: ✭ 78 (+59.18%)
Mutual labels:  mcu
nf-Visual-Studio-extension
🧰 Visual Studio extension for .NET nanoFramework
Stars: ✭ 42 (-14.29%)
Mutual labels:  mcu
hx711
HX711 full function driver for general MCU and Linux.
Stars: ✭ 67 (+36.73%)
Mutual labels:  mcu
awesome-embedded-swift
⚡️🛠🧰 A curated list for Embedded and Low-Level development in the Swift programming language.
Stars: ✭ 57 (+16.33%)
Mutual labels:  mcu
kms-filters
Filter elements for Kurento Media Server
Stars: ✭ 15 (-69.39%)
Mutual labels:  kurento
max7219
MAX7219 full function driver for general MCU and Linux.
Stars: ✭ 86 (+75.51%)
Mutual labels:  mcu
mcp9600
mcp9600 full function driver
Stars: ✭ 22 (-55.1%)
Mutual labels:  mcu
Srs
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT and GB28181.
Stars: ✭ 16,734 (+34051.02%)
Mutual labels:  sfu
ez-rtos
A micro real-time operating system supporting task switching, delay function, memory allocator and critical section. It is writen on ARM Cortex-M3 assemble language, it runs successfully on STM32F103 MCU.
Stars: ✭ 57 (+16.33%)
Mutual labels:  mcu
adbd
Android Debug Bridge daemon implementation in RT-Thread
Stars: ✭ 37 (-24.49%)
Mutual labels:  mcu
EnvOpenPico
An open source RP2040 MCU Board Family
Stars: ✭ 87 (+77.55%)
Mutual labels:  mcu
mediasoup-sfu-cpp
webrtc c++ library for mediasoup with full sfu c++ demo
Stars: ✭ 119 (+142.86%)
Mutual labels:  sfu

kurento-group-call-node (DEFAULT SFU)

This code is an example, I did not optimize it.

Please contact me for more information.

Required

Node Version: Node 8.x

branch checkout

git checkout sfu

or

git checkout mcu

install


npm install bower -g

npm run get

edit

./server/index.js 

const argv = minimst(process.argv.slice(2), {
    default: {
        as_uri: 'https://localhost:3000',
        ws_uri: 'ws://127.0.0.1:8888/kurento'   // your KMS uri
    }
});

run

 node index.js 

Mobile Client ( React Native )

kurento-group-call-react-native

server-side Must be trusted https

or

modify the server-side code to http (Only Firefox support)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].