mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
Use /tmp folder for unix sockets
This commit is contained in:
parent
564a9e6cfd
commit
26f5b0f4f4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace FFMpegCore.Pipes
|
|||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
return $@"\\.\pipe\{pipeName}";
|
||||
else
|
||||
return $"unix:/run/CoreFxPipe_{pipeName}";
|
||||
return $"unix:/tmp/CoreFxPipe_{pipeName}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue