mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-10 07:42:19 -05:00
[PR #1287] [MERGED] cobalt 11: local media processing, better performance, and a lot of polish #1370
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/1287
Author: @wukko
Created: 5/29/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @wukko
Base:
main← Head:develop📝 Commits (10+)
0bee4b1web/queue/createSavePipeline: store original request & allow to retryd8b274fweb/layout: global spinner animation6a4de1bweb/PopoverContainer: flip transform origin in rtl4a1780aweb/ProcessingQueueItem: refactor, retry action, rtl optimizationa84b21aweb/runners/remux: retry to run the worker 10 times awkwardly187bf9dmerge: api 10.7.7 from maindab88f7web/ProcessingStatus: update the icon7dc2683web/i18n/queue: update the queue title3935396web/i18n/queue: update running remux text714e717web/PopoverContainer: refactor & simplify code📊 Changes
178 files changed (+6243 additions, -2518 deletions)
View changed files
📝
.github/workflows/test.yml(+2 -0)📝
api/README.md(+1 -1)📝
api/package.json(+2 -1)📝
api/src/config.js(+15 -75)📝
api/src/core/api.js(+42 -66)➕
api/src/core/env.js(+189 -0)➕
api/src/core/itunnel.js(+61 -0)➕
api/src/misc/file-watcher.js(+43 -0)📝
api/src/misc/utils.js(+9 -0)📝
api/src/processing/create-filename.js(+20 -5)📝
api/src/processing/match-action.js(+27 -3)📝
api/src/processing/match.js(+19 -6)📝
api/src/processing/request.js(+37 -1)📝
api/src/processing/schema.js(+12 -8)📝
api/src/processing/services/bilibili.js(+2 -1)📝
api/src/processing/services/loom.js(+48 -21)📝
api/src/processing/services/twitter.js(+13 -0)📝
api/src/security/api-keys.js(+28 -23)📝
api/src/stream/internal-hls.js(+70 -2)📝
api/src/stream/internal.js(+39 -5)...and 80 more files
📄 Description
closes #663
closes #724
closes #1136
closes #1281
closes #1260
closes #1077
closes #1086
closes #1071
closes #799
duplicates of everything that's related to cobalt's live remuxing via tunnels:
closes #1193
closes #1114
closes #1074
closes #1070
closes #566
closes #420
closes #94
closes #204
closes #255
closes #345
closes #348
closes #374
closes #483
closes #564
closes #499
closes #1208
closes #794
youtube video length is no longer broken in various software if you use on-device processing!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.