Skip to content
Snippets Groups Projects
Commit 6755aecf authored by David Trattnig's avatar David Trattnig
Browse files

test: disable tracing for device tests by default

parent e8d0744d
No related branches found
No related tags found
No related merge requests found
Pipeline #4257 passed
......@@ -20,7 +20,7 @@
set("init.allow_root", true)
set("init.catch_exn", false)
set("init.trace", true)
# set("init.trace", true)
set("ffmpeg.log.level", 5)
......
......@@ -20,7 +20,7 @@
set("init.allow_root", true)
set("init.catch_exn", false)
set("init.trace", true)
# set("init.trace", true)
set("log.file.path", "../../logs/<script>.log")
set("log.level", 5)
set("ffmpeg.log.level", 5)
......
......@@ -20,13 +20,13 @@
set("init.allow_root", true)
set("init.catch_exn", false)
set("init.trace", true)
# set("init.trace", true)
set("log.file.path", "../../logs/<script>.log")
set("log.level", 5)
set("ffmpeg.log.level", 5)
set("log.level", 3)
# set("ffmpeg.log.level", 5)
# Successfully tested with ALSA 1.2.4
set("frame.audio.size", 7526)
set("frame.audio.size", 1024)
set("frame.video.framerate", 0)
input_analog = input.alsa(id="analog_input", device="sysdefault:CARD=USB", bufferize=false, start=true, fallible=true)
output.alsa(id="lineout", device="sysdefault:CARD=USB", input_analog, bufferize=false, fallible=true)
\ No newline at end of file
input_analog = input.alsa(id="analog_input", device="sysdefault:CARD=USB", bufferize=true, start=true, fallible=true)
output.alsa(id="lineout", device="sysdefault:CARD=USB", input_analog, bufferize=true, fallible=true)
\ No newline at end of file
......@@ -20,7 +20,7 @@
set("init.allow_root", true)
set("init.catch_exn", false)
set("init.trace", true)
# set("init.trace", true)
set("log.file.path", "../../logs/<script>.log")
set("log.level", 5)
set("ffmpeg.log.level", 5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment