Closed Vitor-ui closed 4 months ago
Can you provide an example video?
No I mean provide a URL to an example youtube video where the issue happens so I can replicate the issue on my computer.
Are you perhaps using private mode or incognito?
I'm using normal mode, other than the incognito tab
It is possible that the size of the video exceeds the storage capacity of your browser. In that case it will not buffer the whole video even if you set no limit in FastStream settings.
This doesn't make sense, there's a 3 hour video that loads completely even in 4k
Do you know how to increase the limit? If I put the video in 1080p it loads completely normally, but there are some that don't load completely
Right click the faststream player, click inspect element, then click "console"
Paste this into the console, and press enter.
console.log(fastStream.hasDownloadSpace, fastStream.shouldDownloadAll(), fastStream.options.downloadAll, fastStream.storageAvailable)
Tell me what the results are
What about fastStream.options.maxVideoSize
?
Try pasting that into the console and tell me the results. It should be equal to -1
I think your available storage is too small. It is only 2GB which is easily exceeded by a 20 min video in 1440p. My available storage is 450 GB and it loads completely for me. Try using 1080p instead.
The amount of available storage you have is controlled by your browser depending on factors such as your available disk space and whether you are using private browsing. It is not something faststream can control directly.
I have 340GB free, and it's still an SSD, so it just doesn't make sense
The browser you are using may impose additional restrictions
Try using regular chrome and see if you get the same results
I tested with Chrome and Brave, Brave was limiting at 11.5% and Chrome loaded normally, do you have any idea how to remove this storage limitation?
Unfortunately I do not. You will have to ask the Brave developers.
Describe the bug Even with the extension configured to not limit video loading, some videos end up limiting it, some by 4.5%, others by 12%.
Version FastStream 1.3.14
Platform Brave
Steps to Reproduce Start a YouTube video with the extension unlimited, and wait to see if it's fully loaded, this happens with some videos, I can't tell if it's the original format of the video or a general bug