mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 15:24:14 -05:00
[PR #1365] [MERGED] api/stream: refactor and simplify ffmpeg-related code #1387
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/1365
Author: @wukko
Created: 6/24/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @github-actions[bot]
Base:
develop← Head:refactor-api-ffmpeg📝 Commits (6)
aa376d7api/stream/types: huge refactor & simplification of code14657e5api/stream: split types.js into proxy.js and ffmpeg.js4f4478aapi/ffmpeg: fix audio codec args in remux()d3793c7api/ffmpeg: map video and audio in remux() with one main inputfcdf5daapi/ffmpeg: refactor even more52695cbapi/service-config: replace static arrays with sets📊 Changes
6 files changed (+268 additions, -392 deletions)
View changed files
📝
api/src/processing/match-action.js(+1 -1)📝
api/src/processing/service-config.js(+2 -2)➕
api/src/stream/ffmpeg.js(+216 -0)➕
api/src/stream/proxy.js(+43 -0)📝
api/src/stream/stream.js(+6 -7)➖
api/src/stream/types.js(+0 -382)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.