aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts
AgeCommit message (Collapse)Author
2021-03-21Merge pull request #5444 from Ullmie02/hdhr-fixClaus Vium
(cherry picked from commit 329edd9dbe867902e735282b9a4e09a2fb4b9bd7) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-03-08Merge pull request #5402 from Ullmie02/fix-null-sizeJoshua M. Boniface
Use FileShare.None when creating files (cherry picked from commit 480dd66428e2a8bf76c0747256f2e99b15aae212) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4741 from jellyfin/tests8Claus Vium
Add tests for HdHomerunHost.GetLineup (cherry picked from commit 31e82737953700a53970e31010bc6c710be25872) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4738 from jellyfin/tests8Claus Vium
Add tests for HdHomerunHost.GetModelInfo (cherry picked from commit e6650651b3fd85bb359420c72eaf4335b89d0c2c) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4737 from crobibero/missing-ensure-successClaus Vium
(cherry picked from commit f3228661279cbb6bc7251c8f737680dff1336002) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4735 from crobibero/json-recursionAnthony Lavado
Fix JsonConverter recursion (cherry picked from commit 94d805d03d93764365c5b63e23f239d47d23ad0a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4715 from crobibero/hdhr-json-boolClaus Vium
Add number to bool json converter (cherry picked from commit 0aad17554c737404aaf9492d4cb16eee2ccbd4e7) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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.
2020-09-03Remove ResponseHeadersRead where applicablecrobibero
2020-09-01Fix stylingcrobibero
2020-09-01Remove HttpRequestOptionscrobibero
2020-09-01Properly migrate all HttpCompletionOptioncrobibero
2020-08-31migrate to IHttpClientFactory in M3UTunerHostcrobibero
2020-08-31migrate to IHttpClientFactory in M3uParsercrobibero
2020-08-31migrate to IHttpClientFactory in SharedHttpStreamcrobibero
2020-08-31migrate to IHttpClientFactory in HdHomerunHostcrobibero
2020-08-19More warnBond_009
2020-08-19Minor changeBond_009
2020-08-19Fix warningsBond_009
2020-08-07Fix MemoryCache usagePatrick Barron