Skip to content

Commit 0fa87ab

Browse files
authored
fix(lv): ffmpeg doesn't support some input args (#1601)
## Lecture Video ### Resolved Issues * Fixed: When chatting in Lecture Video mode, the server fails to generate video frames and include them in the conversation context. Resolves #1600
1 parent 37ae755 commit 0fa87ab

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

pingpong/test_video_store.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ def mock_client_context(*args, **kwargs):
224224
"1",
225225
"-multiple_requests",
226226
"1",
227-
"-initial_request_size",
228-
"8388608",
229-
"-request_size",
230-
"8388608",
231227
"-short_seek_size",
232228
"8388608",
233229
],
@@ -262,10 +258,6 @@ def mock_client_context(*args, **kwargs):
262258
"1",
263259
"-multiple_requests",
264260
"1",
265-
"-initial_request_size",
266-
"8388608",
267-
"-request_size",
268-
"8388608",
269261
"-short_seek_size",
270262
"8388608",
271263
],

pingpong/video_store.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ class S3VideoStore(BaseVideoStore):
8484
"1",
8585
"-multiple_requests",
8686
"1",
87-
"-initial_request_size",
88-
"8388608",
89-
"-request_size",
90-
"8388608",
9187
"-short_seek_size",
9288
"8388608",
9389
]

0 commit comments

Comments
 (0)