]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/live-manager.ts
Fix audio encoding params
[github/Chocobozzz/PeerTube.git] / server / lib / live-manager.ts
index ee0e4de3788991e7a7f055f83c7c4b2dd8e7fae3..d63e79dfc6edb8055aa98ba8bfb9ee32e4127840 100644 (file)
@@ -268,8 +268,7 @@ class LiveManager {
       ? await getLiveTranscodingCommand({
         rtmpUrl,
         outPath,
-        resolutions:
-        allResolutions,
+        resolutions: allResolutions,
         fps,
         deleteSegments,
         availableEncoders,