mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Include 16 guid chars in pipe name
This commit is contained in:
parent
cf775ae7a9
commit
94174a28db
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ internal static class PipeHelpers
|
||||||
{
|
{
|
||||||
public static string GetUnqiuePipeName()
|
public static string GetUnqiuePipeName()
|
||||||
{
|
{
|
||||||
return $"FFMpegCore_{Guid.NewGuid().ToString("N").Substring(0, 5)}";
|
return $"FFMpegCore_{Guid.NewGuid().ToString("N").Substring(0, 16)}";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string GetPipePath(string pipeName)
|
public static string GetPipePath(string pipeName)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue