.net Core| Mvc Pass Audio File To Html5 Player. Enable Seeking March 02, 2024 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 JugaReplace All < And > That Are Not Part Of An Html TagHow To Fill Cascading Dropdownlist Each Other By Using Jquery In Mvc 3?Tagbuilder Find Specific Inner Element And Add New Attribute Share You may like these postsPlay Next Html5 Audio When One Above It FinishesHtml/hta Mutiple File In Audio PlayerHow To Continuously Draw Canvas Wave Using Dynamic Array In Html5?Determining Frequencies In Js Audiocontext.analysernode 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"