131 / h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )
MIT License
1.08k stars 251 forks source link

Adding processing for GPIO using onoff raspberry pi 3 #64

Open babalu27 opened 6 years ago

babalu27 commented 6 years ago

Hello there, first off, thanks for sharing this! the video stream works great.

this is not really an issue rather a call for help. I am trying to add some simple GPIO operations and i am having trouble tapping into the websocket that is already established for the video stream.

i cannot figure out what to put in the server-rpi.js in order to access "socket.on" functionality as well as on the index.html side.

any help will be greatly appreciated!

the video stream runs just fine.