aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
AgeCommit message (Collapse)Author
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-26Refactor copy codec checksxumix
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-14Fix regressions introduced by #3098Patrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-20Add some simple testsBond_009
2020-04-17Handle null outputFileExtension with null-conditional operatorMatt Lyons
2020-04-13Handle null outputFileExtension in GetOutputFilePathMatt Lyons
2020-04-05Implement various suggestionsPatrick Barron
2020-04-05Simplified Conditionals and returnsPatrick Barron
2020-04-05Use ? and ?? where applicablePatrick Barron
2020-02-23Switch remux and direct streamBond_009
2020-02-12Remove commented codeVasily
2020-02-12Merge branch 'master' into transcoding-throttlingAnthony Lavado
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-12Enable Throttling when transcoding without Hardware-AccelerationMaximilian Marschall
2020-01-10Merge branch 'master' into embytvBond_009
2019-12-19Merge pull request #2134 from Bond-009/dlnam3u8Vasily
Fix comparison between different types
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-10Fix comparison between different typesBond-009
2019-12-04Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.csBond_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-11-24Merge pull request #1991 from Bond-009/transtempJoshua M. Boniface
Don't append transcodes to transcoding temp path
2019-11-22Fix some warningsBond-009
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-21minor changes to transcode cleanup scheduled taskdkanada
2019-11-03Remove extraneous newlineJoshua Boniface
2019-10-27Apply suggestions from code reviewVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-10-21Update MediaBrowser.Api/Playback/BaseStreamingService.csVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-10-16Address review commentsVasily
2019-10-14Stop waiting for a segment to become ready if there's no alive transcodeVasily
Remove extra quotes in logging Fix typo in comment
2019-10-14Add more loggingVasily
Trying to fix hls muxer plus ffmpeg 4.1+ combo Try to fix waiting for segment being ready This is needed because hls muxer in ffmpeg >= 4.1 creates the playlist only when it finishes transcoding. Also cleaned up logs a bit. Lower log level for "StartFfmpeg finished" to debug
2019-09-08Possible fix for MrMCBond_009
2019-08-28- fix ArgumentOutOfRangeException at ↵marius
MediaBrowser.Api.Playback.BaseStreamingService.ParseTimeSeekHeader (second substring argument is length)
2019-08-25Merge pull request #1659 from jellyfin/fix_ffmpegBond-009
Fix segment_time_delta value for ffmpeg 4.1
2019-08-24Fix style issuesClaus Vium
2019-08-19Merge branch 'master' into h265Joshua M. Boniface
2019-08-16Fix segment_time_delta value for ffmpeg 4.1Claus Vium
2019-08-11Merge branch 'master' into masterwhooo
2019-08-09Merge pull request #1578 from Bond-009/httpresponsedkanada
Replace custom code with Asp.Net Core code
2019-08-09Fix buildBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-07-27Add DLNA headers if requested by the client.Erik Larsson
And remove the code which adds the headers as ResponseHelper.WriteToResponse will do it.
2019-06-01Fix #1432. Add support for encoding with libx265 and hevc_nvenc.Frank
2019-04-17Use CultureInfo.InvariantCultureBond-009
2019-03-27Self-documenting codeBond_009
2019-03-27Add EnableOutputInSubFolder backBond_009
2019-03-26More style changesBond_009