Paul Ellis

Results 16 comments of Paul Ellis

Hey @nicstronell, did you ever find a solution to your problem? I'm encountering the exact same error. When I test the URL with the XhrFileReader regex test it passes.

@nicstronell Thanks for the recommendation! Got it working with `musicmetadata.js`, in the browser even, within 10 minutes. https://glitch.com/edit/#!/read-mp3?path=script.js%3A24%3A3

I am experiencing this issue as well. Was there any decision on the path forward for a fix? I'd gladly write it up and send a pull request but I...

I'm not able to get it to leverage my Nvidia GPU either. It detects it fine with `-d` and the verbose messages says it auto selects the GPU and hardware...

Hi @VisImage, can you check in your browser dev tools, on the network tab, to see if there are other files being transferred on that page other than the playing...

@VisImage Yes, it is normal for it to appear like there are multiple downloads of the same file. Each HTTP request for a _piece_ of the video file is its...

I saw the part about needing a commercial license but what is the license for 'research purposes'? I wouldn't want to touch this code unless it was clear under what...

If you want to see the time remaining via a script you can access the video player directly: ```js const $player = document.querySelector('.player'); const remaining = $player.duration - $player.currentTime; console.log(remaining);...

I'm thinking about adding a queueing feature that would support this use case. Until then, check out this fork that added that capability: https://github.com/pseudosavant/player.html/pull/24#issue-1940124265.

Hi @tomtoom1978, Could you share what that same folder looks like when rendered by Apache's autoindex? If those folders are there in what is returned from Apache, then `folder.api` (which...