Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murilopolese/acr-cloud-live-streaming
ACR Cloud live stream fingerprinting tool on a docker container. This tool extracts fingerprints of live channels and upload them into your bucket in realtime.
https://github.com/murilopolese/acr-cloud-live-streaming
Last synced: about 18 hours ago
JSON representation
ACR Cloud live stream fingerprinting tool on a docker container. This tool extracts fingerprints of live channels and upload them into your bucket in realtime.
- Host: GitHub
- URL: https://github.com/murilopolese/acr-cloud-live-streaming
- Owner: murilopolese
- Created: 2015-12-29T10:48:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T21:26:51.000Z (almost 9 years ago)
- Last Synced: 2024-04-10T14:16:45.255Z (7 months ago)
- Language: Python
- Size: 12.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACR Cloud live stream fingerprinting tool
This tool extracts fingerprints of live channels and upload them into your bucket in realtime.
- Before using this tool, you must register on our platform and log into your dashboard.
- Sign up now for a free 14 day trial: http://console.acrcloud.com/signup
- Create a "Live Channel" bucket and add the url of your streams into it.
- Then, create a "Live Channel Detection" project and attach the bucket which contains your chosen stream urls.
- Save the "access_key" and "access_secret" of the project which you have created.
- Update the file `lib/client.conf` with your "access_key" and "access_secret"## Run/Build the docker container
```bash
docker build -t acrcloud .
docker run acrcloud
```## TODO
Use environment variables instead of hardcoded configuration on `lib/client.conf`