mirror of
https://github.com/steelbrain/ffmpeg-over-ip.git
synced 2024-10-12 01:34:56 +03:00
🐛 Fix template for client
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
"log": "stdout", // type: "stdout" | "stderr" | any string (file path) | false
|
||||
// Other possibilities:
|
||||
"log": "$TMP/ffmpeg-over-ip.server.log",
|
||||
// ^ $TMP is a special variable here, only supported in "log" config where it uses the operating system
|
||||
"log": "$TMPDIR/ffmpeg-over-ip.server.log",
|
||||
// ^ $TMPDIR is a special variable here, only supported in "log" config where it uses the operating system
|
||||
// temp folder
|
||||
"log": false,
|
||||
// ^ This turns off logging completely
|
||||
|
||||
Reference in New Issue
Block a user