mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-13 02:14:56 -05:00
[PR #525] [MERGED] stream: add hls support for internal streams #1185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
current← Head:improvement/hls-istream📝 Commits (10+)
9d457d8improvement: HLS support for internal streams70b6349fix: no more M3U_SERVICES in stream/manage.jsd40b1d1fix: camelcase for abbreviations,makeInternalSegmentsf6460d5wip: master playlist support for internal hls streams87a6428fix: HLS_MIME_TYPES removed from internal.js21e224bfix:isHLSRequest->isHlsRequest3df60b7fix:url,base->hlsObject.uri,streamInfo.url8acddc4fix:hlsObject->objectfor wrapper-like function0e85364Merge branch 'current' into improvement/hls-istreamb793d56fix: 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.