Enable live streams and transcoding
This commit is contained in:
parent
c1d7ffdb1f
commit
4e6c408c87
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user