aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
AgeCommit message (Collapse)Author
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
2019-03-26Trying to make sense of the streaming codeBond_009
Mostly small changes as I was looking through the code. * async void -> async Task * Properly implemented dispose methods * Pass the logstream directly to the JobLogger * Style fixes
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-12Reduce scope of changesWilliam Lees
2019-02-12add httpClient to appropriate constructorsWilliam Lees
2019-02-05Remove custom ThreadingClaus Vium
2019-02-03Cleanup streaming servicesBond-009
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Fix more analyzer warningsBond_009