[PR #525] [MERGED] stream: add hls support for internal streams #1185

Closed
opened 2025-11-09 10:07:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/525
Author: @synzr
Created: 5/26/2024
Status: Merged
Merged: 6/7/2024
Merged by: @wukko

Base: currentHead: improvement/hls-istream


📝 Commits (10+)

  • 9d457d8 improvement: HLS support for internal streams
  • 70b6349 fix: no more M3U_SERVICES in stream/manage.js
  • d40b1d1 fix: camelcase for abbreviations, makeInternalSegments
  • f6460d5 wip: master playlist support for internal hls streams
  • 87a6428 fix: HLS_MIME_TYPES removed from internal.js
  • 21e224b fix: isHLSRequest -> isHlsRequest
  • 3df60b7 fix: url, base -> hlsObject.uri, streamInfo.url
  • 8acddc4 fix: hlsObject -> object for wrapper-like function
  • 0e85364 Merge branch 'current' into improvement/hls-istream
  • b793d56 fix: removed hlsExceptions from stream/manage.js

📊 Changes

3 files changed (+63 additions, -8 deletions)

View changed files

src/modules/stream/internal-hls.js (+56 -0)
📝 src/modules/stream/internal.js (+6 -1)
📝 src/modules/stream/manage.js (+1 -7)

📄 Description

related to #510

this pr adds conversion of chunk links within HLS playlists into istreams


🔄 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/525 **Author:** [@synzr](https://github.com/synzr) **Created:** 5/26/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `improvement/hls-istream` --- ### 📝 Commits (10+) - [`9d457d8`](https://github.com/imputnet/cobalt/commit/9d457d8022aa99a5e78882e39395f6bb754eb35e) improvement: HLS support for internal streams - [`70b6349`](https://github.com/imputnet/cobalt/commit/70b63495f2eaeeb989c0c3716e189e55f8bcea73) fix: no more M3U_SERVICES in stream/manage.js - [`d40b1d1`](https://github.com/imputnet/cobalt/commit/d40b1d1e486e4c28d317b7dba08961456d1a39a1) fix: camelcase for abbreviations, `makeInternalSegments` - [`f6460d5`](https://github.com/imputnet/cobalt/commit/f6460d50024d06e449db37d5267d6b9d0c01beb4) wip: master playlist support for internal hls streams - [`87a6428`](https://github.com/imputnet/cobalt/commit/87a6428dde04c6c3f6d58e2ab7d9fae7431eec97) fix: HLS_MIME_TYPES removed from internal.js - [`21e224b`](https://github.com/imputnet/cobalt/commit/21e224bd1401c8bf769bbd0c57961a7f71fc5193) fix: `isHLSRequest` -> `isHlsRequest` - [`3df60b7`](https://github.com/imputnet/cobalt/commit/3df60b7feae872d08930d2079e22051a3e1ac168) fix: `url`, `base` -> `hlsObject.uri`, `streamInfo.url` - [`8acddc4`](https://github.com/imputnet/cobalt/commit/8acddc4b8367b5e34638169a78032cdf0ac4c058) fix: `hlsObject` -> `object` for wrapper-like function - [`0e85364`](https://github.com/imputnet/cobalt/commit/0e853644aef737a6a30a5b8af61f6b5fa9c4626f) Merge branch 'current' into improvement/hls-istream - [`b793d56`](https://github.com/imputnet/cobalt/commit/b793d5667349213e853155c01ea9074a759f5b86) fix: removed hlsExceptions from stream/manage.js ### 📊 Changes **3 files changed** (+63 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `src/modules/stream/internal-hls.js` (+56 -0) 📝 `src/modules/stream/internal.js` (+6 -1) 📝 `src/modules/stream/manage.js` (+1 -7) </details> ### 📄 Description related to #510 this pr adds conversion of chunk links within HLS playlists into istreams --- <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 2025-11-09 10:07:36 -06:00
Sign in to join this conversation.