From b18d6bd3562a5e5a69f806b461049fbf9f61b70e Mon Sep 17 00:00:00 2001 From: nicknsy <20588554+nicknsy@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:13:55 -0800 Subject: Trickplay playlist and image controller --- Jellyfin.Api/Controllers/DynamicHlsController.cs | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'Jellyfin.Api/Controllers/DynamicHlsController.cs') diff --git a/Jellyfin.Api/Controllers/DynamicHlsController.cs b/Jellyfin.Api/Controllers/DynamicHlsController.cs index 2dbc343e9..acd811143 100644 --- a/Jellyfin.Api/Controllers/DynamicHlsController.cs +++ b/Jellyfin.Api/Controllers/DynamicHlsController.cs @@ -1028,25 +1028,6 @@ public class DynamicHlsController : BaseJellyfinApiController .ConfigureAwait(false); } - /// - /// Gets an image tiles playlist for trickplay. - /// - /// The item id. - /// The width of a single tile. - /// The media version id. - /// Tiles stream returned. - /// A containing the trickplay tiles file. - [HttpGet("Videos/{itemId}/tiles.m3u8")] - [ProducesResponseType(StatusCodes.Status200OK)] - [ProducesPlaylistFile] - public ActionResult GetTrickplayTilesHlsPlaylist( - [FromRoute, Required] Guid itemId, - [FromQuery, Required] int width, - [FromQuery, Required] string mediaSourceId) - { - return _dynamicHlsHelper.GetTilesHlsPlaylist(width, mediaSourceId); - } - /// /// Gets a video stream using HTTP live streaming. /// -- cgit v1.2.3