Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyako/4d-class-websocket-server-video
Classes to implement a CCTV application based on WebSockets
https://github.com/miyako/4d-class-websocket-server-video
4d-class websocket-server
Last synced: 12 days ago
JSON representation
Classes to implement a CCTV application based on WebSockets
- Host: GitHub
- URL: https://github.com/miyako/4d-class-websocket-server-video
- Owner: miyako
- License: mit
- Created: 2024-02-05T01:37:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T11:43:08.000Z (12 months ago)
- Last Synced: 2024-11-11T02:19:27.660Z (2 months ago)
- Topics: 4d-class, websocket-server
- Language: 4D
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![version](https://img.shields.io/badge/version-20%2B-E23089)
![platform](https://img.shields.io/static/v1?label=platform&message=mac-intel%20|%20mac-arm%20|%20win-64&color=blue)
[![license](https://img.shields.io/github/license/miyako/4d-class-websocket-server-video)](LICENSE)
![downloads](https://img.shields.io/github/downloads/miyako/4d-class-websocket-server-video/total)# 4d-class-websocket-server-video
Classes to implement a CCTV application based on WebSockets.## Notes
To allow access to camera on HTTP (other than localhost)
* Google Chrome: goto `chrome://flags/#unsafely-treat-insecure-origin-as-secure`, enable, add `http:{address}`
* Safari: goto web inspector (same for iOS)
![](https://github.com/miyako/4d-class-websocket-server-video/assets/1725068/f0648095-f23f-40fa-bc56-e33a8b3f936a)
![](https://github.com/miyako/4d-class-websocket-server-video/assets/1725068/46f231d3-43a2-4ee7-8db6-c2cb627397a2)
## Acknowledgements
HTML, CSS, JS from [philnash/mediadevices-camera-selection](https://github.com/philnash/mediadevices-camera-selection)