aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
AgeCommit message (Collapse)Author
2020-08-03actually remove MediaBrowser.Apicrobibero
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1005telans
2020-05-14Fix regressions introduced by #3098Patrick Barron
2020-01-22Remove FileSystem.GetStreamBond-009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-09-08Possible fix for MrMCBond_009
2019-06-01Fix #1432. Add support for encoding with libx265 and hevc_nvenc.Frank
2019-04-25Remove unreachable code and const trySupportSeek within ↵bugfixin
BaseProgressiveStreamingService
2019-04-24Re-add content length, semi revert of changes in #1010 (#1287)Claus Vium
* Re-add content length, semi revert of changes in #1010
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-07Update MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.csBond-009
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-03-06Review commentsClaus Vium
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-26Begin removing System.Net sourcesClaus Vium
2019-02-12Reduce scope of changesWilliam Lees
2019-02-12add httpClient to appropriate constructorsWilliam Lees
2019-02-03Cleanup streaming servicesBond-009
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2018-12-30RebaseBond_009
2018-12-14Port MediaEncoding and Api.Playback from ↵Mathieu Velten
10e57ce8d21b4516733894075001819f3cd6db6b
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-04update container valueLuke Pulverenti
2017-05-22update query fieldsLuke Pulverenti
2017-03-25handle -1 content lengthLuke Pulverenti
2017-03-19increase unification of param buildingLuke Pulverenti
2016-11-10rework result factoryLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-05update live streamsLuke Pulverenti
2016-09-29add infinite propertyLuke Pulverenti
2016-09-29update closing of streamsLuke Pulverenti
2016-09-25rework live stream handlingLuke Pulverenti
2016-08-15Merge pull request #2025 from softworkz/AsyncStreamInterfaceLuke
Async stream handling: Use interface instead of Func<Stream,Task>
2016-08-13update direct stream url for improved cachingLuke Pulverenti
2016-08-13Fix incorrect calculation of content lengthSoftworkz
2016-08-09fix layout quirksLuke Pulverenti
2016-08-07Async stream handling: Use interface instead of Func<Stream,Task>softworkz
No functional changes
2016-08-06improve stopping of progressive streamsLuke Pulverenti
2016-07-28update stream managementLuke Pulverenti
2016-07-24fix DateModified not refreshingLuke Pulverenti
2016-07-15update async stream writingLuke Pulverenti
2016-06-19update task resultsLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande