mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-17 03:25:44 +00:00
parent
2966ea2fd8
commit
2b78be6d27
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace FFMpegCore.Pipes
|
||||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||||
return $@"\\.\pipe\{pipeName}";
|
return $@"\\.\pipe\{pipeName}";
|
||||||
else
|
else
|
||||||
return $"unix:/run/CoreFxPipe_{pipeName}";
|
return $"unix:/tmp/CoreFxPipe_{pipeName}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue