Git Product home page Git Product logo

visio's Introduction

visio

Ultra fast live streaming raw h264 from Raspberry Pi to multiple browser clients with Node, websockets and Broadway. The latency on LAN at 25fps is about 4 frames or 160ms.

Installation

npm install

If you are going to use UDP, also install socat.

apt install socat

Tested on RPI1, raspbian jessie and node v7.4.0.

Server

Receives h264 stream from raspivid and serves it to websocket clients. Start with node index.js --udpport 8000 --wsport 8081 for UDP mode or node index.js --tcpport 8000 --wsport 8081 for TCP mode.

Streamer

Streams live h264 from raspivid (or gstreamer) to the server. Check raspi.sh and start with ./raspi.sh. You could use something like ffmpeg -re -i foo.mp4 -c:v copy -f h264 udp://localhost:8000 to stream anything, just remember Broadway only supports h264 baseline and no audio.

HTTP-server

You should get one. Tested with http-server from npm.

Client

Minimal client is now running at http://server-ip:8080/. Works on most things with canvas and websockets.

visio's People

Contributors

dregu avatar

Stargazers

 avatar  avatar

Watchers

 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.