mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
.. | ||
broadway | ||
canvas | ||
dist | ||
h264liveplayer | ||
utils | ||
wsavc | ||
.gitignore | ||
.npmignore | ||
AUTHORS | ||
LICENSE | ||
package.json | ||
README.md |
Motivation
This is a very efficient h264 video player (that can run on live stream) for your browser. You might use this with raspicam raw h264 stream.
This is a player around Broadway Decoder, with very simple API. NAL unit (h264 frames) are split on the server side, so the client side is very simple (and allow frame skipping easily)