I think i've got simultaneous playback working but it is hard to test

This commit is contained in:
watsonb8
2019-11-09 14:55:09 -05:00
parent 426a368385
commit bbf8f3ae57
6 changed files with 234 additions and 139 deletions

View File

@ -17,7 +17,6 @@ namespace Aurora.Services.ClientService
public ClientService()
{
}
public EventReceivedEventHandler EventReceived;
@ -44,6 +43,8 @@ namespace Aurora.Services.ClientService
}
}
public bool IsHost { get; set; }
public void Start(string hostname, string port)
{
_channel = new Channel(string.Format("{0}:{1}", hostname, port), ChannelCredentials.Insecure);