jellyfin/Emby.Server.Implementations/LiveTv/TunerHosts
Ryan Petris 0496e18179
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.
2020-09-18 22:29:09 -07:00
..
HdHomerun Fix HD Home Run streaming. 2020-09-18 22:29:09 -07:00
BaseTunerHost.cs Fix MemoryCache usage 2020-08-07 14:05:47 -04:00
LiveStream.cs fix SA1513/SA1516 2020-06-16 16:11:30 +12:00
M3uParser.cs migrate to IHttpClientFactory in M3uParser 2020-08-31 12:08:37 -06:00
M3UTunerHost.cs migrate to IHttpClientFactory in M3UTunerHost 2020-08-31 12:08:45 -06:00
SharedHttpStream.cs Fix styling 2020-09-01 07:58:05 -06:00