Add support for M3U8 URL validation for liveness before returning

This commit is contained in:
mhdzumair
2024-03-31 01:46:46 +05:30
parent 00b6dca6d6
commit 40e71a6c7f
4 changed files with 14 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ This guide describes the environment variables available in MediaFusion for conf
- **is_scrap_from_torrentio** (default: `False`): Enable or disable scraping from Torrentio.
- **enable_rate_limit** (default: `True`): Enable or disable rate limiting.
- **meta_cache_ttl** (default: `1800`): The time-to-live (TTL) for cached metadata, in seconds.
- **validate_m3u8_urls_liveness** (default: `True`): Enable or disable the validation of M3U8 URLs for liveness. If enabled, the URLs are checked for liveness before returning them.
#### Security and Authentication