Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xuwx1
LightX2V
Commits
85f29d72
Unverified
Commit
85f29d72
authored
Oct 17, 2025
by
LiangLiu
Committed by
GitHub
Oct 17, 2025
Browse files
Fix shot audio probe failed (#380)
parent
772fdb14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
lightx2v/deploy/common/va_recorder.py
lightx2v/deploy/common/va_recorder.py
+8
-0
No files found.
lightx2v/deploy/common/va_recorder.py
View file @
85f29d72
...
@@ -135,6 +135,14 @@ class VARecorder:
...
@@ -135,6 +135,14 @@ class VARecorder:
"""Start ffmpeg process that connects to our TCP sockets"""
"""Start ffmpeg process that connects to our TCP sockets"""
ffmpeg_cmd
=
[
ffmpeg_cmd
=
[
"ffmpeg"
,
"ffmpeg"
,
"-fflags"
,
"nobuffer"
,
"-analyzeduration"
,
"0"
,
"-probesize"
,
"32"
,
"-flush_packets"
,
"1"
,
"-f"
,
"-f"
,
"s16le"
,
"s16le"
,
"-ar"
,
"-ar"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment