GithubHelp home page GithubHelp logo

maxcelar / webcast.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webcast/webcast.js

0.0 0.0 0.0 2.99 MB

API and documentation for the webcast websocket protocol

License: MIT License

JavaScript 100.00%

webcast.js's Introduction

Webcast

This file and its corresponding repository documents the webcast protocol for streaming audio and video data using websockets.

Documentation

Webcast Flowchart
The Webcast Flowchart

Description

The webcast protocol is used to send multimedia data to a streaming server using websockets. It is designed to be implemented in browsers, thus providing a readily available browser client to stream local files and live media (webcam video, microphone audio).

How to test?

Client

A fully functional client is available for testing at webcast/webcaster.

Server

The examples/server/ directory contains a demo server, written in NodeJS. In order to run it, you will need a functional node install. Once this is done, you can execute npm install in the server/ directory and then cake run and you should be good to go!

Alternatively, a fully functional implementation of the protocol is available in liquidsoap. To test it, you can simply run liquidsoap with the following command line:

liquidsoap "output.ao(fallible=true,audio_to_stereo(input.harbor('mount',port=8080)))"

Webcast.js API

See API

Protocol Specifications

See SPECS

webcast.js's People

Contributors

mcfiredrill avatar toots 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.