Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralphhughes/Rtsp2Html5
Proxy for converting the live stream from an IP camera into something all web browsers can consume
https://github.com/ralphhughes/Rtsp2Html5
Last synced: 8 days ago
JSON representation
Proxy for converting the live stream from an IP camera into something all web browsers can consume
- Host: GitHub
- URL: https://github.com/ralphhughes/Rtsp2Html5
- Owner: ralphhughes
- Created: 2018-09-17T15:46:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T15:51:41.000Z (about 6 years ago)
- Last Synced: 2024-08-01T13:34:29.571Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 16
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rtsp2Html5
Proxy for converting the live stream from an IP camera into something all web browsers can consumeThis is NOT production ready. I bodged this together so I could view my IP camera when I wasn't at home.
# Installation
I use a raspberry pi for the streaming proxy and hosting the frontend. Any linux based system should work however.
$ sudo apt-get install ffmpeg nodejs nginx etc
$ cd /var/www
$ git clone https://github.com/ralphhughes/Rtsp2Html5.git
$ cd Rtsp2Html5
$ nodejs livestream.js
Then visit http://[Your pi IP]/Rtsp2Html5/livestream.htm in your browser