Don't debug log

This commit is contained in:
David Halls
2021-10-16 20:35:38 +01:00
parent 51080b2762
commit 413bf24184
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ export class MuxReceiver extends EventTarget {
this.worker.postMessage({
type: 'run',
arguments: [
'-loglevel', 'debug',
'-seekable', '0',
...ffmpeg_args,
...(protocol === 'dash' ? [

View File

@@ -150,6 +150,7 @@ export class Streamer extends EventTarget {
return {
ffmpeg_lib_url: this.config.ffmpeg_lib_url,
ffmpeg_args: [
//'-loglevel', 'debug',
'-i', '/work/stream1',
'-map', '0:v',
'-map', '0:a',