From e150b4663766c0375ba4227863dc6b89035ff02c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 22 Sep 2022 08:55:23 -0500 Subject: [PATCH] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0728c62485..8852543a78 100644 --- a/FAQ.md +++ b/FAQ.md @@ -127,7 +127,7 @@ An adaptive playlist is a m3u8 file that contains certain informations: the band In the "daily update", the stream with the best supported resolution will be considered "priority" over other lower resolution streams of the same channel. -In addition, we do not recommend using "chunks.m3u8" for consistency reasons. +Note: We do not accept the use of tokens, because they only work for a short time, which will end up in permanent offline (see [discussion](https://github.com/iptv-org/iptv/discussions/8838)). We also do not recommend using "chunks.m3u8", a other file type, for consistency reasons. Based on [#1916](https://github.com/iptv-org/iptv/issues/1916) and [#5952](https://github.com/iptv-org/iptv/discussions/5952).