Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorb/resort
A experiment with showing live video feeds with IPFS and libp2p
https://github.com/victorb/resort
ipfs libp2p webcam
Last synced: 29 days ago
JSON representation
A experiment with showing live video feeds with IPFS and libp2p
- Host: GitHub
- URL: https://github.com/victorb/resort
- Owner: victorb
- Created: 2017-05-30T22:29:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T16:27:51.000Z (almost 6 years ago)
- Last Synced: 2024-12-13T03:05:54.864Z (about 1 month ago)
- Topics: ipfs, libp2p, webcam
- Language: JavaScript
- Homepage: https://ipfs.io/ipfs/QmaK1BRzvYU7F2taQ5qAazKKDGqSgZ9vu2vSYyw1L852ws/
- Size: 3.91 KB
- Stars: 81
- Watchers: 7
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Resort - WebCam over IPFS
## Install & Run
- `npm install`
- `npm run dev`
- Open a webserver in the root directory
- Navigate to page and accept sharing webcam
- Open a new incognito window with same page
- Enjoy seeing yourself, TWICE!## TODO
- Layout
- Timeout
- Use IPFS to send hash of image instead of image itself
- Measure latency
- Debug output