Skip to content

a socket server for broadcasting media over socket & WebRTC p2p calling - سرور سوکت تماس نفر-به-نفر با وب آر تی سی و پخش رادیو و تی وی

Notifications You must be signed in to change notification settings

farhang-sa/node-media-server

Repository files navigation

Node Media Server

this app is a demonstration of broadcasting media over socket & WebRTC p2p calling. running build will generate two files ./dist/server.js and ./dist/scripts/app.bundle.js and you can simply run node ./dist/server.js to start.

note : in radio and tv , you must listen to a channel in another device/browser then start hosting in primary.

Node Socket Server

  1. Online Radio & Tv
  2. WebRTC peer2peer Calls

requirements

  1. nodejs v18
  2. nodemon ( npm i -g nodemon )
  3. webpack ( npm i -g webpack )

installing

  1. clone git clone https://github.cpm/farhang-sa/node-media-server
  2. install npm install
  3. edit ./src/hostPort.js and put your own hostname & port
  4. build npm run build
  5. start npm start

About

a socket server for broadcasting media over socket & WebRTC p2p calling - سرور سوکت تماس نفر-به-نفر با وب آر تی سی و پخش رادیو و تی وی

Topics

Resources

Stars

Watchers

Forks

Languages