Compare commits
2 commits
church_str
...
master
Author | SHA1 | Date | |
---|---|---|---|
5c3c85edc6 | |||
d714a56db3 |
2 changed files with 2 additions and 1 deletions
|
@ -169,6 +169,7 @@ class EncoderManager {
|
||||||
}
|
}
|
||||||
command = command.replace('-f decklink ', `${settings.format_code} -f decklink ${settings.device} `)
|
command = command.replace('-f decklink ', `${settings.format_code} -f decklink ${settings.device} `)
|
||||||
}
|
}
|
||||||
|
command = command.replace('$date$', new Date().toISOString().replace('T','_').replace(/:/g,'').split('.')[0])
|
||||||
|
|
||||||
let process = await runCommand('', command, this.fromEncoder.bind(this), true)
|
let process = await runCommand('', command, this.fromEncoder.bind(this), true)
|
||||||
this.attempting.value = process
|
this.attempting.value = process
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "church_streamer",
|
"name": "church_streamer",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue