.net Core| Mvc Pass Audio File To Html5 Player. Enable Seeking December 13, 2023 Post a Comment Hi i have problem with html5 player and seeking. This is my action method: public IActionResult GetAudio(string url) { var file = System.IO.File.ReadAllBytes(url);Solution 1: Ok, this:Response.Headers.Add("Accept-Ranges", "bytes"); Response.Headers.Remove("Cache-Control"); CopyResolved my problem. Baca JugaHow To Detect Browser Type In Html5 Or Javascript For Playing Mp3 Instead Of Webm In Safari/ie Browsers?Future Of Javascript Audio?Extracting The Song Frequency Of An Mp3 File Using Html5 Web Audio Api Share You may like these postsCheck If Audio Is Playing Correctly Using SeleniumHtml 5 - Play Tiny Mp3 "inline"Can I Have Multiple Src Attributes In An Html5 Element? Or An Src Attribute And A Element?Id Tag Causes Audio To Not Play In Chrome Post a Comment for ".net Core| Mvc Pass Audio File To Html5 Player. Enable Seeking"
Post a Comment for ".net Core| Mvc Pass Audio File To Html5 Player. Enable Seeking"