K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
635 stars 226 forks source link

Do not bail after first 0 fragment encounter #31

Closed xwin closed 10 years ago

xwin commented 10 years ago

I found that sometimes AdobeHDS.php will fetch bootstrap and find 0 fragments when downloading live stream. At this point script will bail immediately. Live stream is not over but download is running close to the end. I think script should wait a little and retry updating bootstrap. For such cases I can immediately re-start download and it progresses as nothing happened. The issue is that sometimes download is unattended and restart is impossible.

xwin commented 10 years ago

After looking the the code I see that the script will retry updating bootstrap. Something else is going on with this issue - not a bootstrap related. I am closing it and when I find what is going on I will report another issue. Sorry about that.