Giter Site home page Giter Site logo

pywally's People

Contributors

vicrep avatar

Watchers

 avatar  avatar  avatar  avatar

pywally's Issues

Add Websocket Signalling

Requirements

as a video publisher client, I want to

  • subscribe to a session's event channel
  • get notified when the session has a video-wall client ready to receive offers
  • send my RTC Peer Connection offer to the video wall
  • know when the video wall answers my offer
  • know when the video wall disconnects from my session
  • know when the session is being ended / deleted
  • know when other publishers join or leave the session

as a video-wall client, I want to

  • subscribe to a session's event channel
  • know when publishers join or leave the session
  • receive RTC PeerConnection offers
  • return RTC PeerConnection answers
  • know when publisher streams are destroyed
  • make a publisher client disconnect from the session

Session mgmt API

API Spec

Session

  • POST -> new session
  • GET -> get all sessions available
  • <session_id>
    • GET -> get session object
    • DELETE -> close and delete session
    • publishers
      • POST -> add publisher
      • DELETE -> remove publisher

Data Structure

session:
  id: string
  name: string
  subscriber: client<subscriber>
  publishers:
    - array
    - types: client<publisher>

client: 
  id: string
  name: string
  connection: RTCPeerConnection
  client_type: 
    - publisher
    - subscriber

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.