aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
diff options
context:
space:
mode:
authorRyan Petris <ryan@petris.net>2020-09-19 05:13:24 +0000
committerRyan Petris <ryan@petris.net>2020-09-18 22:29:09 -0700
commit0496e1817923149f3d99d8e588efcaa2fbc5be1d (patch)
treef969c65037bd0638fd9cdcb69ad8a38ddcfb9765 /Jellyfin.Api/Controllers/StartupController.cs
parente92d8dd195035f0101a30d3d9651bfdc32fd653f (diff)
Fix HD Home Run streaming.
* 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.
Diffstat (limited to 'Jellyfin.Api/Controllers/StartupController.cs')
0 files changed, 0 insertions, 0 deletions