sampotts / plyr

A simple HTML5, YouTube and Vimeo player

Home Page:https://plyr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local audio file causes issue when seeking in timeline

milievaiv opened this issue · comments

Playing a local audio file, which is located in the same folder as my project (which I'm running using the Live Server of VS Code and PHP Server) causes an issue when trying to seek in the timeline of the player. I have no issues playing a file that I'm hosting on cloudinary and have checked if I'm properly importing all needed resources. I'm using the basic template for the audio player:

<div class="container">
	<audio playsinline>
		<source src="example.mp3" type="audio/mp3">
	</audio>
</div>

I am new to using Plyr and js, so I apologize for any rookie mistakes made.

Thank you for your help in advance.