aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-12-24 18:02:04 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:14:09 +0100
commitb7085c713220c9c5a96c9bb77330c2ba6ae9274e (patch)
treea2cefbd1742d5f2ba48f76759f3450171dc224f8 /server/tests/api/live
parent7185dab3ff509cec9f03a15d826625b5a1bd0ada (diff)
downloadPeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.gz
PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.tar.zst
PeerTube-b7085c713220c9c5a96c9bb77330c2ba6ae9274e.zip
add support for 1440p (Quad HD/QHD/WQHD) videos
Diffstat (limited to 'server/tests/api/live')
-rw-r--r--server/tests/api/live/live-constraints.ts1
-rw-r--r--server/tests/api/live/live-permanent.ts2
-rw-r--r--server/tests/api/live/live-save-replay.ts1
3 files changed, 4 insertions, 0 deletions
diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts
index 257673b66..1c60a7c76 100644
--- a/server/tests/api/live/live-constraints.ts
+++ b/server/tests/api/live/live-constraints.ts
@@ -179,6 +179,7 @@ describe('Test live constraints', function () {
179 '480p': true, 179 '480p': true,
180 '720p': true, 180 '720p': true,
181 '1080p': true, 181 '1080p': true,
182 '1440p': true,
182 '2160p': true 183 '2160p': true
183 } 184 }
184 } 185 }
diff --git a/server/tests/api/live/live-permanent.ts b/server/tests/api/live/live-permanent.ts
index 1128e993c..a5bda009f 100644
--- a/server/tests/api/live/live-permanent.ts
+++ b/server/tests/api/live/live-permanent.ts
@@ -75,6 +75,7 @@ describe('Permenant live', function () {
75 '480p': true, 75 '480p': true,
76 '720p': true, 76 '720p': true,
77 '1080p': true, 77 '1080p': true,
78 '1440p': true,
78 '2160p': true 79 '2160p': true
79 } 80 }
80 } 81 }
@@ -164,6 +165,7 @@ describe('Permenant live', function () {
164 '480p': false, 165 '480p': false,
165 '720p': false, 166 '720p': false,
166 '1080p': false, 167 '1080p': false,
168 '1440p': false,
167 '2160p': false 169 '2160p': false
168 } 170 }
169 } 171 }
diff --git a/server/tests/api/live/live-save-replay.ts b/server/tests/api/live/live-save-replay.ts
index 35fe4e7bd..757e11845 100644
--- a/server/tests/api/live/live-save-replay.ts
+++ b/server/tests/api/live/live-save-replay.ts
@@ -99,6 +99,7 @@ describe('Save replay setting', function () {
99 '480p': true, 99 '480p': true,
100 '720p': true, 100 '720p': true,
101 '1080p': true, 101 '1080p': true,
102 '1440p': true,
102 '2160p': true 103 '2160p': true
103 } 104 }
104 } 105 }