add custom channel stream selector system (#2076)
* add some basic channel stream selector models * change windows ffmpeg url * implement basic stream selection * fixes
This commit is contained in:
@@ -164,4 +164,6 @@ public class LocalFileSystem : ILocalFileSystem
|
||||
|
||||
return Unit.Default;
|
||||
}
|
||||
|
||||
public Task<string> ReadAllText(string path) => File.ReadAllTextAsync(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user