mirror of
https://github.com/davedoesdev/streamana.git
synced 2025-09-27 01:55:59 +08:00
Don't debug log
This commit is contained in:
@@ -18,7 +18,6 @@ export class MuxReceiver extends EventTarget {
|
||||
this.worker.postMessage({
|
||||
type: 'run',
|
||||
arguments: [
|
||||
'-loglevel', 'debug',
|
||||
'-seekable', '0',
|
||||
...ffmpeg_args,
|
||||
...(protocol === 'dash' ? [
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user