0496e18179
* Use LocalEndPoint instead of RemoteEndPoint when determining local address. * HdHomerunUdpStream.StartStreaming is meant to run until stream is closed, however HdHomerunUdpStream.Open needs to return as soon as stream is open to send stream url back to client. Therefore, StartStreaming should not be awaited on. * TcpClient(IPEndPoint) treats endpoint as the local endpoint; use TcpClient(string, int) instead as it treats endpoint as the remote endpoint. |
||
---|---|---|
.. | ||
HdHomerun | ||
BaseTunerHost.cs | ||
LiveStream.cs | ||
M3uParser.cs | ||
M3UTunerHost.cs | ||
SharedHttpStream.cs |