feat: add secure on-demand HLS playback plugin

This commit is contained in:
root
2026-09-04 20:23:10 +02:00
commit 6fae6a3a43
35 changed files with 2283 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
use Plugin\AzuraCastOnDemandHls\Config;
return [
Config::class => static fn(): Config => Config::fromEnvironment(),
];