aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts
AgeCommit message (Collapse)Author
2021-03-13Merge pull request #5220 from Bond-009/hdhomerunBond-009
2021-03-09Use FileShare.Read to fix HdHomeRunDavid
2021-03-07Use FileShare.None when creating filesDavid
2021-02-21Use GetEncodingOptions where possibleBond_009
2021-02-20Merge pull request #5223 from Bond-009/minor10dkanada
Minor improvements
2021-02-15Properly forward cancellationTokensBond_009
2021-02-13Minor improvementsBond_009
2021-02-12Add test for WriteGetMessageBond_009
2021-02-12Rewrite packet writing code for HdHomerunBond_009
2021-02-03Update ↵M0ssTee
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManager.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-02-01Replaced /d with [0-9], see issue #2923Troy
2020-12-11Merge pull request #4737 from crobibero/missing-ensure-successClaus Vium
2020-12-09Add tests for HdHomerunHost.TryGetTunerHostInfoBond_009
2020-12-09Add tests for HdHomerunHost.GetLineupBond_009
2020-12-08Merge pull request #4738 from jellyfin/tests8Claus Vium
Add tests for HdHomerunHost.GetModelInfo
2020-12-08Add tests for HdHomerunHost.GetModelInfoBond_009
2020-12-08Add missing EnsureSuccessStatusCodecrobibero
2020-12-08Fix JsonConverter recursioncrobibero
2020-12-06Add number to bool json convertercrobibero
2020-12-02Minor improvementsBond_009
2020-11-24Don't throw null reference if ContentType is null.crobibero
2020-11-21Merge branch 'master' into NetworkPR2Joshua M. Boniface
2020-11-21Merge pull request #4182 from ryanpetris/fix-hdhomerunJoshua M. Boniface
Fix HD Home Run streaming
2020-11-21Update ↵BaronGreenback
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-21Added more comments.Greenback
2020-11-21Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-19Updated to latest Unstable.Greenback
2020-11-18Fixes spelling.Greenback
2020-11-17Pass cancellation where possibleBond_009
2020-11-16Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-15Merge branch 'master' into fix-hdhomerunRyan Petris
2020-11-15Return a Task object and discard it instead of using async void.Ryan Petris
2020-11-15Merge remote-tracking branch 'upstream/master' into http-exceptioncrobibero
2020-11-14remove custom HttpExceptioncrobibero
2020-11-14Access last element by index where possibleBond_009
2020-11-06Merge pull request #4410 from crobibero/m3u-user-agentBond-009
Set UserAgent when getting M3u playlist
2020-11-03Apply patchcrobibero
2020-11-01Set UserAgent when getting M3u playlistcrobibero
2020-10-31Updated with new NetManagerGreenback
2020-10-29Add stream disposal comment.crobibero
2020-10-29Fix early filestream closecrobibero
2020-10-04Updatig netcollection & re-inserting BOMJim Cartlidge
2020-09-30Merged with latest masterJim Cartlidge
2020-09-23Preemptively throw a LiveTvConflictException when the tracked live streams ↵Ryan Petris
for a given device/tuner will exceed the number of supported streams.
2020-09-19Use TcpClient.Connect().Ryan Petris
2020-09-18Fix HD Home Run streaming.Ryan Petris
* 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-14Removing blank lines.Jim Cartlidge
2020-09-14Update based on PR1 changes.Jim Cartlidge
2020-09-12Large number of filesJim Cartlidge
2020-09-03Revert "Remove ResponseHeadersRead where applicable"crobibero
This reverts commit 85844a84b68f7da07695c4e3fa4d187acc559797.