AdguardTeam / CoreLibs

Core Adguard libraries
https://adguard.com/
Apache License 2.0
40 stars 7 forks source link

Filter Youtube UMP connections #1900

Open ameshkov opened 3 months ago

ameshkov commented 3 months ago

Issue Details

YouTube loads metadata, video AND ads inside of a single UMP stream: https://github.com/gsuberland/UMP_Format/blob/main/UMP_Format.md

Proposed solution

In theory, we could try to filter out ad parts from that UMP stream.

UMP format is something internal, not open to public, we'll need to investigate how to filter it.

Relevant links:

Alternative solution

No response