lhz516 / react-h5-audio-player

React audio player component with UI. It provides time indicator on both desktop and mobile devices.
https://codepen.io/lhz516/pen/dyGpmgP
MIT License
607 stars 92 forks source link

The seek controls are not working. #242

Open abhishekdeepmindz opened 1 month ago

abhishekdeepmindz commented 1 month ago

Describe the bug

The seel controls are not working when i pass down the audio path via prop inside a forwardRef component that is returning the AudioPlayer component.

It only works sometimes, but most of the times doesn't. The file format is wav.

Screencast from 05-09-24 01:17:40 PM IST.webm Screenshot from 2024-09-05 13-09-32

Environment

Package version: 3.9.3 React version: 18.3.1 Browser and its version: Google Chrome Version 128.0.6613.119 (Official Build) (64-bit) OS and its version: Ubuntu 22.04.2 LTS