Asp.net – On-demand and seamless transcoding of individual HLS segments
Background I've been meaning to implement on-demand transcoding of certain video formats such as ".mkv", ".wmv", ".mov", etc. in order to serve them on a media management server using ASP.NET Core 6.0, C# and ffmpeg. My Approach The approach I've…