tjenkinson / hls-live-thumbnails

A service which will generate thumbnails from a live HLS stream.
MIT License
64 stars 14 forks source link

add `ignorePlaylist404` and `playlistRetryCount` options #59

Closed tjenkinson closed 2 years ago

tjenkinson commented 2 years ago

Setting ignorePlaylist404 to true and playlistRetryCount to Infinity means that you can start a generator when your playlist isn't available yet and it will keep retrying.

closes #24