CoreLibs
CoreLibs copied to clipboard
Filter Youtube UMP connections
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