Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including h264-live-player with all npm packages installed. Try it out:

var h264LivePlayer = require("h264-live-player")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

h264-live-player v1.3.1

This is a very simple 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](https://github.com/mbebenita/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)

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free