Skip to content

Commit fc0b3d0

Browse files
author
devalexqt
committed
¨Description¨
1 parent d6c75a5 commit fc0b3d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
##Live real time stream with no delay from Raspberry Pi to browser
22
based on broadway https://github.com/mbebenita/Broadway browser sw h264 decoder.
33

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
414
In browser it use broadway h264 software decoder to decode NAL h264 packets and rendering decoded frame to html canvas.
515
For receive NAL h264 baseline packets from server (Raspberry Pi) it use websocket over sockets.io.
616
On server it use raspberry camera for get NAL baseline h264 packets from spawned process and send it over sockets.io.

0 commit comments

Comments
 (0)