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: 4 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T11:43:08.000Z (over 2 years ago)
- Last Synced: 2025-01-08T17:55:27.654Z (over 1 year 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
- License: LICENSE
Awesome Lists containing this project
README


[](LICENSE)

# 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)


## Acknowledgements
HTML, CSS, JS from [philnash/mediadevices-camera-selection](https://github.com/philnash/mediadevices-camera-selection)