[PR #585] [MERGED] vimeo: use HLS instead of dash & clean up #18359

Closed
opened 2026-06-04 19:13:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/585
Author: @wukko
Created: 6/23/2024
Status: Merged
Merged: 6/23/2024
Merged by: @wukko

Base: currentHead: fix-vimeo


📝 Commits (7)

  • 08c7aa1 stream: add support for remuxing multiple m3u8 files
  • eb05c4b stream/internal-hls: transform HLS map when defined in playlist header
  • 0432232 vimeo: use HLS playlists instead of dash manifest
  • cc4abbb vimeo: remove progressive parsing
  • 8508773 vimeo: clean up & fix 144p quality
  • de7df94 vimeo: use proper local variable name in expandLink
  • b51bcc2 vimeo: added more checks to avoid exceptions

📊 Changes

4 files changed (+72 additions, -69 deletions)

View changed files

📝 src/modules/processing/matchActionDecider.js (+10 -4)
📝 src/modules/processing/services/vimeo.js (+54 -65)
📝 src/modules/stream/internal-hls.js (+4 -0)
📝 src/modules/stream/types.js (+4 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/585 **Author:** [@wukko](https://github.com/wukko) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `fix-vimeo` --- ### 📝 Commits (7) - [`08c7aa1`](https://github.com/imputnet/cobalt/commit/08c7aa1ce11b5092e545ae26851554e08543fdd3) stream: add support for remuxing multiple m3u8 files - [`eb05c4b`](https://github.com/imputnet/cobalt/commit/eb05c4b938cebc86a0702527f388e7e6395f4405) stream/internal-hls: transform HLS map when defined in playlist header - [`0432232`](https://github.com/imputnet/cobalt/commit/0432232ea4211c9abc405159e722b5cddd51bf72) vimeo: use HLS playlists instead of dash manifest - [`cc4abbb`](https://github.com/imputnet/cobalt/commit/cc4abbb3e26491daf211f47b935e7566a095ecb1) vimeo: remove progressive parsing - [`8508773`](https://github.com/imputnet/cobalt/commit/850877369c05b1f6fb999bc2cdffc4a76e68e543) vimeo: clean up & fix 144p quality - [`de7df94`](https://github.com/imputnet/cobalt/commit/de7df94271e23e3cf5f7e3a0bf7400e7a1b4e166) vimeo: use proper local variable name in expandLink - [`b51bcc2`](https://github.com/imputnet/cobalt/commit/b51bcc2a7cd247b88bd73cf20624ec4023de7eb9) vimeo: added more checks to avoid exceptions ### 📊 Changes **4 files changed** (+72 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/matchActionDecider.js` (+10 -4) 📝 `src/modules/processing/services/vimeo.js` (+54 -65) 📝 `src/modules/stream/internal-hls.js` (+4 -0) 📝 `src/modules/stream/types.js` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-04 19:13:38 -05:00
Sign in to join this conversation.