feat: add secure on-demand HLS playback plugin
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Plugin\AzuraCastOnDemandHls\Config;
|
||||
|
||||
return [
|
||||
Config::class => static fn(): Config => Config::fromEnvironment(),
|
||||
];
|
||||
Reference in New Issue
Block a user