mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-07-18 00:45:53 +00:00
/run/shm*
This commit is contained in:
parent
8972232d79
commit
3690e079d4
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ def setup_remote_command(target_host):
|
|||
persist = config["remote_persist"]
|
||||
if persist > 0:
|
||||
rffmpeg_ssh_command.extend([ "-o", "ControlMaster=auto" ])
|
||||
rffmpeg_ssh_command.extend([ "-o", "ControlPath=/dev/shm/ssh-%r@%h:%p" ])
|
||||
rffmpeg_ssh_command.extend([ "-o", "ControlPath=/run/shm/ssh-%r@%h:%p" ])
|
||||
rffmpeg_ssh_command.extend([ "-o", "ControlPersist={}".format(persist) ])
|
||||
|
||||
for arg in config["remote_args"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue