> For the complete documentation index, see [llms.txt](https://wiki.cdn-perfprod.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cdn-perfprod.com/v1/current-state.md).

# Current state

{% hint style="danger" %}
**Important:** considerations of the current state of TTV LOL PRO's V1 branch. We only recommend using this branch if you're an advanced user, and be aware that there's no support for this anymore.
{% endhint %}

## :purple\_circle: Twitch's stance on m3u8 "proxies/relays" or third party apps

***

Twitch rolled out a game-breaking change last year (31st of May 2023) and reverted their change on the first of June of that same year.&#x20;

They enforced an integrity check (added a while back in September 2022) to their GraphQL endpoint (used to grab the required PlaybackAccessToken) using [<mark style="color:red;">kasada</mark>](https://www.kasada.io/) which is a company specialized on preventing/blocking bots / protecting APIs. This integrity check broke V1's API proxies as integrity checks were failing.

With this change, seems like Twitch broke some of their own applications, as to why (most likely) they reverted it back.&#x20;

It's been a while and Twitch hasn't rolled out an update like this, most likely due to the requirements of this bot check and some platforms/devices (such as the Nintendo Switch or SmartTVs) not being able to complete the required bot check due to their lack of dependencies.

More information regarding this change and their side effects can be found [here](https://github.com/streamlink/streamlink/issues/5370) and [here](https://github.com/AlyoshaVasilieva/luminous-ttv/issues/13)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.cdn-perfprod.com/v1/current-state.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.
