Skip to content

Commit 34b499a

Browse files
eliteproxCopilot
andauthored
fix width/height mismatch
Co-authored-by: Copilot <[email protected]>
1 parent 53c82eb commit 34b499a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/app/live/streamer/streamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async def run_ingress_loop(self):
168168
frame = frame.convert("RGBA")
169169

170170
target_width = self.output_width
171-
target_height = self.output_width
171+
target_height = self.output_height
172172

173173
# # Scale image to target size
174174
width, height = frame.size

0 commit comments

Comments
 (0)