https://github.com/scbd/cctv
Meeting CCTV
https://github.com/scbd/cctv
Last synced: 9 months ago
JSON representation
Meeting CCTV
- Host: GitHub
- URL: https://github.com/scbd/cctv
- Owner: scbd
- License: mit
- Created: 2016-04-21T21:59:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T01:21:16.000Z (over 1 year ago)
- Last Synced: 2025-01-18T20:39:13.945Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCTV
## Use of iframe.html
- Copy the `iframe.html` file to the local machine
- make the browser start by opening the `iframe.html` whit the 2 query string parameters
- `url` of the page to load (must be uerlEncoded use https://meyerweb.com/eric/tools/dencoder/)
- `ttl` time in minutes before the page reload (eg: ttl=15 wil reloade the app every 15 minutes)
Create a shortcut int the computer startup. eg:
```
chrome.exe --kiosk file:///path/to/iframe.html?ttl=15&url=https%3A%2F%2Fwww.cbd.int%2Fcctv%3FstreamId%3D{streamId}
```
# CCTV Android App
Use [these instructions](./android-tv/README.md) to build/install app on android-tv device (eg FireTv stick)