1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00
ShinobiCE/tools/ffmpegToWeb/Player/broadway
2018-06-07 23:21:38 -07:00
..
broadway Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
canvas Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
dist Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
h264liveplayer Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
utils Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
wsavc Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
.gitignore Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
.npmignore Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
AUTHORS Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
LICENSE Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
package.json Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00
README.md Shinobi CE officially lands on Gitlab 2018-06-07 23:21:38 -07:00

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)

See github sample project's page for more information