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:
@@ -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,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user