https://github.com/64blit/ep-temp
a basic test bed, expect this repository to be scrapped at any moment.
https://github.com/64blit/ep-temp
Last synced: over 1 year ago
JSON representation
a basic test bed, expect this repository to be scrapped at any moment.
- Host: GitHub
- URL: https://github.com/64blit/ep-temp
- Owner: 64blit
- Created: 2024-02-16T20:33:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T18:37:55.000Z (about 2 years ago)
- Last Synced: 2025-02-08T00:43:54.845Z (over 1 year ago)
- Language: JavaScript
- Size: 5.61 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
1.
```
npm install; npm run build; npm run start;
```
2.
```
http://localhost:3000
```
3.
Select a webcam and click start.
Error in console inspector:
```
index-Bg14Ct0b.js:106 Failed to call liveIngress: TypeError: path.randomFillSync is not a function
at rng (index-Bg14Ct0b.js:77:5886)
at v4 (index-Bg14Ct0b.js:77:6619)
at new WebrtcWhip (index-Bg14Ct0b.js:89:157)
at Endpoint.liveIngress (index-Bg14Ct0b.js:89:7958)
at lu.startWebcamIngress (index-Bg14Ct0b.js:106:2786)
at async lu.toggleStart (index-Bg14Ct0b.js:106:1099)
```