Enable live streams and transcoding

default
dump_stack() 2023-01-17 18:37:13 +00:00
parent c1d7ffdb1f
commit 4e6c408c87
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 17 additions and 1 deletions

View File

@ -56,7 +56,7 @@ in {
firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];
allowedTCPPorts = [ 80 443 1935 ];
};
};
@ -130,6 +130,22 @@ in {
bucket_name: 'v-lor-sh'
prefix: 'videos/'
base_url: 'https://v-lor-sh.sos-ch-gva-2.exoscale-cdn.com'
transcoding:
resolutions:
0p: true
144p: true
480p: true
720p: true
1080p: true
2160p: true
live:
enabled: true
transcoding:
resolutions:
480p: true
1080p: true
EOF
'';