1
0
mirror of git://f0xx.org/ac/ac-deploy synced 2026-07-29 07:17:38 +03:00

Enable lab media_pipelines in composed config and wire ac-ms-media-transcode.

Overlay media pipeline PHP/JS/SQL on compose, nginx HLS location, enable
feature in lab config.php, and ensure media storage dirs on BE nodes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-07-11 15:27:01 +02:00
parent 54174e7497
commit b8bd0e673c
9 changed files with 898 additions and 0 deletions

View File

@@ -121,4 +121,15 @@ return [
],
],
],
// V.2x experimental restream — ac-ms-media-transcode worker scripts
'media_pipelines' => [
'enabled' => true,
'developers_only' => true,
'script_root' => '/var/www/ac/workspace/ac-ms-media-transcode',
'storage_root' => '/var/www/ac/media-pipelines',
'hls_url_prefix' => '/app/androidcast_project/media/hls',
'hls_filesystem_root' => '/var/www/ac/media-pipelines/hls',
'logo_path' => '/var/www/ac/workspace/ac-ms-media-transcode/assets/pirate_drift.png',
'ytdlp_enabled' => true,
],
];