Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local audio file causes issue when seeking in timeline #2778

Open
milievaiv opened this issue Mar 7, 2024 · 0 comments
Open

Local audio file causes issue when seeking in timeline #2778

milievaiv opened this issue Mar 7, 2024 · 0 comments

Comments

@milievaiv
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant