Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olym committed Aug 27, 2016
1 parent 9dc676a commit da7e683
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -12,15 +12,19 @@ x64: [download and install Library(windows/vcredist_x64.exe)](https://www.micros
1. Before using this tool, you must register on our platform and log into your dashboard.
2. Sign up now for a free 14 day trial: [http://console.acrcloud.com/signup](http://console.acrcloud.com/signup)
3. Create a “Live Channel” bucket and add the url of your streams into it.
4. Then, create a “Live Channel Detection” project and attach the bucket which contains your chosen stream urls.
5. Save the “access_key” and “access_secret” of the project which you have created.
4. Create a console access key pairs in the account settings and input this key piars to your client.conf file
5. Input your Live Bucket Name to the client.conf file.
6. Run the stream.py
7. Create a “Live Channel Detection” project and attach the bucket which contains your chosen stream urls.
8. Then you can use our SDK to detect the current stream.

## Configure
## client.conf
```python
# You must replace "XXXXXX" with your access_key and access_secret.
access_key = "XXXXXX"
access_secret = "XXXXXX"
console_access_key = "XXXXXX"
console_access_secret = "XXXXXX"
bucket_name = "your_bucket_name"
remote = 1
debug = 0

Expand Down

0 comments on commit da7e683

Please sign in to comment.