We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c75a5 commit fc0b3d0Copy full SHA for fc0b3d0
README.md
@@ -1,6 +1,16 @@
1
##Live real time stream with no delay from Raspberry Pi to browser
2
based on broadway https://github.com/mbebenita/Broadway browser sw h264 decoder.
3
4
+##Install
5
+```
6
+git clone https://github.com/devalexqt/pi_h264.git
7
+cd pi_h264
8
+npm install
9
+node server.js
10
11
+Open page http://_raspberry_ip:8080
12
+
13
+##Description
14
In browser it use broadway h264 software decoder to decode NAL h264 packets and rendering decoded frame to html canvas.
15
For receive NAL h264 baseline packets from server (Raspberry Pi) it use websocket over sockets.io.
16
On server it use raspberry camera for get NAL baseline h264 packets from spawned process and send it over sockets.io.
0 commit comments