# Detect Live & Timeshift TV Channels

**Live TV Channel Detection Service** enables apps/devices to recognize which live channels or timeshifting content is being watched by the audiences.

### Create an account

Sign up an account on [this page](https://console.acrcloud.com/signup) and click the link on the verification email to complete the registration.

### **Create a Live Channel bucket**

Go to Live Channel Detection service and click "Live Channels" under "Buckets" to create a bucket.

*Please note: You can select "Type" of the bucket, simply click "Live Ingest" if you want to add live channels from scratch.*

![](/files/-MQM9lSVK1vhqhYIVXob)

### Add a Live Channel to the bucket

Click the bucket you just created, click "Add" to fill up the details of the live channel.

{% hint style="info" %}
*You need to input the internal stream URL of the live channel on your local server, you will need to deploy the Local Monitoring Tool to ingest the local live feeds.*\
\
\&#xNAN;*You can also import the live channels you have added to the "Timehsift channels" buckets for detecting timeshifting content.*
{% endhint %}

![](/files/-MQMCsAJgFRdIxhanGNb)

### Deploy Live Channel Fingerprinting Tool

If you created your own bucket, you need to use the [Live Channel Fingerprinting Tool](/tools/live-channel-fingerprinting-tool.md) to generate fingerprints of live channels on your local server.

### Create a project

Click "Live Channel Detection" under "Projects" to create a project and attach the bucket you just created.

![](/files/-MQMDvpp9bp43gYBtDDc)

### Find the credentials

Save the **“host”, “access\_key”, “access\_secret”** of your project. You can find them in the places shown below.

![](/files/-MQMEbFfjAw-A7F_dV--)

### Integrate with SDK/API

Start sending requests with [Mobile SDK](/sdk-reference/mobile-sdk.md), [Backend SDK](/sdk-reference/backend-sdk.md) or [Identification API](/reference/identification-api/identification-api.md). You can find all of the SDKs and Tools on [this page](https://console.acrcloud.com/#/tools).

### Manage via Console API

You can manage everything via Console API without doing it manually via the dashboard:

{% content-ref url="/pages/-MPNDVNjGFhcXUVfb2AY" %}
[Live Channels](/reference/console-api/buckets/live-channels.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDt7u22mAzT5sqHc4q1" %}
[Base Projects](/reference/console-api/base-projects.md)
{% endcontent-ref %}

### Metadata

Check out [**Live Channel Metadata** ](/reference/identification-api/metadata/live-channels.md)to get familiar with the JSON structure of the response data for future development.

### Pricing and Discount

You will have 14 days for the free trial after registration. You can find the pricing on [this page ](https://console.acrcloud.com/lcd#/pricing)(login required). Please feel feel to contact us if you have more channels or requests.

Please feel free to [add a credit card ](https://console.acrcloud.com/account#/billing/paymentmethods)to upgrade to the paid customer to unlock more capacity if you are happy with our service.

Please refer to [Branding Guidelines](https://www.acrcloud.com/branding) to place our brand on your products and contact us for up to 20% off discount!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acrcloud.com/get-started/tutorials/detect-live-and-timeshift-tv-channels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
