From 001b52150c025b6db83dbb47478262dbc8751b40 Mon Sep 17 00:00:00 2001 From: buZz Date: Tue, 3 Mar 2020 14:21:41 +0100 Subject: [PATCH] had me confused for a while ;) but its a decoder, not a encoder the raspi camera outputs h264 -directly- , amazing!!! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6382812..165476d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ NAL unit (h264 frames) are split on the server side, transported using websocket * I was targetting a real-time camera video feedback (no audio/surveillance cam) in the browser * There is no solution for "real time" mp4 video creation / playback (ffmpeg, mp4box.js, mp4parser - _boxing_ _takes_ _time_) * Media Source Extension is a dead end (mp4 boxing is far too hard to re-create on the client side) -* [Broadway](https://github.com/mbebenita/Broadway) provide the crazy emscripten/asm build of a h264 encoder accelerated by webGL canvas +* [Broadway](https://github.com/mbebenita/Broadway) provide the crazy emscripten/asm build of a h264 decoder accelerated by webGL canvas * Here is all the glue we need, enjoy ;-)