# Livestream Moderation

The Livestream Moderation enables real-time, automated moderation of live streams. It offers frame and audio detection, ensuring comprehensive content moderation with minimal latency.

## Enabling Livestream Moderation

To enable the livestream moderation feature, please contact our [support team](mailto:support.asc@amity.co). The cost of moderation is $0.135 per minute of live video broadcast.

## How Livestream Moderation Works

Livestream moderation ensures that ongoing live streams are scanned for inappropriate, offensive, and undesirable content before it is published. Our system detects undesirable content in images across five categories:

* Pornographic Content
* Violent Content
* Prohibited Content
* Inappropriate Content
* Profanity Content

## Setting Up Confidence Levels

Once you have enabled livestream moderation, you need to set the **confidence level** for each **moderation** **category**. Confidence levels represent the degree of certainty the AI system has in identifying specific content categories. Adjusting these levels fine-tunes the system's sensitivity to meet your moderation needs.

<figure><img src="/files/G44IclthZoCE175DI5nJ" alt=""><figcaption></figcaption></figure>

There are three levels of moderation:

* **Pass:** The content passes moderation without issues.
* **Flagged:** The content is flagged for review.
* **Terminated:** The content is terminated and removed from the system.

Flagged live streams will be marked as **flagged** in the livestream list menu for the admin. The system will not take any automatic actions; however, the admin can choose to **stop** or **delete** the livestream from the console.

<figure><img src="/files/cZv0YVAwepkS5Aczgj1a" alt=""><figcaption></figcaption></figure>

Moderated live steams will be **stopped**, and end-users will not have access to playback. Posts containing moderated live steams will be **soft-deleted**. Users will see a **terminated** stream as if it ended normally, and no flag indicators will appear on the UIKit.

## Default Confidence Levels

By default, the confidence levels are set as follows:

* **Flagged** : Content with a confidence level higher than 40% will be flagged.
* **Terminated** : Content with a confidence level higher than 75% will be terminated.

{% hint style="warning" %}
A confidence level of "0" implies a low threshold, making the system more likely to block content, potentially resulting in false positives, even if the content is not inappropriate.
{% endhint %}


---

# 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.social.plus/analytics-and-moderation/console/livestream-moderation.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.
