Giter VIP home page Giter VIP logo

livestreaming-and-chat's Introduction

Live Streaming!!

  • Welcome to my implementation of live streaming along with real time chat. I'm going to make a live streaming platform that will supoort streaming from a single user...aka ME, but will let anyone view it, and interact in a chatroom while I stream a video!

Architecture

Video Streaming

  • Built with Peerjs for webrtc and socketio for websocket.
  • Admin publishing client waits for users to join.
  • When users join they emit an event containing their peerjs ID via websocket, which is relayed to Admin publishing client.
  • The admin publishing client upon recieving the viewer's peerjs client initiates a peer to peer connection to the viewer, and begins streaming audio and video data across the network using webrtc.

Live Chat

  • Purely built over websockets. The live chat does not utilize webrtc.
  • Clients emit messages that are then stored for running a backfill when later users join, this backfill is purged ever 10 seconds when thread size exceeds over 400 messages.
  • Server broadcasts messages, which is a monitored event that a client will respond to by altering it's own state.

Capabilities

  • Authenticated route to access to upload permissions
  • Once logged in I can begin streaming
  • A random user can hit a url to view a live stream session.
  • live stream sessions will be visible only when I am streaming.
  • live stream will be presented with a live chat room!

Technologies

  • Node js, Typescript, Javascript, HTML, CSS, EJS, WebRtc (peer), Webscokets (Socket.io)

How to run this?

  • Have npm installed!
  • npm i -g peerjs
  • Create and set your local env variables: JWT_KEY, USERNAME, PASSWORD
  • npm i
  • npm run start.
  • Access localhost:3000/admin/signin to login and stream
  • Access localhost:3000/ to view livestream and chat!

livestreaming-and-chat's People

Contributors

deriegle avatar hamdaankhalid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.