mirror of
https://github.com/davedoesdev/streamana.git
synced 2025-10-04 05:06:25 +08:00
Don't debug log
This commit is contained in:
@@ -18,7 +18,6 @@ export class MuxReceiver extends EventTarget {
|
|||||||
this.worker.postMessage({
|
this.worker.postMessage({
|
||||||
type: 'run',
|
type: 'run',
|
||||||
arguments: [
|
arguments: [
|
||||||
'-loglevel', 'debug',
|
|
||||||
'-seekable', '0',
|
'-seekable', '0',
|
||||||
...ffmpeg_args,
|
...ffmpeg_args,
|
||||||
...(protocol === 'dash' ? [
|
...(protocol === 'dash' ? [
|
||||||
|
@@ -150,6 +150,7 @@ export class Streamer extends EventTarget {
|
|||||||
return {
|
return {
|
||||||
ffmpeg_lib_url: this.config.ffmpeg_lib_url,
|
ffmpeg_lib_url: this.config.ffmpeg_lib_url,
|
||||||
ffmpeg_args: [
|
ffmpeg_args: [
|
||||||
|
//'-loglevel', 'debug',
|
||||||
'-i', '/work/stream1',
|
'-i', '/work/stream1',
|
||||||
'-map', '0:v',
|
'-map', '0:v',
|
||||||
'-map', '0:a',
|
'-map', '0:a',
|
||||||
|
Reference in New Issue
Block a user