Browse Source

Update livestream config

Daniel Supernault 3 years ago
parent
commit
28a2eb87e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/livestreaming.php

+ 1 - 0
config/livestreaming.php

@@ -10,6 +10,7 @@ return [
 	],
 
 	'broadcast' => [
+		'delete_token_after_finished' => (bool) env('HLS_LIVE_BROADCAST_DELETE_TOKEN_AFTER', true),
 		'max_duration' => (int) env('HLS_LIVE_BROADCAST_MAX_DURATION', 60),
 		'max_active' => (int) env('HLS_LIVE_BROADCAST_MAX_ACTIVE', 10),