You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, I put a simple skip (if timestamp not found, timestamp = now) and then looked for the next url to download. However, as fc2 doesn't send a timestamp at all, this doesn't work since it isn't able to find the next url. This causes my HLS downloader to download all the fragments again, which explains the size of the file (since fc2 sends 10 URLs per request, the file size has been multiplied by 10).
Getting this sometimes
https://i.gyazo.com/35db5fd6f38b0a76931915b9df23f949.png
When it happens the video file is huge and skips. Restarting mid-stream doesn't seem to help.
Not a coder so don't expect much from me.
The text was updated successfully, but these errors were encountered: