CoreLibs icon indicating copy to clipboard operation
CoreLibs copied to clipboard

Filter Youtube UMP connections

Open ameshkov opened this issue 1 year ago • 0 comments

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:

  • https://github.com/libre-tube/LibreTube/pull/5297/files
  • https://github.com/TeamPiped/piped-proxy/blob/main/src/ump_stream.rs

Alternative solution

No response

ameshkov avatar Aug 15 '24 11:08 ameshkov