aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Collapse)Author
2020-12-02Minor improvementsBond_009
2020-11-30Merge pull request #4591 from jellyfin/schedulesdirectClaus Vium
Clean up SchedulesDirect
2020-11-27Merge pull request #4588 from jellyfin/hexJoshua M. Boniface
Remove Hex class as the BCL has one now
2020-11-26Clean up SchedulesDirectBond_009
2020-11-26Schedules Direct requires the hex to be lowercaseBond_009
2020-11-25Remove Hex class as the BCL has one nowBond_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-19Merge remote-tracking branch 'upstream/master' into no-scalingFernando Fernández
2020-11-19Updated to latest Unstable.Greenback
2020-11-18Fixes spelling.Greenback
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-17Pass cancellation where possibleBond_009
2020-11-17Specify threads to ffmpeg properlyFernando Fernández
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-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-12Convert array property to IReadOnlyListcrobibero
2020-11-08Switching to the more efficient Hex.Encode functionNeil Burrows
2020-11-08Perform hashing of Password for Schedules Direct on serverNeil Burrows
2020-11-06Merge pull request #4410 from crobibero/m3u-user-agentBond-009
Set UserAgent when getting M3u playlist
2020-11-04Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-03Apply patchcrobibero
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