Move VideoHlsService to Jellyfin.Api

This commit is contained in:
David
2020-07-31 17:09:10 +02:00
parent 62fa72114c
commit 8a016e31f7
4 changed files with 598 additions and 167 deletions

View File

@@ -146,6 +146,7 @@ namespace Jellyfin.Api.Controllers
/// <param name="videoStreamIndex">Optional. The index of the video stream to use. If omitted the first video stream will be used.</param>
/// <param name="context">Optional. The <see cref="EncodingContext"/>.</param>
/// <param name="streamOptions">Optional. The streaming options.</param>
/// <response code="200">Audio file returned.</response>
/// <returns>A <see cref="FileResult"/> containing the audio file.</returns>
[HttpGet("{itemId}/{stream=stream}.{container?}")]
[HttpGet("{itemId}/stream")]