aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Collapse)Author
2020-11-03Merge remote-tracking branch 'upstream/master' into livetv-ts-fixcrobibero
2020-11-02Merge pull request #4341 from Bond-009/minor6Anthony Lavado
Minor improvements
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-26Merge branch 'master' into NetworkPR2BaronGreenback
2020-10-17Use nameof where possibleBond_009
2020-10-12Fix SA1012 and SA1013 warningsJan-Pieter Baert
2020-10-04Updatig netcollection & re-inserting BOMJim Cartlidge
2020-09-30Merged with latest masterJim Cartlidge
2020-09-29Merge pull request #4236 from ConfusedPolarBear/warnings1Bond-009
Fix some warnings
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
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-07Fix some warningsBond_009
2020-09-04Use proper buffer sizecrobibero
2020-09-04Merge remote-tracking branch 'upstream/master' into http-client-migratecrobibero
2020-09-03last time I swearcrobibero
2020-09-03Remove ResponseHeadersRead in SchedulesDirectcrobibero
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-31Fix some warningsBond_009
2020-08-31change to using declarationcrobibero
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-31migrate to IHttpClientFactory in XmlTvListingsProvidercrobibero
2020-08-31migrate to IHttpClientFactory in SchedulesDirectcrobibero
2020-08-31migrate to IHttpClientFactory in EmbyTVcrobibero
2020-08-31migrate to IHttpClientFactory in DirectRecordercrobibero
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
# Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-21Make some methods asyncBond_009
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-08-19Merge branch 'master' into event-rewrite-1Patrick Barron
2020-08-19More warnBond_009
2020-08-19Minor changeBond_009
2020-08-19Fix warningsBond_009
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-08-13Minor fixes to LiveTvMediaSourceProviderPatrick Barron
2020-08-07Fix MemoryCache usagePatrick Barron
2020-08-04Clean up TunerHost classesPatrick Barron