From b5b519c6151a64e7675a5ed967637bff9188c7ff Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:12:41 -0500 Subject: [PATCH 001/138] Create FAQ.md first questions --- FAQ.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000000..5255803e4f --- /dev/null +++ b/FAQ.md @@ -0,0 +1,40 @@ +# Frequently Asked Questions + +- [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) +- [Does the channel need to be FTA to be included in the playlists?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) + + +## Does the channel need to be FTA to be included in the playlists? +No, as some come from satellite services or freely accessible websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. + +## Can I add a FTA channel that broadcasts PPV events or pay programming? +Perhaps. Consider that owners can ban the broadcast of PPV events, and even DCMA takedowns. Check if this channel is in the blocklist from the repository database. + +## Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? +These files use adaptive resolution, which avoids dependence on tokens or temporal files. + +## Why don't we accept XStreamCode in streams? +XStreamCode contains code that could be malicious to users. + +## Is possible to add streams from Youtube, Dailymotion or Twitch? +Yes. + +(the answer is yes, when it is not geolocalized and the initial url is fullspeed.tv) + +## Is it possible to add audio-only streams, like FM radio? +(no) +## Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)? +(perhaps due of how the broadcasting behave in DTTV, analog TV or web stream) +## There are source for verify call sign and coverage area for some TV stations? +FCCData for US, Canada, Mexico UK, Austrailia and Japan. +## Why some stream have empty id? +(because their entries are not registered in the database) +## What is a "daily update" and what is the benefit of this check? +(A "daily update" is a frequent revision that ensures which streams are working, as well as showing technical details in the API) +## Is it possible to view channels directly from the site? +(no, because this option generates confusion by offering the playlists only for public access with the entire list of channels accessible on other websites) +## What happens when a channel is labeled NSFW and does NSFW apply if there is adult programming? +## Do I have to pay to use this list? +(no) +## Are you planning to include a VOD of the programs broadcast on this playlist? +(no) From 03643b88132338b6eb13073db12118b79bfdaf9d Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:44:14 -0500 Subject: [PATCH 002/138] Update FAQ.md --- FAQ.md | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/FAQ.md b/FAQ.md index 5255803e4f..e3fefbf138 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,40 +1,47 @@ # Frequently Asked Questions - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) -- [Does the channel need to be FTA to be included in the playlists?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) +- [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) -## Does the channel need to be FTA to be included in the playlists? -No, as some come from satellite services or freely accessible websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. +## Does the channel need to be publicly accessible to be included in the playlists? +Yes, we only need the links to be publicly accessible like FTA packages, online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. ## Can I add a FTA channel that broadcasts PPV events or pay programming? Perhaps. Consider that owners can ban the broadcast of PPV events, and even DCMA takedowns. Check if this channel is in the blocklist from the repository database. ## Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? -These files use adaptive resolution, which avoids dependence on tokens or temporal files. +These files use adaptive resolution, also the streams avoids dependence on tokens or temporal files. ## Why don't we accept XStreamCode in streams? XStreamCode contains code that could be malicious to users. ## Is possible to add streams from Youtube, Dailymotion or Twitch? -Yes. - -(the answer is yes, when it is not geolocalized and the initial url is fullspeed.tv) +Yes. Due to technical limitations it is necessary to use a Streamlink server link to view the content. ## Is it possible to add audio-only streams, like FM radio? -(no) +No. Exceptions are the visual radios, in which a video and audio are shown at the same time. + ## Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)? -(perhaps due of how the broadcasting behave in DTTV, analog TV or web stream) +It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. + ## There are source for verify call sign and coverage area for some TV stations? -FCCData for US, Canada, Mexico UK, Austrailia and Japan. +There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. + ## Why some stream have empty id? -(because their entries are not registered in the database) -## What is a "daily update" and what is the benefit of this check? -(A "daily update" is a frequent revision that ensures which streams are working, as well as showing technical details in the API) -## Is it possible to view channels directly from the site? -(no, because this option generates confusion by offering the playlists only for public access with the entire list of channels accessible on other websites) -## What happens when a channel is labeled NSFW and does NSFW apply if there is adult programming? +It is because the stream does not have enough information available of its origin. If you know, let us know its official name, the language it broadcasts and the country where it originates. + +## What is a "daily update" and why is benefit for this playlist? +A "daily update" is maintenance to check the status of the playlist operation, as well as to hide from the playlist if the stream has access problems. + +## Is possible to view channels directly from the site? +No, to avoid possible abuse of the service. + +## Why don't we show NSFW channels in most playlists? +To avoid content that may be inappropriate for work or display to the entire audience. We suggest using the corresponding playlist. + ## Do I have to pay to use this list? -(no) +No. + ## Are you planning to include a VOD of the programs broadcast on this playlist? -(no) +No. From 19c84b168999d2d0fe1d50f110c2160ce696948f Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:47:02 -0500 Subject: [PATCH 003/138] Update FAQ.md --- FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index e3fefbf138..f2e6cc80c6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,16 +8,16 @@ Yes, we only need the links to be publicly accessible like FTA packages, online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. ## Can I add a FTA channel that broadcasts PPV events or pay programming? -Perhaps. Consider that owners can ban the broadcast of PPV events, and even DCMA takedowns. Check if this channel is in the blocklist from the repository database. +Perhaps. Consider that owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ## Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? -These files use adaptive resolution, also the streams avoids dependence on tokens or temporal files. +These files use adaptive resolution, also the streams are permanent, that avoids dependence on tokens or temporal files. ## Why don't we accept XStreamCode in streams? XStreamCode contains code that could be malicious to users. ## Is possible to add streams from Youtube, Dailymotion or Twitch? -Yes. Due to technical limitations it is necessary to use a Streamlink server link to view the content. +Yes. Due to technical limitations is necessary add a Streamlink server link to view the content. ## Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. From 5cc21deda0b92aa6462fc56a9535f5ca9946ba37 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:52:49 -0500 Subject: [PATCH 004/138] Update FAQ.md --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FAQ.md b/FAQ.md index f2e6cc80c6..3535e4a069 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,6 +2,11 @@ - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) +- [Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url?](#Why-is-recommended-the-playlistm3u-or-indexm3u-at-the-end-of-the-url) +- [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) +- [Is possible to add streams from Youtube, Dailymotion or Twitch?](#Is-possible-to-add-streams-from-youtube-dailymotion-or-twitch) +- [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) +- [Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)?](#Why-are-there-some-ids-with-call-sign-watb-tvus-and-others-with-alphanumeric-id-mychannelus) ## Does the channel need to be publicly accessible to be included in the playlists? From 189935bf0a2a68f8635a0639308473d28434a8a8 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:56:38 -0500 Subject: [PATCH 005/138] Update FAQ.md --- FAQ.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 3535e4a069..9a0daa9039 100644 --- a/FAQ.md +++ b/FAQ.md @@ -7,7 +7,13 @@ - [Is possible to add streams from Youtube, Dailymotion or Twitch?](#Is-possible-to-add-streams-from-youtube-dailymotion-or-twitch) - [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) - [Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)?](#Why-are-there-some-ids-with-call-sign-watb-tvus-and-others-with-alphanumeric-id-mychannelus) - +- [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) +- [Why some stream have empty id?](#Why-some-stream-have-empty-id) +- [What is a "daily update" and why is benefit for this playlist?](#What-is-a-daily-update-and-why-is-benefit-for-this-playlist) +- [Is possible to view channels directly from the site?](#Is-possible-to-view-channels-directly-from-the-site) +- [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) +- [Do I have to pay to use this list?](#Do-i-have-to-pay-to-use-this-list) +- [Are you planning to include a VOD of the programs broadcast on this playlist?](#Are-you-planning-to-include-a-vod-of-the-programs-broadcast-on-this-playlist) ## Does the channel need to be publicly accessible to be included in the playlists? Yes, we only need the links to be publicly accessible like FTA packages, online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. From 0f70464b90b8411c867213a407a45b45d498a5f2 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:58:42 -0500 Subject: [PATCH 006/138] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 9a0daa9039..19626798bd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -52,7 +52,7 @@ No, to avoid possible abuse of the service. To avoid content that may be inappropriate for work or display to the entire audience. We suggest using the corresponding playlist. ## Do I have to pay to use this list? -No. +No. Also, the service is self-financed. ## Are you planning to include a VOD of the programs broadcast on this playlist? -No. +No. This is not our purpose. From cee43fed4f8c549e2f6ac57141df2ab6a5790d46 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:59:08 -0500 Subject: [PATCH 007/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 19626798bd..973e290bcb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -52,7 +52,7 @@ No, to avoid possible abuse of the service. To avoid content that may be inappropriate for work or display to the entire audience. We suggest using the corresponding playlist. ## Do I have to pay to use this list? -No. Also, the service is self-financed. +No. Also, the maintenance of this service is self-financed. ## Are you planning to include a VOD of the programs broadcast on this playlist? No. This is not our purpose. From b93c1230440c52332ca3682ebb939cd8c60eb1d6 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:00:16 -0500 Subject: [PATCH 008/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 973e290bcb..29f114e1b6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -40,7 +40,7 @@ It's to differentiate the origin of the broadcast from the content. Call signs u There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. ## Why some stream have empty id? -It is because the stream does not have enough information available of its origin. If you know, let us know its official name, the language it broadcasts and the country where it originates. +Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. ## What is a "daily update" and why is benefit for this playlist? A "daily update" is maintenance to check the status of the playlist operation, as well as to hide from the playlist if the stream has access problems. From b1eaa5d28c08e2990460dc72d943f22067e5749b Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:02:34 -0500 Subject: [PATCH 009/138] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f03d1810..e259bc3ef5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![auto-update](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml) -Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. +Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. See [FAQ](https://github.com/iptv-org/iptv/blob/faq-patch/FAQ.md). ## Usage From e1bfd90a5db203b6c2de756b63fd1fd307598013 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:04:11 -0500 Subject: [PATCH 010/138] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e259bc3ef5..81fd91444b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![auto-update](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml) -Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. See [FAQ](https://github.com/iptv-org/iptv/blob/faq-patch/FAQ.md). +Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. See [FAQ](FAQ.md). ## Usage From feedd964511dff37c1dfcb1114f2e2c20d2b5aa3 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:08:43 -0500 Subject: [PATCH 011/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 29f114e1b6..9a62099991 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,7 +43,7 @@ There are websites to consult the location and characteristics of the station. F Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. ## What is a "daily update" and why is benefit for this playlist? -A "daily update" is maintenance to check the status of the playlist operation, as well as to hide from the playlist if the stream has access problems. +A "daily update" is maintenance to check the status of the playlist operation, as well as to hide streams from the playlist if they have access problems. ## Is possible to view channels directly from the site? No, to avoid possible abuse of the service. From 9b5d3b854d65bef512f70f7bddb5349a3b08caf9 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:10:49 -0500 Subject: [PATCH 012/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 9a62099991..de34bda520 100644 --- a/FAQ.md +++ b/FAQ.md @@ -19,7 +19,7 @@ Yes, we only need the links to be publicly accessible like FTA packages, online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. ## Can I add a FTA channel that broadcasts PPV events or pay programming? -Perhaps. Consider that owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. +Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ## Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? These files use adaptive resolution, also the streams are permanent, that avoids dependence on tokens or temporal files. From 6ba516fd06e9c9c12b5392ffcc97169b8d6578e2 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:05:47 -0500 Subject: [PATCH 013/138] Update FAQ.md --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index de34bda520..ec671d1bf3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -21,6 +21,9 @@ Yes, we only need the links to be publicly accessible like FTA packages, online ## Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. +## I have a cable service and I want those channels to be on this IPTV. Is that possible? +No. This playlist does not replace traditional cable, also there are exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository. + ## Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? These files use adaptive resolution, also the streams are permanent, that avoids dependence on tokens or temporal files. From d573e2cfaf67ec35f82190b6d3bbf4e3382fc1be Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:07:17 -0500 Subject: [PATCH 014/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index ec671d1bf3..dca21f4135 100644 --- a/FAQ.md +++ b/FAQ.md @@ -22,7 +22,7 @@ Yes, we only need the links to be publicly accessible like FTA packages, online Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ## I have a cable service and I want those channels to be on this IPTV. Is that possible? -No. This playlist does not replace traditional cable, also there are exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository. +No. This playlist does not replace traditional cable, also there are exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. ## Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? These files use adaptive resolution, also the streams are permanent, that avoids dependence on tokens or temporal files. From cba6bbb36860927cb7a6d3e2ba9244d0adeada7f Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:08:22 -0500 Subject: [PATCH 015/138] Update FAQ.md --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index dca21f4135..2e8490c8ad 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,6 +2,7 @@ - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) +- [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) - [Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url?](#Why-is-recommended-the-playlistm3u-or-indexm3u-at-the-end-of-the-url) - [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) - [Is possible to add streams from Youtube, Dailymotion or Twitch?](#Is-possible-to-add-streams-from-youtube-dailymotion-or-twitch) From ee34917b7d2f6a022b05d007ee3b0d92812333cc Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:09:07 -0500 Subject: [PATCH 016/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2e8490c8ad..268f34edc3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -17,7 +17,7 @@ - [Are you planning to include a VOD of the programs broadcast on this playlist?](#Are-you-planning-to-include-a-vod-of-the-programs-broadcast-on-this-playlist) ## Does the channel need to be publicly accessible to be included in the playlists? -Yes, we only need the links to be publicly accessible like FTA packages, online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. +Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. ## Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. From 0856e4bce2aeb0f5e68227ed1e095c9bce5f6596 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:11:36 -0500 Subject: [PATCH 017/138] Update FAQ.md --- FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 268f34edc3..5a80620f90 100644 --- a/FAQ.md +++ b/FAQ.md @@ -9,12 +9,12 @@ - [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) - [Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)?](#Why-are-there-some-ids-with-call-sign-watb-tvus-and-others-with-alphanumeric-id-mychannelus) - [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) -- [Why some stream have empty id?](#Why-some-stream-have-empty-id) +- [Why some streams have empty id?](#Why-some-streams-have-empty-id) - [What is a "daily update" and why is benefit for this playlist?](#What-is-a-daily-update-and-why-is-benefit-for-this-playlist) - [Is possible to view channels directly from the site?](#Is-possible-to-view-channels-directly-from-the-site) - [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) - [Do I have to pay to use this list?](#Do-i-have-to-pay-to-use-this-list) -- [Are you planning to include a VOD of the programs broadcast on this playlist?](#Are-you-planning-to-include-a-vod-of-the-programs-broadcast-on-this-playlist) +- [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) ## Does the channel need to be publicly accessible to be included in the playlists? Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. @@ -43,7 +43,7 @@ It's to differentiate the origin of the broadcast from the content. Call signs u ## There are source for verify call sign and coverage area for some TV stations? There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. -## Why some stream have empty id? +## Why some streams have empty id? Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. ## What is a "daily update" and why is benefit for this playlist? @@ -58,5 +58,5 @@ To avoid content that may be inappropriate for work or display to the entire aud ## Do I have to pay to use this list? No. Also, the maintenance of this service is self-financed. -## Are you planning to include a VOD of the programs broadcast on this playlist? +## Are you planning to include a VOD of TV shows broadcasted on this playlist? No. This is not our purpose. From d7e7605990d7dbcef7916f8c1977dfa33857f946 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:16:44 -0500 Subject: [PATCH 018/138] Update FAQ.md --- FAQ.md | 90 ++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 49 insertions(+), 41 deletions(-) diff --git a/FAQ.md b/FAQ.md index 5a80620f90..975e3e2eeb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,8 +1,14 @@ # Frequently Asked Questions +Basic: +- [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) +- [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) +- [Do I have to pay to use this list?](#Do-i-have-to-pay-to-use-this-list) +- [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) + +Technical: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) -- [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) - [Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url?](#Why-is-recommended-the-playlistm3u-or-indexm3u-at-the-end-of-the-url) - [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) - [Is possible to add streams from Youtube, Dailymotion or Twitch?](#Is-possible-to-add-streams-from-youtube-dailymotion-or-twitch) @@ -11,52 +17,54 @@ - [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) - [Why some streams have empty id?](#Why-some-streams-have-empty-id) - [What is a "daily update" and why is benefit for this playlist?](#What-is-a-daily-update-and-why-is-benefit-for-this-playlist) -- [Is possible to view channels directly from the site?](#Is-possible-to-view-channels-directly-from-the-site) -- [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) -- [Do I have to pay to use this list?](#Do-i-have-to-pay-to-use-this-list) -- [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) +- [Is possible to view channels directly from the main website?](#Is-possible-to-view-channels-directly-from-the-main-website) -## Does the channel need to be publicly accessible to be included in the playlists? -Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. - -## Can I add a FTA channel that broadcasts PPV events or pay programming? -Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. - -## I have a cable service and I want those channels to be on this IPTV. Is that possible? +## Basic +### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, also there are exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. -## Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? -These files use adaptive resolution, also the streams are permanent, that avoids dependence on tokens or temporal files. - -## Why don't we accept XStreamCode in streams? -XStreamCode contains code that could be malicious to users. - -## Is possible to add streams from Youtube, Dailymotion or Twitch? -Yes. Due to technical limitations is necessary add a Streamlink server link to view the content. - -## Is it possible to add audio-only streams, like FM radio? -No. Exceptions are the visual radios, in which a video and audio are shown at the same time. - -## Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)? -It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. - -## There are source for verify call sign and coverage area for some TV stations? -There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. - -## Why some streams have empty id? -Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. - -## What is a "daily update" and why is benefit for this playlist? -A "daily update" is maintenance to check the status of the playlist operation, as well as to hide streams from the playlist if they have access problems. - -## Is possible to view channels directly from the site? +### Is possible to view channels directly from the site? No, to avoid possible abuse of the service. -## Why don't we show NSFW channels in most playlists? -To avoid content that may be inappropriate for work or display to the entire audience. We suggest using the corresponding playlist. +### Why don't we show NSFW channels in most playlists? +Because to avoid content that may be inappropriate for work or display to the entire audience. We suggest using the corresponding playlist. -## Do I have to pay to use this list? +### Do I have to pay to use this list? No. Also, the maintenance of this service is self-financed. -## Are you planning to include a VOD of TV shows broadcasted on this playlist? +### Are you planning to include a VOD of TV shows broadcasted on this playlist? No. This is not our purpose. + +## Technical +### Does the channel need to be publicly accessible to be included in the playlists? +Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. + +### Can I add a FTA channel that broadcasts PPV events or pay programming? +Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. + +### Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? +These files use adaptive resolution, also the streams are permanent, that avoids dependence on tokens or temporal files. + +### Why don't we accept XStreamCode in streams? +XStreamCode contains code that could be malicious to users. + +### Is possible to add streams from Youtube, Dailymotion or Twitch? +Yes. Due to technical limitations is necessary add a Streamlink server link to view the content. + +### Is it possible to add audio-only streams, like FM radio? +No. Exceptions are the visual radios, in which a video and audio are shown at the same time. + +### Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)? +It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. + +### There are source for verify call sign and coverage area for some TV stations? +There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. + +### Why some streams have empty id? +Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. + +### What is a "daily update" and why is benefit for this playlist? +A "daily update" is maintenance to check the status of the playlist operation, as well as to hide streams from the playlist if they have access problems. + +### Is possible to view channels directly from the main website? +No, to avoid possible abuse of the service. From 3ef1bd5dbd2187310e30a28aa292813a591eab4a Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:22:13 -0500 Subject: [PATCH 019/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 975e3e2eeb..f283a8d9d3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -21,7 +21,7 @@ Technical: ## Basic ### I have a cable service and I want those channels to be on this IPTV. Is that possible? -No. This playlist does not replace traditional cable, also there are exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. +No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. ### Is possible to view channels directly from the site? No, to avoid possible abuse of the service. From 948c6ea1dd8243189f540ff6c3f8af9c5184a720 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:24:28 -0500 Subject: [PATCH 020/138] Update FAQ.md --- FAQ.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index f283a8d9d3..83051db1b4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,6 +2,7 @@ Basic: - [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) +- [Is possible to view channels directly from the main website?](#Is-possible-to-view-channels-directly-from-the-main-website) - [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) - [Do I have to pay to use this list?](#Do-i-have-to-pay-to-use-this-list) - [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) @@ -17,13 +18,12 @@ Technical: - [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) - [Why some streams have empty id?](#Why-some-streams-have-empty-id) - [What is a "daily update" and why is benefit for this playlist?](#What-is-a-daily-update-and-why-is-benefit-for-this-playlist) -- [Is possible to view channels directly from the main website?](#Is-possible-to-view-channels-directly-from-the-main-website) ## Basic ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. -### Is possible to view channels directly from the site? +### Is possible to view channels directly from the main website? No, to avoid possible abuse of the service. ### Why don't we show NSFW channels in most playlists? @@ -65,6 +65,3 @@ Because the stream does not have enough information available. If you know, let ### What is a "daily update" and why is benefit for this playlist? A "daily update" is maintenance to check the status of the playlist operation, as well as to hide streams from the playlist if they have access problems. - -### Is possible to view channels directly from the main website? -No, to avoid possible abuse of the service. From de9796869e5cbcbea76e3e86eedb0d0c39597107 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:26:38 -0500 Subject: [PATCH 021/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 83051db1b4..d376e12997 100644 --- a/FAQ.md +++ b/FAQ.md @@ -37,7 +37,7 @@ No. This is not our purpose. ## Technical ### Does the channel need to be publicly accessible to be included in the playlists? -Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in a certain country. +Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in one or few countries. ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. From 13ccfb14c89ea6b88861e3c4c0295d89aafe11af Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:45:54 -0500 Subject: [PATCH 022/138] Update FAQ.md Co-authored-by: UltraHDR <108294295+UltraHDR@users.noreply.github.com> --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d376e12997..beb0c9dfa2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,7 +10,7 @@ Basic: Technical: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) -- [Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url?](#Why-is-recommended-the-playlistm3u-or-indexm3u-at-the-end-of-the-url) +- [Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url?](#Why-is-recommended-the-playlistm3u-or-indexm3u-at-the-end-of-the-url) - [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) - [Is possible to add streams from Youtube, Dailymotion or Twitch?](#Is-possible-to-add-streams-from-youtube-dailymotion-or-twitch) - [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) From 954792c3b93c48a6d567a715f6686c8a5c4581a1 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:46:17 -0500 Subject: [PATCH 023/138] Update FAQ.md Co-authored-by: UltraHDR <108294295+UltraHDR@users.noreply.github.com> --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index beb0c9dfa2..94539cc364 100644 --- a/FAQ.md +++ b/FAQ.md @@ -42,7 +42,7 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. -### Why is recommended the "playlist.m3u" or "index.m3u" at the end of the url? +### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? These files use adaptive resolution, also the streams are permanent, that avoids dependence on tokens or temporal files. ### Why don't we accept XStreamCode in streams? From ff8e84b31308c1e35f2ec0f202138ef5c76bbf23 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:49:23 -0500 Subject: [PATCH 024/138] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 94539cc364..0c10157ba2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,7 +10,7 @@ Basic: Technical: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) -- [Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url?](#Why-is-recommended-the-playlistm3u-or-indexm3u-at-the-end-of-the-url) +- [Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url?](#Why-is-recommended-the-masterm3u8-playlistm3u8-or-indexm3u8-at-the-end-of-the-url) - [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) - [Is possible to add streams from Youtube, Dailymotion or Twitch?](#Is-possible-to-add-streams-from-youtube-dailymotion-or-twitch) - [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) @@ -43,7 +43,7 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? -These files use adaptive resolution, also the streams are permanent, that avoids dependence on tokens or temporal files. +These files are adapted to the quality of your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally this url. ### Why don't we accept XStreamCode in streams? XStreamCode contains code that could be malicious to users. From d88e6b758541cc6c64dc573e4be29a2dd5c4e79b Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:50:28 -0500 Subject: [PATCH 025/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0c10157ba2..fa756af064 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,7 +43,7 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? -These files are adapted to the quality of your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally this url. +These files are adjust to your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally this url. ### Why don't we accept XStreamCode in streams? XStreamCode contains code that could be malicious to users. From 03f02affb84aa648c84359ea4217bacc20647d81 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:51:11 -0500 Subject: [PATCH 026/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index fa756af064..50212f1134 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,7 +43,7 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? -These files are adjust to your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally this url. +These files are adjust to your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally there urls. ### Why don't we accept XStreamCode in streams? XStreamCode contains code that could be malicious to users. From 0f7832069a31250bf78aeb68a459cc7e586ba7c8 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:51:35 -0500 Subject: [PATCH 027/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 50212f1134..dd5fdeeb0f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,7 +43,7 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? -These files are adjust to your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally there urls. +These files are adjust to your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. ### Why don't we accept XStreamCode in streams? XStreamCode contains code that could be malicious to users. From c3783d911dc9b434b7f9392b3dd646496ab24667 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 17:02:40 -0500 Subject: [PATCH 028/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index dd5fdeeb0f..bc8850e29d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,7 +43,7 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? -These files are adjust to your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. +These files are useful to see perfectly the channel based in your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. ### Why don't we accept XStreamCode in streams? XStreamCode contains code that could be malicious to users. From 23c548775f9e91a8a7fb488ac97c37c98f9f7e4f Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 18:27:25 -0500 Subject: [PATCH 029/138] Update FAQ.md --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index bc8850e29d..340b3a4a61 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3,9 +3,10 @@ Basic: - [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) - [Is possible to view channels directly from the main website?](#Is-possible-to-view-channels-directly-from-the-main-website) +- [Does the playlist have a channel guide?](#Does-the-playlist-have-a-channel-guide) +- [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) - [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) - [Do I have to pay to use this list?](#Do-i-have-to-pay-to-use-this-list) -- [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) Technical: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) @@ -23,6 +24,9 @@ Technical: ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. +### Does the playlist have a channel guide? +Yes. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. + ### Is possible to view channels directly from the main website? No, to avoid possible abuse of the service. From 670c5c2fcac0399b5027f252bf3833d27db46d48 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:35:31 -0500 Subject: [PATCH 030/138] Update FAQ.md Set link Co-authored-by: Aleksandr Statciuk --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 340b3a4a61..2f3d289b1d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -53,7 +53,7 @@ These files are useful to see perfectly the channel based in your network or scr XStreamCode contains code that could be malicious to users. ### Is possible to add streams from Youtube, Dailymotion or Twitch? -Yes. Due to technical limitations is necessary add a Streamlink server link to view the content. +Yes. Due to technical limitations is necessary add a [Streamlink](https://streamlink.github.io/) server link to view the content. ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. From cd7039474693721bddb7ce58f1bd68b63e266b65 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:36:45 -0500 Subject: [PATCH 031/138] Update template.md Create section --- .readme/template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readme/template.md b/.readme/template.md index 2a21d5c59d..1f73b7049b 100644 --- a/.readme/template.md +++ b/.readme/template.md @@ -77,6 +77,10 @@ The API documentation can be found in the [iptv-org/api](https://github.com/iptv Links to other useful IPTV-related resources can be found in the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository. +## FAQ + +Answers to the most popular questions you can find in the [FAQ.md](FAQ.md). + ## Contribution Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending an issue or making a pull request. From fb2b8cb03255388b221495004c3260c232fe9fad Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:37:06 -0500 Subject: [PATCH 032/138] Update README.md Fix Co-authored-by: Aleksandr Statciuk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81fd91444b..c2f03d1810 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![auto-update](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/auto-update.yml) -Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. See [FAQ](FAQ.md). +Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. ## Usage From 98e843aba8b73a64a1d9ce7b107b548aa1e1e373 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:41:01 -0500 Subject: [PATCH 033/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2f3d289b1d..94108b5607 100644 --- a/FAQ.md +++ b/FAQ.md @@ -25,7 +25,7 @@ Technical: No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. ### Does the playlist have a channel guide? -Yes. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. +Yes. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international channels) may interrupt programming without you knowing. ### Is possible to view channels directly from the main website? No, to avoid possible abuse of the service. From 8f96e477b6b2f1988d182198bb824f9df597dbca Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:44:25 -0500 Subject: [PATCH 034/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 94108b5607..8e45a2593f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -25,7 +25,7 @@ Technical: No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. ### Does the playlist have a channel guide? -Yes. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international channels) may interrupt programming without you knowing. +Yes. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. ### Is possible to view channels directly from the main website? No, to avoid possible abuse of the service. From 8db2852be1b98638bf612b8491a75ed3aaccb5a6 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:17:37 -0500 Subject: [PATCH 035/138] Update FAQ.md Create add new channel for FAQ --- FAQ.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 8e45a2593f..622249bf96 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,9 +8,12 @@ Basic: - [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) - [Do I have to pay to use this list?](#Do-i-have-to-pay-to-use-this-list) -Technical: +Channels: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) +- [I wish created my channel and add it to this playlist. What should I do?](#I-wish-created-my-channel-and-add-it-to-this-playlist-what-should-i-do) + +Technical: - [Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url?](#Why-is-recommended-the-masterm3u8-playlistm3u8-or-indexm3u8-at-the-end-of-the-url) - [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) - [Is possible to add streams from Youtube, Dailymotion or Twitch?](#Is-possible-to-add-streams-from-youtube-dailymotion-or-twitch) @@ -39,13 +42,17 @@ No. Also, the maintenance of this service is self-financed. ### Are you planning to include a VOD of TV shows broadcasted on this playlist? No. This is not our purpose. -## Technical +## Channels ### Does the channel need to be publicly accessible to be included in the playlists? Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in one or few countries. ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. +### I wish created my channel and add it to this playlist. What should I do? +We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: Camera, a video editor, a recording and broadcasting app with RTMP support (like OBS) and a live streaming service with multibitrate. Then, add the channel information from database. + +## Technical ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? These files are useful to see perfectly the channel based in your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. From 468337990a2fd22512131226c8c6bab2519a2264 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:19:56 -0500 Subject: [PATCH 036/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 622249bf96..1c96c3dbdf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -50,7 +50,7 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ### I wish created my channel and add it to this playlist. What should I do? -We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: Camera, a video editor, a recording and broadcasting app with RTMP support (like OBS) and a live streaming service with multibitrate. Then, add the channel information from database. +We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: Camera, a video editor, a recording and broadcasting app with RTMP support (like OBS) and a live streaming service with multibitrate. Then, add the channel information from [Database](https://github.com/iptv-org/database). ## Technical ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? From e9d492cdf357616ba293437ca10bedd77ec386e3 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:27:52 -0500 Subject: [PATCH 037/138] Update FAQ.md --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1c96c3dbdf..a23cba5147 100644 --- a/FAQ.md +++ b/FAQ.md @@ -50,7 +50,11 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. ### I wish created my channel and add it to this playlist. What should I do? -We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: Camera, a video editor, a recording and broadcasting app with RTMP support (like OBS) and a live streaming service with multibitrate. Then, add the channel information from [Database](https://github.com/iptv-org/database). +We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: +* Camera with a tripod (recommended for your own studio). +* A PC with Internet, video editor and recording and broadcasting app under RTMP support (like OBS). +* And a live streaming service with multibitrate (if possible). +After you have your m3u link, add your channel information from [Database](https://github.com/iptv-org/database). ## Technical ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? From 22e7d738578ccc05c351149520b7cb6cfec5c301 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:28:26 -0500 Subject: [PATCH 038/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a23cba5147..f4330c5511 100644 --- a/FAQ.md +++ b/FAQ.md @@ -52,7 +52,7 @@ Maybe. Consider if the country where it is broadcasted allows fair use. Owners c ### I wish created my channel and add it to this playlist. What should I do? We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: * Camera with a tripod (recommended for your own studio). -* A PC with Internet, video editor and recording and broadcasting app under RTMP support (like OBS). +* A PC with Internet, video editor and recording/broadcasting app under RTMP support (like OBS). * And a live streaming service with multibitrate (if possible). After you have your m3u link, add your channel information from [Database](https://github.com/iptv-org/database). From 1183349f378bd575506d0e221bfcf557336d2db5 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:29:06 -0500 Subject: [PATCH 039/138] Update FAQ.md --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index f4330c5511..d40c75ab4b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -54,6 +54,7 @@ We are a community initiative and you don't need to pay anything to stay on this * Camera with a tripod (recommended for your own studio). * A PC with Internet, video editor and recording/broadcasting app under RTMP support (like OBS). * And a live streaming service with multibitrate (if possible). + After you have your m3u link, add your channel information from [Database](https://github.com/iptv-org/database). ## Technical From ef404622ba3559969b4c26e1e4fd8bd874d921a8 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:31:40 -0500 Subject: [PATCH 040/138] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index d40c75ab4b..d35edef136 100644 --- a/FAQ.md +++ b/FAQ.md @@ -52,10 +52,10 @@ Maybe. Consider if the country where it is broadcasted allows fair use. Owners c ### I wish created my channel and add it to this playlist. What should I do? We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: * Camera with a tripod (recommended for your own studio). -* A PC with Internet, video editor and recording/broadcasting app under RTMP support (like OBS). +* A PC with Internet, video editor and recording/broadcasting app under RTMP protocol (per example, OBS). * And a live streaming service with multibitrate (if possible). -After you have your m3u link, add your channel information from [Database](https://github.com/iptv-org/database). +After you have your m3u8 link, add your channel information from [Database](https://github.com/iptv-org/database). ## Technical ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? From 1a15b6145d5a5fcc69e32b5ae67f0658cc851864 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:32:35 -0500 Subject: [PATCH 041/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d35edef136..9e07bea67d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -52,7 +52,7 @@ Maybe. Consider if the country where it is broadcasted allows fair use. Owners c ### I wish created my channel and add it to this playlist. What should I do? We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: * Camera with a tripod (recommended for your own studio). -* A PC with Internet, video editor and recording/broadcasting app under RTMP protocol (per example, OBS). +* A PC with Internet, video editor and recording/broadcasting app under RTMP protocol (e.g. OBS). * And a live streaming service with multibitrate (if possible). After you have your m3u8 link, add your channel information from [Database](https://github.com/iptv-org/database). From 4ebc403786fee9d469cc5b5c6942af4b04e68620 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 6 Aug 2022 15:10:06 -0500 Subject: [PATCH 042/138] Update FAQ.md Update info about call sign. --- FAQ.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 9e07bea67d..8a6dc27e61 100644 --- a/FAQ.md +++ b/FAQ.md @@ -70,8 +70,10 @@ Yes. Due to technical limitations is necessary add a [Streamlink](https://stream ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. -### Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)? -It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. +### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? +It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. + +An example of a call sign used as id is KJLA-DT1.us: [KJLA](https://en.wikipedia.org/wiki/KJLA) is a digital television station, DT is a suffix, 1 is a subchannel number and ".us" is the country code (United States). This station broadcasts the Visión Latina channel, whose id is VisionLatina.us. ### There are source for verify call sign and coverage area for some TV stations? There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. From 7de6933b36ee300b7200c87e8fb4d1293b008cc0 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:39:42 -0500 Subject: [PATCH 043/138] Update .readme/template.md Co-authored-by: LaneSh4d0w --- .readme/template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readme/template.md b/.readme/template.md index 1f73b7049b..9251b8bf72 100644 --- a/.readme/template.md +++ b/.readme/template.md @@ -79,7 +79,7 @@ Links to other useful IPTV-related resources can be found in the [iptv-org/aweso ## FAQ -Answers to the most popular questions you can find in the [FAQ.md](FAQ.md). +The answers to the most popular questions can be found in the [FAQ.md](FAQ.md) file. ## Contribution From 90a8d484c5a6eff844ac9aedc048732d777a3160 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:40:38 -0500 Subject: [PATCH 044/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 8a6dc27e61..73d05e6976 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,7 +2,7 @@ Basic: - [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) -- [Is possible to view channels directly from the main website?](#Is-possible-to-view-channels-directly-from-the-main-website) +- [Is it possible to view channels directly from the main website?](#Is-it-possible-to-view-channels-directly-from-the-main-website) - [Does the playlist have a channel guide?](#Does-the-playlist-have-a-channel-guide) - [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) - [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) From ab908d4cb9108cdf9cb1b0023bea7a9a92ee8e91 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:40:49 -0500 Subject: [PATCH 045/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 73d05e6976..73849d0639 100644 --- a/FAQ.md +++ b/FAQ.md @@ -16,7 +16,7 @@ Channels: Technical: - [Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url?](#Why-is-recommended-the-masterm3u8-playlistm3u8-or-indexm3u8-at-the-end-of-the-url) - [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) -- [Is possible to add streams from Youtube, Dailymotion or Twitch?](#Is-possible-to-add-streams-from-youtube-dailymotion-or-twitch) +- [Is it possible to add streams from Youtube, Dailymotion or Twitch?](#Is-it-possible-to-add-streams-from-youtube-dailymotion-or-twitch) - [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) - [Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)?](#Why-are-there-some-ids-with-call-sign-watb-tvus-and-others-with-alphanumeric-id-mychannelus) - [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) From e0f807576e370328386bc9bd8673ff95ebb23cbf Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:40:55 -0500 Subject: [PATCH 046/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 73849d0639..74037dbaef 100644 --- a/FAQ.md +++ b/FAQ.md @@ -30,7 +30,7 @@ No. This playlist does not replace traditional cable, because this playlist can' ### Does the playlist have a channel guide? Yes. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. -### Is possible to view channels directly from the main website? +### Is it possible to view channels directly from the main website? No, to avoid possible abuse of the service. ### Why don't we show NSFW channels in most playlists? From 2277ae84d4c69932dc67b53e824e3e9aa88cdf25 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:41:44 -0500 Subject: [PATCH 047/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 74037dbaef..7d78b987fa 100644 --- a/FAQ.md +++ b/FAQ.md @@ -34,7 +34,7 @@ Yes. However, not all channels have their EPG available. See [EPG](https://githu No, to avoid possible abuse of the service. ### Why don't we show NSFW channels in most playlists? -Because to avoid content that may be inappropriate for work or display to the entire audience. We suggest using the corresponding playlist. +NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. ### Do I have to pay to use this list? No. Also, the maintenance of this service is self-financed. From 2302e5c9a9363f76caf21f14f5238e8a777ac848 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:41:56 -0500 Subject: [PATCH 048/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 7d78b987fa..90a5a7e84d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,7 +11,7 @@ Basic: Channels: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) -- [I wish created my channel and add it to this playlist. What should I do?](#I-wish-created-my-channel-and-add-it-to-this-playlist-what-should-i-do) +- [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) Technical: - [Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url?](#Why-is-recommended-the-masterm3u8-playlistm3u8-or-indexm3u8-at-the-end-of-the-url) From 06461dc2a7abbd70d0ea2fefc132620f1ae21526 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:42:02 -0500 Subject: [PATCH 049/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 90a5a7e84d..51e9755fb2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -49,7 +49,7 @@ Yes, we only need the links to be publicly accessible like FTA packages (free-to ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. -### I wish created my channel and add it to this playlist. What should I do? +### I've created my channel and I want to add it to this playlist. What should I do? We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: * Camera with a tripod (recommended for your own studio). * A PC with Internet, video editor and recording/broadcasting app under RTMP protocol (e.g. OBS). From bc0fd69b8c6ca368b6a449bdcae004980c0f6820 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:42:19 -0500 Subject: [PATCH 050/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 51e9755fb2..b7db886932 100644 --- a/FAQ.md +++ b/FAQ.md @@ -55,7 +55,7 @@ We are a community initiative and you don't need to pay anything to stay on this * A PC with Internet, video editor and recording/broadcasting app under RTMP protocol (e.g. OBS). * And a live streaming service with multibitrate (if possible). -After you have your m3u8 link, add your channel information from [Database](https://github.com/iptv-org/database). +After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new) to propose it to us. ## Technical ### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? From 66973c59d7b6ecae073d1ca286f5545df36f4a57 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:43:11 -0500 Subject: [PATCH 051/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b7db886932..e2affeda89 100644 --- a/FAQ.md +++ b/FAQ.md @@ -62,7 +62,7 @@ After you have your m3u8 link, add your channel information onto the [Database]( These files are useful to see perfectly the channel based in your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. ### Why don't we accept XStreamCode in streams? -XStreamCode contains code that could be malicious to users. +Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it and the server that hosts it. ### Is possible to add streams from Youtube, Dailymotion or Twitch? Yes. Due to technical limitations is necessary add a [Streamlink](https://streamlink.github.io/) server link to view the content. From 3be36b42e16b48a8162675ab8c43b1d90a16dc6d Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:49:08 -0500 Subject: [PATCH 052/138] Update FAQ.md Edit sentences --- FAQ.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index e2affeda89..8291fad083 100644 --- a/FAQ.md +++ b/FAQ.md @@ -14,7 +14,7 @@ Channels: - [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) Technical: -- [Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url?](#Why-is-recommended-the-masterm3u8-playlistm3u8-or-indexm3u8-at-the-end-of-the-url) +- [Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"?](#Why-am-i-asked-to-provide-an-adaptive-playlist-like-masterm3u8-playlistm3u8-or-indexm3u8) - [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) - [Is it possible to add streams from Youtube, Dailymotion or Twitch?](#Is-it-possible-to-add-streams-from-youtube-dailymotion-or-twitch) - [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) @@ -58,12 +58,14 @@ We are a community initiative and you don't need to pay anything to stay on this After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new) to propose it to us. ## Technical -### Why is recommended the "master.m3u8", "playlist.m3u8" or "index.m3u8" at the end of the url? +### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"? These files are useful to see perfectly the channel based in your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. ### Why don't we accept XStreamCode in streams? Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it and the server that hosts it. +In short, they are poor quality streams created by unauthorized people. + ### Is possible to add streams from Youtube, Dailymotion or Twitch? Yes. Due to technical limitations is necessary add a [Streamlink](https://streamlink.github.io/) server link to view the content. From 38afc63ac00ec5a07e9ea0c849f01565b11f1ad6 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:06:24 -0500 Subject: [PATCH 053/138] Update FAQ.md --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 8291fad083..f095654ee8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,6 +1,7 @@ # Frequently Asked Questions Basic: +- [What is IPTV?](#What-is-iptv) - [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) - [Is it possible to view channels directly from the main website?](#Is-it-possible-to-view-channels-directly-from-the-main-website) - [Does the playlist have a channel guide?](#Does-the-playlist-have-a-channel-guide) @@ -24,6 +25,9 @@ Technical: - [What is a "daily update" and why is benefit for this playlist?](#What-is-a-daily-update-and-why-is-benefit-for-this-playlist) ## Basic +### What is IPTV? +See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television) from Wikipedia article. This article is important, because many people do not understand how playlists work. + ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. From 5d399a3f21b9855fec57b86c8367228b4e65f9d2 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:09:54 -0500 Subject: [PATCH 054/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f095654ee8..a00cee0026 100644 --- a/FAQ.md +++ b/FAQ.md @@ -26,7 +26,7 @@ Technical: ## Basic ### What is IPTV? -See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television) from Wikipedia article. This article is important, because many people do not understand how playlists work. +See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television) from Wikipedia article. This article is important, because newcomers do not understand how playlists work. ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. From c2766c0a853ee1bdf7207ea2e5973477884e9a91 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:10:59 -0500 Subject: [PATCH 055/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a00cee0026..5b37307493 100644 --- a/FAQ.md +++ b/FAQ.md @@ -26,7 +26,7 @@ Technical: ## Basic ### What is IPTV? -See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television) from Wikipedia article. This article is important, because newcomers do not understand how playlists work. +See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television) from Wikipedia article. This article is important, because newcomers do not understand how playlists work. ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. From 39b9a849d3179dceae23185a6c12ab9c99afaefa Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 21:34:43 -0500 Subject: [PATCH 056/138] Update FAQ.md Co-authored-by: Aleksandr Statciuk --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5b37307493..59868ce284 100644 --- a/FAQ.md +++ b/FAQ.md @@ -44,7 +44,8 @@ NSFW content are not suitable for the main public. To avoid issues with these ki No. Also, the maintenance of this service is self-financed. ### Are you planning to include a VOD of TV shows broadcasted on this playlist? -No. This is not our purpose. +> No. This is not our purpose. +Based on #175, #3290, #7852 ## Channels ### Does the channel need to be publicly accessible to be included in the playlists? From e530dcc18a8a1c440cc4741320ebdfa5413ebad9 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 11 Aug 2022 21:51:59 -0500 Subject: [PATCH 057/138] Update FAQ.md --- FAQ.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 59868ce284..c2c3c63d78 100644 --- a/FAQ.md +++ b/FAQ.md @@ -44,8 +44,9 @@ NSFW content are not suitable for the main public. To avoid issues with these ki No. Also, the maintenance of this service is self-financed. ### Are you planning to include a VOD of TV shows broadcasted on this playlist? -> No. This is not our purpose. -Based on #175, #3290, #7852 +No. This is not our purpose. + +Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://github.com/iptv-org/iptv/discussions/3290), [#7852](https://github.com/iptv-org/iptv/discussions/7852). ## Channels ### Does the channel need to be publicly accessible to be included in the playlists? @@ -71,6 +72,8 @@ Xtream-Codes streams are, most of the times, pirated streams created by some peo In short, they are poor quality streams created by unauthorized people. +Based on [#5401](https://github.com/iptv-org/iptv/pull/5401). + ### Is possible to add streams from Youtube, Dailymotion or Twitch? Yes. Due to technical limitations is necessary add a [Streamlink](https://streamlink.github.io/) server link to view the content. From 6f31f96d8259058e3b56bf8f468e16866ef76844 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:01:28 -0500 Subject: [PATCH 058/138] Update FAQ.md Add Do I need a good Internet connection to watch an available stream? --- FAQ.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index c2c3c63d78..49d0ced0a8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -26,8 +26,15 @@ Technical: ## Basic ### What is IPTV? +In non-technical words, IPTV (Internet Protocol television) stations have web addresses that *are obtained from official sources or authorized services for easier access to the end user who has any media player that supports streaming*. + See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television) from Wikipedia article. This article is important, because newcomers do not understand how playlists work. +### Do I need a good Internet connection to watch an available stream? +A lot of channels are ready for main public because of adaptive resolution. If you have a slow connection, play again at another time, becuase you may experience short stuttering and/or signal low. + +Some TV stations have a limit of simultaneous users, so if this stream does not display correctly, you will have to play at another time. + ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. @@ -63,11 +70,14 @@ We are a community initiative and you don't need to pay anything to stay on this After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new) to propose it to us. +### Is there any way to add my channel other than via git repository? +No, there is no such option. + ## Technical ### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"? These files are useful to see perfectly the channel based in your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. -### Why don't we accept XStreamCode in streams? +### Why don't we accept XStream-Codes in streams? Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it and the server that hosts it. In short, they are poor quality streams created by unauthorized people. From d2d68936d5ab7c1afeaad9f5c4c32552c91d46a0 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:04:07 -0500 Subject: [PATCH 059/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 49d0ced0a8..1bf6143ee0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -33,7 +33,7 @@ See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protoc ### Do I need a good Internet connection to watch an available stream? A lot of channels are ready for main public because of adaptive resolution. If you have a slow connection, play again at another time, becuase you may experience short stuttering and/or signal low. -Some TV stations have a limit of simultaneous users, so if this stream does not display correctly, you will have to play at another time. +Some TV stations have a maximum of simultaneous users. So if this stream does not display correctly (becuase of bandwidth limit), you will have to play at another time. ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. From d1b7df47593bff60c3fa34b48a5dc031adceeb48 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 10:20:20 -0500 Subject: [PATCH 060/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1bf6143ee0..73df0656f4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -22,7 +22,7 @@ Technical: - [Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)?](#Why-are-there-some-ids-with-call-sign-watb-tvus-and-others-with-alphanumeric-id-mychannelus) - [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) - [Why some streams have empty id?](#Why-some-streams-have-empty-id) -- [What is a "daily update" and why is benefit for this playlist?](#What-is-a-daily-update-and-why-is-benefit-for-this-playlist) +- [What is a "daily update" and what are the benefits for this playlist?](#What-is-a-daily-update-and-what-are-the-benefits-for-this-playlist) ## Basic ### What is IPTV? From b0782fb4fb989ea43417bb7f63208fe4c45568ba Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 10:20:28 -0500 Subject: [PATCH 061/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 73df0656f4..6c78271e93 100644 --- a/FAQ.md +++ b/FAQ.md @@ -101,5 +101,5 @@ There are websites to consult the location and characteristics of the station. F ### Why some streams have empty id? Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. -### What is a "daily update" and why is benefit for this playlist? +### What is a "daily update" and why are the benefits for this playlist? A "daily update" is maintenance to check the status of the playlist operation, as well as to hide streams from the playlist if they have access problems. From e8ef376ec1ae6b3eac023710fbec163eb1c73ff0 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 10:20:37 -0500 Subject: [PATCH 062/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6c78271e93..eab975838a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -102,4 +102,4 @@ There are websites to consult the location and characteristics of the station. F Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. ### What is a "daily update" and why are the benefits for this playlist? -A "daily update" is maintenance to check the status of the playlist operation, as well as to hide streams from the playlist if they have access problems. +A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. From b60212636b7f4b6cbdc85dc1615c63b10f865ad5 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 10:29:32 -0500 Subject: [PATCH 063/138] Update FAQ.md --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index eab975838a..d537c5cdf8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -101,5 +101,9 @@ There are websites to consult the location and characteristics of the station. F ### Why some streams have empty id? Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. +This also applies to the undefined.m3u file. The streams in this file are from channels whose country of origin is unknown. + +Based on [#2440](https://github.com/iptv-org/iptv/issues/2440). + ### What is a "daily update" and why are the benefits for this playlist? A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. From e3fc9cf11e808638552edd5a8f795b45207774d0 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:16:31 -0500 Subject: [PATCH 064/138] Update FAQ.md --- FAQ.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d537c5cdf8..0b3b2f6b6e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -93,11 +93,21 @@ No. Exceptions are the visual radios, in which a video and audio are shown at th ### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. -An example of a call sign used as id is KJLA-DT1.us: [KJLA](https://en.wikipedia.org/wiki/KJLA) is a digital television station, DT is a suffix, 1 is a subchannel number and ".us" is the country code (United States). This station broadcasts the Visión Latina channel, whose id is VisionLatina.us. +An example of a call sign used as id is `KJLA-DT1.us`: [KJLA](https://en.wikipedia.org/wiki/KJLA) is a digital television station, DT is a suffix, 1 is a subchannel number and ".us" is the country code (United States). This station broadcasts the Visión Latina channel, whose id is `VisionLatina.us`. ### There are source for verify call sign and coverage area for some TV stations? There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. +### Why attributes of channels of this playlist like "tvg-country", "tvg-language", "tvg-logo" are missing? +The reason is to reduce the workload when adding streams in the list. Since "tvg-id" links to [Database](https://github.com/iptv-org/database) repository, each channel has unique attributes like: image, name (in English and local speak), category and language. + +You can add multiple streams with a single id (in the "tvg-id" parameter), instead of adding information from scratch. For example: + +``` +#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) +``` +Based on [#6516](https://github.com/iptv-org/iptv/issues/6516). + ### Why some streams have empty id? Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. From 3346d309b7f327390fea77cd93413cf6d737a9fa Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:17:59 -0500 Subject: [PATCH 065/138] Update FAQ.md --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 0b3b2f6b6e..e39ff7645c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -20,6 +20,7 @@ Technical: - [Is it possible to add streams from Youtube, Dailymotion or Twitch?](#Is-it-possible-to-add-streams-from-youtube-dailymotion-or-twitch) - [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) - [Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)?](#Why-are-there-some-ids-with-call-sign-watb-tvus-and-others-with-alphanumeric-id-mychannelus) +- [Why attributes of channels of this playlist like "tvg-country", "tvg-language", "tvg-logo" are missing?](#Why-attributes-of-channels-of-this-playlist-like-tvg-country-tvg-language-tvg-logo-are-missing) - [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) - [Why some streams have empty id?](#Why-some-streams-have-empty-id) - [What is a "daily update" and what are the benefits for this playlist?](#What-is-a-daily-update-and-what-are-the-benefits-for-this-playlist) From 3d4526e314085fa487b2701e44724c24639af0a6 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:33:54 -0500 Subject: [PATCH 066/138] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index e39ff7645c..268af917f6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -100,14 +100,14 @@ An example of a call sign used as id is `KJLA-DT1.us`: [KJLA](https://en.wikiped There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. ### Why attributes of channels of this playlist like "tvg-country", "tvg-language", "tvg-logo" are missing? -The reason is to reduce the workload when adding streams in the list. Since "tvg-id" links to [Database](https://github.com/iptv-org/database) repository, each channel has unique attributes like: image, name (in English and local speak), category and language. +The reason is to reduce the workload when adding streams in the list. Since "tvg-id" links to [Database](https://github.com/iptv-org/database) repository, each channel has unique attributes like: image, name (in English and local speak), country (or countries) broadcasted, category and language. You can add multiple streams with a single id (in the "tvg-id" parameter), instead of adding information from scratch. For example: ``` #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) ``` -Based on [#6516](https://github.com/iptv-org/iptv/issues/6516). +Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database). ### Why some streams have empty id? Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. From 53e9404baca5c764318ec3669c51c9252828745d Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:40:08 -0500 Subject: [PATCH 067/138] Update FAQ.md --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 268af917f6..b2afaad90f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -78,6 +78,10 @@ No, there is no such option. ### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"? These files are useful to see perfectly the channel based in your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. +In "daily update", the stream with better resolution supported will be considered a "priority" over other streams of lower resolution. + +Based on [#1916](https://github.com/iptv-org/iptv/issues/1916). + ### Why don't we accept XStream-Codes in streams? Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it and the server that hosts it. From 1635d4e8db2f8cfa3127c037fd86d6eda016aaa5 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:41:23 -0500 Subject: [PATCH 068/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b2afaad90f..46218722cd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -78,7 +78,7 @@ No, there is no such option. ### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"? These files are useful to see perfectly the channel based in your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. -In "daily update", the stream with better resolution supported will be considered a "priority" over other streams of lower resolution. +In the "daily update", the stream with the best supported resolution will be considered "priority" over other lower resolution streams of the same channel. Based on [#1916](https://github.com/iptv-org/iptv/issues/1916). From ba5c0f7c414878e3710c38c3ec87f0f66c49c0b3 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:43:37 -0500 Subject: [PATCH 069/138] Update FAQ.md --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 46218722cd..ae451eb677 100644 --- a/FAQ.md +++ b/FAQ.md @@ -60,6 +60,8 @@ Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://gi ### Does the channel need to be publicly accessible to be included in the playlists? Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in one or few countries. +Based on [#480](https://github.com/iptv-org/iptv/issues/480). + ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. From f52ebecec427cf92062d0db8e8bedb05a141e2c9 Mon Sep 17 00:00:00 2001 From: LaneSh4d0w Date: Sun, 14 Aug 2022 23:50:35 +0200 Subject: [PATCH 070/138] General fix and additions --- FAQ.md | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/FAQ.md b/FAQ.md index ae451eb677..6e4981fa21 100644 --- a/FAQ.md +++ b/FAQ.md @@ -16,13 +16,13 @@ Channels: Technical: - [Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"?](#Why-am-i-asked-to-provide-an-adaptive-playlist-like-masterm3u8-playlistm3u8-or-indexm3u8) -- [Why don't we accept XStreamCode in streams?](#Why-dont-we-accept-xstreamcode-in-streams) +- [Why don't we accept Xtream-Codes servers inside our playlists?](#Why-dont-we-accept-xstreamcodes-servers-inside-our-playlists) - [Is it possible to add streams from Youtube, Dailymotion or Twitch?](#Is-it-possible-to-add-streams-from-youtube-dailymotion-or-twitch) - [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) - [Why are there some ids with call sign (WATB-TV.us) and others with alphanumeric id (Mychannel.us)?](#Why-are-there-some-ids-with-call-sign-watb-tvus-and-others-with-alphanumeric-id-mychannelus) - [Why attributes of channels of this playlist like "tvg-country", "tvg-language", "tvg-logo" are missing?](#Why-attributes-of-channels-of-this-playlist-like-tvg-country-tvg-language-tvg-logo-are-missing) - [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) -- [Why some streams have empty id?](#Why-some-streams-have-empty-id) +- [Why some streams have an empty id?](#Why-some-streams-have-an-empty-id) - [What is a "daily update" and what are the benefits for this playlist?](#What-is-a-daily-update-and-what-are-the-benefits-for-this-playlist) ## Basic @@ -32,7 +32,7 @@ In non-technical words, IPTV (Internet Protocol television) stations have web ad See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television) from Wikipedia article. This article is important, because newcomers do not understand how playlists work. ### Do I need a good Internet connection to watch an available stream? -A lot of channels are ready for main public because of adaptive resolution. If you have a slow connection, play again at another time, becuase you may experience short stuttering and/or signal low. +A lot of channels are ready for main public because of adaptive resolution. If you have a slow connection, play again at another time, because you may experience short stuttering and/or signal loss. Some TV stations have a maximum of simultaneous users. So if this stream does not display correctly (becuase of bandwidth limit), you will have to play at another time. @@ -58,12 +58,12 @@ Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://gi ## Channels ### Does the channel need to be publicly accessible to be included in the playlists? -Yes, we only need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in one or few countries. +Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in one or few countries. Based on [#480](https://github.com/iptv-org/iptv/issues/480). ### Can I add a FTA channel that broadcasts PPV events or pay programming? -Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even DCMA takedowns. Check the blocklist from the repository database for more info about specific events. +Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events. ### I've created my channel and I want to add it to this playlist. What should I do? We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: @@ -73,29 +73,35 @@ We are a community initiative and you don't need to pay anything to stay on this After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new) to propose it to us. -### Is there any way to add my channel other than via git repository? +### Is there any way to add my channel other than via this git repository? No, there is no such option. ## Technical ### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"? -These files are useful to see perfectly the channel based in your network or screen (adaptive resolution). Also the streams are permanent, without token, that avoids edit temporally their urls. +An adaptive playlist is a m3u8 file that contains certain informations: the bandwidth, the quality, the type of codec used to read the channel. The player then reads the channel playlist based on your bandwidth and screen (hence the name "adaptive"). This permits you to watch your channel on perfect conditions. In the "daily update", the stream with the best supported resolution will be considered "priority" over other lower resolution streams of the same channel. Based on [#1916](https://github.com/iptv-org/iptv/issues/1916). -### Why don't we accept XStream-Codes in streams? -Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it and the server that hosts it. +### Why don't we accept Xtream-Codes servers inside our playlists? +Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it or the server that hosts it. + +If you're unsure about if your link is from an Xtream-Codes server, you may: +- Look at the structure of the URL. Most of them have this form : http(s)://*hostname*:25461/*username*/*password*/*channelID* (port is often 25461) +- Remove the rest of the URL after the password mention and add either "panel_api.php?" or "player_api.php?" after the port. Replace the slashes between the username and password with "username=" and "password=". + +If the link matches or answers after changing the URL, you're with an Xtream-Codes server. In short, they are poor quality streams created by unauthorized people. Based on [#5401](https://github.com/iptv-org/iptv/pull/5401). -### Is possible to add streams from Youtube, Dailymotion or Twitch? -Yes. Due to technical limitations is necessary add a [Streamlink](https://streamlink.github.io/) server link to view the content. +### Is it possible to add streams from Youtube, Dailymotion or Twitch? +Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. ### Is it possible to add audio-only streams, like FM radio? -No. Exceptions are the visual radios, in which a video and audio are shown at the same time. +No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. ### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. @@ -103,10 +109,10 @@ It's to differentiate the origin of the broadcast from the content. Call signs u An example of a call sign used as id is `KJLA-DT1.us`: [KJLA](https://en.wikipedia.org/wiki/KJLA) is a digital television station, DT is a suffix, 1 is a subchannel number and ".us" is the country code (United States). This station broadcasts the Visión Latina channel, whose id is `VisionLatina.us`. ### There are source for verify call sign and coverage area for some TV stations? -There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico UK, Austrailia and Japan. +There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico, UK, Australia and Japan. ### Why attributes of channels of this playlist like "tvg-country", "tvg-language", "tvg-logo" are missing? -The reason is to reduce the workload when adding streams in the list. Since "tvg-id" links to [Database](https://github.com/iptv-org/database) repository, each channel has unique attributes like: image, name (in English and local speak), country (or countries) broadcasted, category and language. +The reason is to reduce the workload when adding streams in the list. Since "tvg-id" links to the [Database](https://github.com/iptv-org/database) repository, each channel has unique attributes like image, name (in English and local speak), country (or countries) broadcasted, category and language. You can add multiple streams with a single id (in the "tvg-id" parameter), instead of adding information from scratch. For example: @@ -115,8 +121,8 @@ You can add multiple streams with a single id (in the "tvg-id" parameter), inste ``` Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database). -### Why some streams have empty id? -Because the stream does not have enough information available. If you know, let us know its official name, the language it broadcasts and the country where it originates. +### Why some streams have an empty id? +Because the stream does not have enough information available. If you appear to know additional data on these, let us know its official name, the language it broadcasts and the country where it originates. This also applies to the undefined.m3u file. The streams in this file are from channels whose country of origin is unknown. From 29df06405d8bf287ecac2caca4423a011651cd61 Mon Sep 17 00:00:00 2001 From: LaneSh4d0w Date: Sun, 14 Aug 2022 23:53:09 +0200 Subject: [PATCH 071/138] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 6e4981fa21..ae331649fd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -87,14 +87,14 @@ Based on [#1916](https://github.com/iptv-org/iptv/issues/1916). ### Why don't we accept Xtream-Codes servers inside our playlists? Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it or the server that hosts it. +In short, they are poor quality streams created by unauthorized people. + If you're unsure about if your link is from an Xtream-Codes server, you may: - Look at the structure of the URL. Most of them have this form : http(s)://*hostname*:25461/*username*/*password*/*channelID* (port is often 25461) - Remove the rest of the URL after the password mention and add either "panel_api.php?" or "player_api.php?" after the port. Replace the slashes between the username and password with "username=" and "password=". If the link matches or answers after changing the URL, you're with an Xtream-Codes server. -In short, they are poor quality streams created by unauthorized people. - Based on [#5401](https://github.com/iptv-org/iptv/pull/5401). ### Is it possible to add streams from Youtube, Dailymotion or Twitch? From 11743a0ed60da98da22c8566ced97b8666a965f4 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:00:42 -0500 Subject: [PATCH 072/138] Update FAQ.md --- FAQ.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index ae331649fd..9f0708c822 100644 --- a/FAQ.md +++ b/FAQ.md @@ -48,6 +48,8 @@ No, to avoid possible abuse of the service. ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. +Based on [#1799](https://github.com/iptv-org/iptv/pull/1799) and [#3031](https://github.com/iptv-org/iptv/pull/3031). + ### Do I have to pay to use this list? No. Also, the maintenance of this service is self-financed. @@ -63,7 +65,9 @@ Yes, we need the links to be publicly accessible like FTA packages (free-to-air) Based on [#480](https://github.com/iptv-org/iptv/issues/480). ### Can I add a FTA channel that broadcasts PPV events or pay programming? -Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events. +Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and own [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DCMA takedown is invalid if only one FTA channel infringes copyright. + +Based on [#6350](https://github.com/iptv-org/iptv/issues/6350). ### I've created my channel and I want to add it to this playlist. What should I do? We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: @@ -90,8 +94,8 @@ Xtream-Codes streams are, most of the times, pirated streams created by some peo In short, they are poor quality streams created by unauthorized people. If you're unsure about if your link is from an Xtream-Codes server, you may: -- Look at the structure of the URL. Most of them have this form : http(s)://*hostname*:25461/*username*/*password*/*channelID* (port is often 25461) -- Remove the rest of the URL after the password mention and add either "panel_api.php?" or "player_api.php?" after the port. Replace the slashes between the username and password with "username=" and "password=". +* Look at the structure of the URL. Most of them have this form : http(s)://*hostname*:25461/*username*/*password*/*channelID* (port is often 25461) +* Remove the rest of the URL after the password mention and add either "panel_api.php?" or "player_api.php?" after the port. Replace the slashes between the username and password with "username=" and "password=". If the link matches or answers after changing the URL, you're with an Xtream-Codes server. From f0622004300e761c99ba8dcda15b09e3c5cb6b86 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:21:42 -0500 Subject: [PATCH 073/138] Update FAQ.md --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index 9f0708c822..defacd9e30 100644 --- a/FAQ.md +++ b/FAQ.md @@ -13,6 +13,8 @@ Channels: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) - [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) +- [Is it possible to limit the broadcasting of my channel to my country only?](#Is-it-possible-to-limit-the-broadcasting-of-my-channel-to-my-country-only) +- [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository) Technical: - [Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"?](#Why-am-i-asked-to-provide-an-adaptive-playlist-like-masterm3u8-playlistm3u8-or-indexm3u8) @@ -77,6 +79,11 @@ We are a community initiative and you don't need to pay anything to stay on this After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new) to propose it to us. +### Is it possible to limit the broadcasting of my channel to my country only? +If you do not want the channel to be broadcast outside your country (for legal reasons), we recommend using the [Geo-blocked] tag for your stream. + +Based on [#480](https://github.com/iptv-org/iptv/issues/6534). + ### Is there any way to add my channel other than via this git repository? No, there is no such option. From dc9f3d60e53ecd2d0c7936b371247a452fabe83d Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:22:19 -0500 Subject: [PATCH 074/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index defacd9e30..a9365d9509 100644 --- a/FAQ.md +++ b/FAQ.md @@ -82,7 +82,7 @@ After you have your m3u8 link, add your channel information onto the [Database]( ### Is it possible to limit the broadcasting of my channel to my country only? If you do not want the channel to be broadcast outside your country (for legal reasons), we recommend using the [Geo-blocked] tag for your stream. -Based on [#480](https://github.com/iptv-org/iptv/issues/6534). +Based on [#6534](https://github.com/iptv-org/iptv/issues/6534). ### Is there any way to add my channel other than via this git repository? No, there is no such option. From d03c024885e681e69e8615bcf6e833e3210f95a9 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:59:03 -0500 Subject: [PATCH 075/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a9365d9509..7198c0631f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -67,7 +67,11 @@ Yes, we need the links to be publicly accessible like FTA packages (free-to-air) Based on [#480](https://github.com/iptv-org/iptv/issues/480). ### Can I add a FTA channel that broadcasts PPV events or pay programming? -Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and own [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DCMA takedown is invalid if only one FTA channel infringes copyright. +Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. + +Please remember that by sharing a link to a FTA channel, you are **indexing** the link, not **restreaming** their content. This subtility makes most of the DMCA takedowns false and invalid under law. +A good example of this would be [Perfect 10 v. Google](https://www.eff.org/fr/cases/perfect-10-v-google). +Some [valid takedowns](https://github.com/iptv-org/iptv/issues/6486) do occur when a Pull Request is made to notify us that we should not index their channels. Based on [#6350](https://github.com/iptv-org/iptv/issues/6350). From e7504dc98e45440401baf3cbc8447a2549b1b692 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:54:33 -0500 Subject: [PATCH 076/138] Update FAQ.md --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 7198c0631f..fc9f0262d7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -69,7 +69,7 @@ Based on [#480](https://github.com/iptv-org/iptv/issues/480). ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. -Please remember that by sharing a link to a FTA channel, you are **indexing** the link, not **restreaming** their content. This subtility makes most of the DMCA takedowns false and invalid under law. +Please remember that by sharing a link to a FTA channel (or more), you are **indexing** the link, not **restreaming** its content. This subtility makes most of the DMCA takedowns false and invalid under law. A good example of this would be [Perfect 10 v. Google](https://www.eff.org/fr/cases/perfect-10-v-google). Some [valid takedowns](https://github.com/iptv-org/iptv/issues/6486) do occur when a Pull Request is made to notify us that we should not index their channels. @@ -83,6 +83,8 @@ We are a community initiative and you don't need to pay anything to stay on this After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new) to propose it to us. +Note: There are cases of broadcasting a copy of third-party content (released previously in public) with the purpose of promoting, educating or commenting. This is known as fair use (also called "fair dealing" or "copyright exception") and should be important when broadcasting without problems on your TV channel. + ### Is it possible to limit the broadcasting of my channel to my country only? If you do not want the channel to be broadcast outside your country (for legal reasons), we recommend using the [Geo-blocked] tag for your stream. From 9dc5eb5ada94ff0d7b0ba5cea1c9c264922ea72c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:34:51 -0500 Subject: [PATCH 077/138] Update gt.m3u Add channels from Guatemala --- streams/gt.m3u | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/streams/gt.m3u b/streams/gt.m3u index 33b0652d69..c8eaa167fc 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -31,3 +31,9 @@ https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8 https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Presencia TV https://stream.oursnetworktv.com/latin/remaPresencia/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Nim TV +https://cdn.streamhispanatv.net:3210/live/nimtvgtlive.m3u8 +#EXTINF:-1 tvg-id="" status="online",Visión TV +https://cdn.streamhispanatv.net:3076/live/visiontvlive.m3u8 +#EXTINF:-1 tvg-id="" status="online",Totovisión TV +https://cdn.streamhispanatv.net:3209/live/totovisiongtlive.m3u8 From 3599c1cf0551d593f2fd7ab2afb7462cfcd0b45c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:35:50 -0500 Subject: [PATCH 078/138] Update gt.m3u Revert --- streams/gt.m3u | 6 ------ 1 file changed, 6 deletions(-) diff --git a/streams/gt.m3u b/streams/gt.m3u index c8eaa167fc..33b0652d69 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -31,9 +31,3 @@ https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8 https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Presencia TV https://stream.oursnetworktv.com/latin/remaPresencia/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Nim TV -https://cdn.streamhispanatv.net:3210/live/nimtvgtlive.m3u8 -#EXTINF:-1 tvg-id="" status="online",Visión TV -https://cdn.streamhispanatv.net:3076/live/visiontvlive.m3u8 -#EXTINF:-1 tvg-id="" status="online",Totovisión TV -https://cdn.streamhispanatv.net:3209/live/totovisiongtlive.m3u8 From 3de3bc805df7d0882bf347d28c4012124aa27c45 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:54:29 -0500 Subject: [PATCH 079/138] Update FAQ.md Add based --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index fc9f0262d7..0dd75b3b91 100644 --- a/FAQ.md +++ b/FAQ.md @@ -147,3 +147,5 @@ Based on [#2440](https://github.com/iptv-org/iptv/issues/2440). ### What is a "daily update" and why are the benefits for this playlist? A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. + +Based on [#2440](https://github.com/iptv-org/iptv/issues/3057). From 46f377581099459baaaf206161728b30e231adda Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:50:18 -0500 Subject: [PATCH 080/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0dd75b3b91..dab4a43b56 100644 --- a/FAQ.md +++ b/FAQ.md @@ -148,4 +148,4 @@ Based on [#2440](https://github.com/iptv-org/iptv/issues/2440). ### What is a "daily update" and why are the benefits for this playlist? A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. -Based on [#2440](https://github.com/iptv-org/iptv/issues/3057). +Based on [#3057](https://github.com/iptv-org/iptv/issues/3057). From 625551ea74aa5a4cefb90f0212164460afef168a Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:17:42 -0500 Subject: [PATCH 081/138] Update FAQ.md Add based for question --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index dab4a43b56..779e149194 100644 --- a/FAQ.md +++ b/FAQ.md @@ -117,6 +117,8 @@ Based on [#5401](https://github.com/iptv-org/iptv/pull/5401). ### Is it possible to add streams from Youtube, Dailymotion or Twitch? Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. +Based on [#4112](https://github.com/iptv-org/iptv/discussions/4412). + ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. From c14c6852fceffd23ae29f4be645178a19378346e Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:29:30 -0500 Subject: [PATCH 082/138] Update FAQ.md --- FAQ.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 779e149194..7fc0db86e2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -39,10 +39,14 @@ A lot of channels are ready for main public because of adaptive resolution. If y Some TV stations have a maximum of simultaneous users. So if this stream does not display correctly (becuase of bandwidth limit), you will have to play at another time. ### I have a cable service and I want those channels to be on this IPTV. Is that possible? -No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. +No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. In other words, you will not have all the channels in the world. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. + +Based on [#7205](https://github.com/iptv-org/iptv/issues/7205). ### Does the playlist have a channel guide? -Yes. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. +Yes, because an id of each channel is used to link to program guide. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. + +Based on [#2438](https://github.com/iptv-org/iptv/issues/2438) and [#4537]([https://github.com/iptv-org/iptv/issues/2438](https://github.com/iptv-org/iptv/discussions/4537)). ### Is it possible to view channels directly from the main website? No, to avoid possible abuse of the service. @@ -150,4 +154,4 @@ Based on [#2440](https://github.com/iptv-org/iptv/issues/2440). ### What is a "daily update" and why are the benefits for this playlist? A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. -Based on [#3057](https://github.com/iptv-org/iptv/issues/3057). +Based on [#3057](https://github.com/iptv-org/iptv/issues/3057) and [#6855](https://github.com/iptv-org/iptv/issues/6855). From 2ea9799bf073b8c7c0d27ff4df09593de3e9d428 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:42:50 -0500 Subject: [PATCH 083/138] Update FAQ.md --- FAQ.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/FAQ.md b/FAQ.md index 7fc0db86e2..e5a7402a84 100644 --- a/FAQ.md +++ b/FAQ.md @@ -31,13 +31,15 @@ Technical: ### What is IPTV? In non-technical words, IPTV (Internet Protocol television) stations have web addresses that *are obtained from official sources or authorized services for easier access to the end user who has any media player that supports streaming*. -See [Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television) from Wikipedia article. This article is important, because newcomers do not understand how playlists work. +Based on "[Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television)" from Wikipedia article. This article is important, because newcomers do not understand how playlists work. ### Do I need a good Internet connection to watch an available stream? A lot of channels are ready for main public because of adaptive resolution. If you have a slow connection, play again at another time, because you may experience short stuttering and/or signal loss. Some TV stations have a maximum of simultaneous users. So if this stream does not display correctly (becuase of bandwidth limit), you will have to play at another time. +Based on [#6791](https://github.com/iptv-org/iptv/discussions/6791). + ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. In other words, you will not have all the channels in the world. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. @@ -46,17 +48,19 @@ Based on [#7205](https://github.com/iptv-org/iptv/issues/7205). ### Does the playlist have a channel guide? Yes, because an id of each channel is used to link to program guide. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. -Based on [#2438](https://github.com/iptv-org/iptv/issues/2438) and [#4537]([https://github.com/iptv-org/iptv/issues/2438](https://github.com/iptv-org/iptv/discussions/4537)). +Based on [#2438](https://github.com/iptv-org/iptv/issues/2438) and [#4537](https://github.com/iptv-org/iptv/discussions/4537). ### Is it possible to view channels directly from the main website? No, to avoid possible abuse of the service. +Based on [https://github.com/iptv-org/iptv/issues/1002](https://github.com/iptv-org/iptv/issues/1002). + ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. Based on [#1799](https://github.com/iptv-org/iptv/pull/1799) and [#3031](https://github.com/iptv-org/iptv/pull/3031). -### Do I have to pay to use this list? +### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. ### Are you planning to include a VOD of TV shows broadcasted on this playlist? @@ -68,7 +72,7 @@ Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://gi ### Does the channel need to be publicly accessible to be included in the playlists? Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in one or few countries. -Based on [#480](https://github.com/iptv-org/iptv/issues/480). +Based on [#480](https://github.com/iptv-org/iptv/issues/480) and [#2732](https://github.com/iptv-org/iptv/issues/2732). ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. @@ -89,10 +93,10 @@ After you have your m3u8 link, add your channel information onto the [Database]( Note: There are cases of broadcasting a copy of third-party content (released previously in public) with the purpose of promoting, educating or commenting. This is known as fair use (also called "fair dealing" or "copyright exception") and should be important when broadcasting without problems on your TV channel. -### Is it possible to limit the broadcasting of my channel to my country only? -If you do not want the channel to be broadcast outside your country (for legal reasons), we recommend using the [Geo-blocked] tag for your stream. +### Is it possible to add my channel to broadcast only in my country? +Yes, if you do not want the channel to be broadcast outside your country (for legal reasons), we recommend using the [Geo-blocked] tag for your stream. -Based on [#6534](https://github.com/iptv-org/iptv/issues/6534). +Based on [#2732](https://github.com/iptv-org/iptv/issues/2732) and [#6534](https://github.com/iptv-org/iptv/issues/6534). ### Is there any way to add my channel other than via this git repository? No, there is no such option. From 1cc6555fabd84762f1329b8893a3be66602f2856 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:51:00 -0500 Subject: [PATCH 084/138] Update FAQ.md --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index e5a7402a84..7bc65b429f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -135,6 +135,8 @@ It's to differentiate the origin of the broadcast from the content. Call signs u An example of a call sign used as id is `KJLA-DT1.us`: [KJLA](https://en.wikipedia.org/wiki/KJLA) is a digital television station, DT is a suffix, 1 is a subchannel number and ".us" is the country code (United States). This station broadcasts the Visión Latina channel, whose id is `VisionLatina.us`. +Based on [#5818](https://github.com/iptv-org/iptv/discussions/5818). + ### There are source for verify call sign and coverage area for some TV stations? There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico, UK, Australia and Japan. From eb31ea63985961b1cd8f793c7a9b526da8a5b9bd Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:51:38 -0500 Subject: [PATCH 085/138] Update FAQ.md Co-authored-by: Aleksandr Statciuk --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 7bc65b429f..f142732721 100644 --- a/FAQ.md +++ b/FAQ.md @@ -146,7 +146,7 @@ The reason is to reduce the workload when adding streams in the list. Since "tvg You can add multiple streams with a single id (in the "tvg-id" parameter), instead of adding information from scratch. For example: ``` -#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3综艺 (1080p) +#EXTINF:-1 tvg-id="CCTV3.cn",CCTV-3综艺 (1080p) ``` Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database). From 317f75016023db801133479cb7be096e830fc44a Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:52:35 -0500 Subject: [PATCH 086/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f142732721..6525069f65 100644 --- a/FAQ.md +++ b/FAQ.md @@ -160,4 +160,4 @@ Based on [#2440](https://github.com/iptv-org/iptv/issues/2440). ### What is a "daily update" and why are the benefits for this playlist? A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. -Based on [#3057](https://github.com/iptv-org/iptv/issues/3057) and [#6855](https://github.com/iptv-org/iptv/issues/6855). +Based on [#6855](https://github.com/iptv-org/iptv/issues/6855). From f3679f64907189b25713b3698fb44e30df5e8410 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:02:56 -0500 Subject: [PATCH 087/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6525069f65..4243313ed2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -75,7 +75,7 @@ Yes, we need the links to be publicly accessible like FTA packages (free-to-air) Based on [#480](https://github.com/iptv-org/iptv/issues/480) and [#2732](https://github.com/iptv-org/iptv/issues/2732). ### Can I add a FTA channel that broadcasts PPV events or pay programming? -Maybe. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. +Maybe, this may change in future answers. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. Please remember that by sharing a link to a FTA channel (or more), you are **indexing** the link, not **restreaming** its content. This subtility makes most of the DMCA takedowns false and invalid under law. A good example of this would be [Perfect 10 v. Google](https://www.eff.org/fr/cases/perfect-10-v-google). From c43ae2f132a593e59b94fe6de8b24f2676d8e8da Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:06:27 -0500 Subject: [PATCH 088/138] Update FAQ.md --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 4243313ed2..34f027c300 100644 --- a/FAQ.md +++ b/FAQ.md @@ -130,6 +130,8 @@ Based on [#4112](https://github.com/iptv-org/iptv/discussions/4412). ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. +Based on [#5794](https://github.com/iptv-org/iptv/discussions/5794). + ### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. From e3ce738f4b93c2b2f594c5d1f2058c480da958c2 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:10:42 -0500 Subject: [PATCH 089/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 34f027c300..c41689d6ec 100644 --- a/FAQ.md +++ b/FAQ.md @@ -130,7 +130,7 @@ Based on [#4112](https://github.com/iptv-org/iptv/discussions/4412). ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. -Based on [#5794](https://github.com/iptv-org/iptv/discussions/5794). +Based on [#5794](https://github.com/iptv-org/iptv/discussions/5794), [#6044](https://github.com/iptv-org/iptv/discussions/6044) and [#6674](https://github.com/iptv-org/iptv/pull/6674) (visual radio example). ### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. From 9f458c0be5e538d7d1630bc0d72edbc65ecd075b Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:14:44 -0500 Subject: [PATCH 090/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index c41689d6ec..3d62ff8bbb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -130,7 +130,7 @@ Based on [#4112](https://github.com/iptv-org/iptv/discussions/4412). ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. -Based on [#5794](https://github.com/iptv-org/iptv/discussions/5794), [#6044](https://github.com/iptv-org/iptv/discussions/6044) and [#6674](https://github.com/iptv-org/iptv/pull/6674) (visual radio example). +Based on [#2758](https://github.com/iptv-org/iptv/pull/2758) (visual radio example), [#5794](https://github.com/iptv-org/iptv/discussions/5794) and [#6044](https://github.com/iptv-org/iptv/discussions/6044). ### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. From 956c32fad3523e33a8f833a41e210f2d67a6ed9a Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:18:07 -0500 Subject: [PATCH 091/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 3d62ff8bbb..b5893b944c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -120,7 +120,7 @@ If you're unsure about if your link is from an Xtream-Codes server, you may: If the link matches or answers after changing the URL, you're with an Xtream-Codes server. -Based on [#5401](https://github.com/iptv-org/iptv/pull/5401). +Based on [#5236](https://github.com/iptv-org/iptv/pull/5236) and [#5401](https://github.com/iptv-org/iptv/pull/5401). ### Is it possible to add streams from Youtube, Dailymotion or Twitch? Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. From 69ad8af25000ccf4a2056b768208aa288bc06888 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:22:30 -0500 Subject: [PATCH 092/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b5893b944c..636350ba74 100644 --- a/FAQ.md +++ b/FAQ.md @@ -162,4 +162,4 @@ Based on [#2440](https://github.com/iptv-org/iptv/issues/2440). ### What is a "daily update" and why are the benefits for this playlist? A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. -Based on [#6855](https://github.com/iptv-org/iptv/issues/6855). +Based on [#6524](https://github.com/iptv-org/iptv/discussions/6524) and [#6855](https://github.com/iptv-org/iptv/issues/6855). From 64f78b04f90679b958c93f5dd836df686f83825f Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:41:11 -0500 Subject: [PATCH 093/138] Update FAQ.md --- FAQ.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/FAQ.md b/FAQ.md index 636350ba74..266fad0add 100644 --- a/FAQ.md +++ b/FAQ.md @@ -74,6 +74,11 @@ Yes, we need the links to be publicly accessible like FTA packages (free-to-air) Based on [#480](https://github.com/iptv-org/iptv/issues/480) and [#2732](https://github.com/iptv-org/iptv/issues/2732). +### Can I add a FTA channel that broadcasts only in its origin country? +Yes. Even if the channel does not want to be broadcasted worldwide for legal reasons, we recommend using the [Geo-blocked] tag for its stream. + +Based on and [#2191](https://github.com/iptv-org/iptv/issues/2191). + ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe, this may change in future answers. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. @@ -91,12 +96,7 @@ We are a community initiative and you don't need to pay anything to stay on this After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new) to propose it to us. -Note: There are cases of broadcasting a copy of third-party content (released previously in public) with the purpose of promoting, educating or commenting. This is known as fair use (also called "fair dealing" or "copyright exception") and should be important when broadcasting without problems on your TV channel. - -### Is it possible to add my channel to broadcast only in my country? -Yes, if you do not want the channel to be broadcast outside your country (for legal reasons), we recommend using the [Geo-blocked] tag for your stream. - -Based on [#2732](https://github.com/iptv-org/iptv/issues/2732) and [#6534](https://github.com/iptv-org/iptv/issues/6534). +Note: Please check the fair use (also called "fair dealing" or "copyright exception") situation in your country where it is broadcasted. This point should be important when broadcasting other contents without problems on your TV channel. ### Is there any way to add my channel other than via this git repository? No, there is no such option. From cd302233dbbb40c88098cf8318387d5f05fe79a9 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:51:33 -0500 Subject: [PATCH 094/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 266fad0add..8a37d5c292 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,9 +11,9 @@ Basic: Channels: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) +- [Can I add a FTA channel that broadcasts only in its origin country?](#Can-i-add-a-fta-channel-that-broadcasts-only-in-its-origin-country) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) - [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) -- [Is it possible to limit the broadcasting of my channel to my country only?](#Is-it-possible-to-limit-the-broadcasting-of-my-channel-to-my-country-only) - [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository) Technical: From 03157218acb77955055eada47c7c419449486b79 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 21:44:53 -0500 Subject: [PATCH 095/138] Update FAQ.md --- FAQ.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 8a37d5c292..75b1a7449f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -61,7 +61,9 @@ NSFW content are not suitable for the main public. To avoid issues with these ki Based on [#1799](https://github.com/iptv-org/iptv/pull/1799) and [#3031](https://github.com/iptv-org/iptv/pull/3031). ### Do I have to pay to use this playlist? -No. Also, the maintenance of this service is self-financed. +No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. + +Based on [#3865](https://github.com/iptv-org/iptv/discussions/3865). ### Are you planning to include a VOD of TV shows broadcasted on this playlist? No. This is not our purpose. @@ -86,7 +88,7 @@ Please remember that by sharing a link to a FTA channel (or more), you are **ind A good example of this would be [Perfect 10 v. Google](https://www.eff.org/fr/cases/perfect-10-v-google). Some [valid takedowns](https://github.com/iptv-org/iptv/issues/6486) do occur when a Pull Request is made to notify us that we should not index their channels. -Based on [#6350](https://github.com/iptv-org/iptv/issues/6350). +Based on [#7212](https://github.com/iptv-org/iptv/issues/7212). ### I've created my channel and I want to add it to this playlist. What should I do? We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: From 72e3c293469bbf05e8e306eabb08c1dd030db995 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 22:09:28 -0500 Subject: [PATCH 096/138] Update FAQ.md I change the question about broadcasts on other channels --- FAQ.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/FAQ.md b/FAQ.md index 75b1a7449f..5a7fd00f4f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,7 +11,7 @@ Basic: Channels: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) -- [Can I add a FTA channel that broadcasts only in its origin country?](#Can-i-add-a-fta-channel-that-broadcasts-only-in-its-origin-country) +- [Can I add a FTA channel that is broadcasted in specific cities or countries?](#Can-i-add-a-fta-channel-that-is-broadcasted-in-specific-cities-or-countries - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) - [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) - [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository) @@ -72,14 +72,14 @@ Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://gi ## Channels ### Does the channel need to be publicly accessible to be included in the playlists? -Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. We recommend tagging [Geo-blocked] if it is only accessible in one or few countries. +Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. Even if the channel does not want to be broadcasted worldwide for legal reasons, we recommend using the [Geo-blocked] tag for its stream. -Based on [#480](https://github.com/iptv-org/iptv/issues/480) and [#2732](https://github.com/iptv-org/iptv/issues/2732). +Based on [#480](https://github.com/iptv-org/iptv/issues/480), [#2191](https://github.com/iptv-org/iptv/issues/2191) and [#2732](https://github.com/iptv-org/iptv/issues/2732). -### Can I add a FTA channel that broadcasts only in its origin country? -Yes. Even if the channel does not want to be broadcasted worldwide for legal reasons, we recommend using the [Geo-blocked] tag for its stream. +### Can I add a FTA channel that is broadcasted in specific cities or countries? +Yes. If the channel broadcasted in other cities or countries, please edit its entry onto the [Database](https://github.com/iptv-org/database) repository. It will be added to the corresponding playlists. -Based on and [#2191](https://github.com/iptv-org/iptv/issues/2191). +Based on [#6415](https://github.com/iptv-org/iptv/issues/6415). ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe, this may change in future answers. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. From 89a48260655779f890e7ba25bc7a184813e1cc46 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 16 Aug 2022 22:27:17 -0500 Subject: [PATCH 097/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5a7fd00f4f..084bf61380 100644 --- a/FAQ.md +++ b/FAQ.md @@ -152,7 +152,7 @@ You can add multiple streams with a single id (in the "tvg-id" parameter), inste ``` #EXTINF:-1 tvg-id="CCTV3.cn",CCTV-3综艺 (1080p) ``` -Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database). +Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries), [#3490](https://github.com/iptv-org/iptv/discussions/3490) (duplicated tvg-id) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database). ### Why some streams have an empty id? Because the stream does not have enough information available. If you appear to know additional data on these, let us know its official name, the language it broadcasts and the country where it originates. From b533dd84e26818677b0074247437201954bed47c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 17 Aug 2022 11:43:14 -0500 Subject: [PATCH 098/138] Update FAQ.md Fix link --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 084bf61380..0b637ca44a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -96,7 +96,7 @@ We are a community initiative and you don't need to pay anything to stay on this * A PC with Internet, video editor and recording/broadcasting app under RTMP protocol (e.g. OBS). * And a live streaming service with multibitrate (if possible). -After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new) to propose it to us. +After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new/choose) to propose it to us. Note: Please check the fair use (also called "fair dealing" or "copyright exception") situation in your country where it is broadcasted. This point should be important when broadcasting other contents without problems on your TV channel. From fd41d76ca1a068a9e807f5bc9312f61700e376cd Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:43:35 -0500 Subject: [PATCH 099/138] Update FAQ.md Better references --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 0b637ca44a..287fda5ee5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -58,7 +58,7 @@ Based on [https://github.com/iptv-org/iptv/issues/1002](https://github.com/iptv- ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. -Based on [#1799](https://github.com/iptv-org/iptv/pull/1799) and [#3031](https://github.com/iptv-org/iptv/pull/3031). +Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist) and [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others). ### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. From d4c92e9ec44e57caff8a59954f51ce093c714d5e Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:47:07 -0500 Subject: [PATCH 100/138] Update FAQ.md Add other reference --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 287fda5ee5..de7560a655 100644 --- a/FAQ.md +++ b/FAQ.md @@ -58,7 +58,7 @@ Based on [https://github.com/iptv-org/iptv/issues/1002](https://github.com/iptv- ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. -Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist) and [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others). +Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist), [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (other issue). ### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. From 47c141dfc080282108339d8b6c91e4e7c90d1e1f Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:50:10 -0500 Subject: [PATCH 101/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index de7560a655..00ea31d0c9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,7 +11,7 @@ Basic: Channels: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) -- [Can I add a FTA channel that is broadcasted in specific cities or countries?](#Can-i-add-a-fta-channel-that-is-broadcasted-in-specific-cities-or-countries +- [Can I add a FTA channel that is broadcasted in specific cities or countries?](#Can-i-add-a-fta-channel-that-is-broadcasted-in-specific-cities-or-countries] - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) - [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) - [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository) From 08419e5f0bf14ead75f1af71864f00989c088705 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:50:37 -0500 Subject: [PATCH 102/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 00ea31d0c9..4b6737163e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,7 +11,7 @@ Basic: Channels: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) -- [Can I add a FTA channel that is broadcasted in specific cities or countries?](#Can-i-add-a-fta-channel-that-is-broadcasted-in-specific-cities-or-countries] +- [Can I add a FTA channel that is broadcasted in specific cities or countries?](#Can-i-add-a-fta-channel-that-is-broadcasted-in-specific-cities-or-countries) - [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) - [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) - [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository) From f406fd19cc3bb15f488052ec3f4f69d615c78db5 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:14:51 -0500 Subject: [PATCH 103/138] Update FAQ.md Added ref --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 4b6737163e..3b61003a88 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,7 +43,7 @@ Based on [#6791](https://github.com/iptv-org/iptv/discussions/6791). ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. In other words, you will not have all the channels in the world. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. -Based on [#7205](https://github.com/iptv-org/iptv/issues/7205). +Based on [#7205](https://github.com/iptv-org/iptv/issues/7205) and [#7914](https://github.com/iptv-org/iptv/discussions/7914). ### Does the playlist have a channel guide? Yes, because an id of each channel is used to link to program guide. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. From e71a94977b6a8b1600d527ef16b9557726fe99aa Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:16:28 -0500 Subject: [PATCH 104/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 3b61003a88..6a4370f4cc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -53,7 +53,7 @@ Based on [#2438](https://github.com/iptv-org/iptv/issues/2438) and [#4537](https ### Is it possible to view channels directly from the main website? No, to avoid possible abuse of the service. -Based on [https://github.com/iptv-org/iptv/issues/1002](https://github.com/iptv-org/iptv/issues/1002). +Based on [#1002](https://github.com/iptv-org/iptv/issues/1002) and [#7509](https://github.com/iptv-org/iptv/discussions/7509). ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. From 37cdbf1631c3b0ab94e3727bcd7705aebe077486 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:18:35 -0500 Subject: [PATCH 105/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6a4370f4cc..7712af9ed3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -68,7 +68,7 @@ Based on [#3865](https://github.com/iptv-org/iptv/discussions/3865). ### Are you planning to include a VOD of TV shows broadcasted on this playlist? No. This is not our purpose. -Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://github.com/iptv-org/iptv/discussions/3290), [#7852](https://github.com/iptv-org/iptv/discussions/7852). +Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://github.com/iptv-org/iptv/discussions/3290), [#5466](https://github.com/iptv-org/iptv/issues/5466) and [#7852](https://github.com/iptv-org/iptv/discussions/7852). ## Channels ### Does the channel need to be publicly accessible to be included in the playlists? From 40a75ce9fcc80f2d5479e7de22fbab09604a82be Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 20 Aug 2022 11:09:14 -0500 Subject: [PATCH 106/138] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 7712af9ed3..6364199ee2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -41,9 +41,9 @@ Some TV stations have a maximum of simultaneous users. So if this stream does no Based on [#6791](https://github.com/iptv-org/iptv/discussions/6791). ### I have a cable service and I want those channels to be on this IPTV. Is that possible? -No. This playlist does not replace traditional cable, because this playlist can't include exclusive channels that may not be available on free-to-air. In other words, you will not have all the channels in the world. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. +No. This playlist does not replace traditional cable, a pay service, because this playlist can't include exclusive channels that may not be available on free-to-air. In other words, you will not have all the channels in the world. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. -Based on [#7205](https://github.com/iptv-org/iptv/issues/7205) and [#7914](https://github.com/iptv-org/iptv/discussions/7914). +Based on [#7205](https://github.com/iptv-org/iptv/issues/7205), [#7914](https://github.com/iptv-org/iptv/discussions/7914) and [#8102](https://github.com/iptv-org/iptv/discussions/8102). ### Does the playlist have a channel guide? Yes, because an id of each channel is used to link to program guide. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. From 94446f8876691e8a83c2ba0ee79d40938f86ac67 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 20 Aug 2022 11:22:13 -0500 Subject: [PATCH 107/138] Update FAQ.md Update EPG --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 6364199ee2..99c1466275 100644 --- a/FAQ.md +++ b/FAQ.md @@ -46,9 +46,9 @@ No. This playlist does not replace traditional cable, a pay service, because thi Based on [#7205](https://github.com/iptv-org/iptv/issues/7205), [#7914](https://github.com/iptv-org/iptv/discussions/7914) and [#8102](https://github.com/iptv-org/iptv/discussions/8102). ### Does the playlist have a channel guide? -Yes, because an id of each channel is used to link to program guide. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. +Yes, because an id of each channel is used to link to program guide because they are obtained from third party websites. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. -Based on [#2438](https://github.com/iptv-org/iptv/issues/2438) and [#4537](https://github.com/iptv-org/iptv/discussions/4537). +Based on [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043). ### Is it possible to view channels directly from the main website? No, to avoid possible abuse of the service. From 8ea970377b4ba547665a86168bda86e34d444ebd Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 20 Aug 2022 11:35:56 -0500 Subject: [PATCH 108/138] Update FAQ.md --- FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 99c1466275..2870954634 100644 --- a/FAQ.md +++ b/FAQ.md @@ -51,9 +51,9 @@ Yes, because an id of each channel is used to link to program guide because they Based on [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043). ### Is it possible to view channels directly from the main website? -No, to avoid possible abuse of the service. +No, you will only see information about active and inactive transmissions of channels. -Based on [#1002](https://github.com/iptv-org/iptv/issues/1002) and [#7509](https://github.com/iptv-org/iptv/discussions/7509). +Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https://github.com/iptv-org/iptv/issues/7415), and [#7509](https://github.com/iptv-org/iptv/discussions/7509). ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. @@ -127,7 +127,7 @@ Based on [#5236](https://github.com/iptv-org/iptv/pull/5236) and [#5401](https:/ ### Is it possible to add streams from Youtube, Dailymotion or Twitch? Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. -Based on [#4112](https://github.com/iptv-org/iptv/discussions/4412). +Based on [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456). ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. From 0ee4ccbe9f44e8f08f32118a985c3890a7a34ec4 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 20 Aug 2022 11:42:37 -0500 Subject: [PATCH 109/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2870954634..f95f79acec 100644 --- a/FAQ.md +++ b/FAQ.md @@ -74,7 +74,7 @@ Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://gi ### Does the channel need to be publicly accessible to be included in the playlists? Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. Even if the channel does not want to be broadcasted worldwide for legal reasons, we recommend using the [Geo-blocked] tag for its stream. -Based on [#480](https://github.com/iptv-org/iptv/issues/480), [#2191](https://github.com/iptv-org/iptv/issues/2191) and [#2732](https://github.com/iptv-org/iptv/issues/2732). +Based on [#480](https://github.com/iptv-org/iptv/issues/480), [#2191](https://github.com/iptv-org/iptv/issues/2191), [#2732](https://github.com/iptv-org/iptv/issues/2732) and [#6558](https://github.com/iptv-org/iptv/issues/6558) (example of Geo-blocked channel). ### Can I add a FTA channel that is broadcasted in specific cities or countries? Yes. If the channel broadcasted in other cities or countries, please edit its entry onto the [Database](https://github.com/iptv-org/database) repository. It will be added to the corresponding playlists. From 11cc83dca4a726e6b088b1bd111b0a4a6c6bb1d0 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 20 Aug 2022 11:57:49 -0500 Subject: [PATCH 110/138] Update FAQ.md --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index f95f79acec..7a36f9dbc1 100644 --- a/FAQ.md +++ b/FAQ.md @@ -103,6 +103,8 @@ Note: Please check the fair use (also called "fair dealing" or "copyright except ### Is there any way to add my channel other than via this git repository? No, there is no such option. +Based on [#2392](https://github.com/iptv-org/iptv/issues/2392). + ## Technical ### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"? An adaptive playlist is a m3u8 file that contains certain informations: the bandwidth, the quality, the type of codec used to read the channel. The player then reads the channel playlist based on your bandwidth and screen (hence the name "adaptive"). This permits you to watch your channel on perfect conditions. From d4e23d5ae807b74678d824d610059ae3be76bed8 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 20 Aug 2022 12:04:40 -0500 Subject: [PATCH 111/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 7a36f9dbc1..30c98d1ac9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -58,7 +58,7 @@ Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https:// ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. -Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist), [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (other issue). +Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist),[#2126](https://github.com/iptv-org/iptv/issues/2126) (output of NSFW, again), [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (other issue). ### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. From b0b1418ab6348d84ed6ceb060a8b3b41db2d4094 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 20 Aug 2022 12:05:29 -0500 Subject: [PATCH 112/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 30c98d1ac9..56048f53c6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -58,7 +58,7 @@ Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https:// ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. -Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist),[#2126](https://github.com/iptv-org/iptv/issues/2126) (output of NSFW, again), [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (other issue). +Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist), [#2126](https://github.com/iptv-org/iptv/issues/2126) (output of NSFW, again), [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (other issue). ### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. From 72513372c28603b4fb0ad1aff3683dee0729a4e5 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:33:22 -0500 Subject: [PATCH 113/138] Update FAQ.md --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 56048f53c6..f9b4efbd64 100644 --- a/FAQ.md +++ b/FAQ.md @@ -48,6 +48,8 @@ Based on [#7205](https://github.com/iptv-org/iptv/issues/7205), [#7914](https:// ### Does the playlist have a channel guide? Yes, because an id of each channel is used to link to program guide because they are obtained from third party websites. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. +Note: For storage space reasons, the programming guide is only available in gz compressed format. See [discussion](https://github.com/iptv-org/iptv/discussions/8255). + Based on [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043). ### Is it possible to view channels directly from the main website? From f59f61dbac5ba17cd95edc011b38adad4c667136 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:39:35 -0500 Subject: [PATCH 114/138] Update FAQ.md --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index f9b4efbd64..e0e44715cb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -129,9 +129,9 @@ If the link matches or answers after changing the URL, you're with an Xtream-Cod Based on [#5236](https://github.com/iptv-org/iptv/pull/5236) and [#5401](https://github.com/iptv-org/iptv/pull/5401). ### Is it possible to add streams from Youtube, Dailymotion or Twitch? -Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. +Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. This does not work with all streams. This does not work with all streams, so it will give an "error" status if this stream is not freely accessible. -Based on [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456). +Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geoblocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456). ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. From d4b09a94b92247fabcae6a87712c7ac303d3111c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:45:04 -0500 Subject: [PATCH 115/138] Update FAQ.md --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e0e44715cb..878daafc1d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -81,7 +81,9 @@ Based on [#480](https://github.com/iptv-org/iptv/issues/480), [#2191](https://gi ### Can I add a FTA channel that is broadcasted in specific cities or countries? Yes. If the channel broadcasted in other cities or countries, please edit its entry onto the [Database](https://github.com/iptv-org/database) repository. It will be added to the corresponding playlists. -Based on [#6415](https://github.com/iptv-org/iptv/issues/6415). +When setting the city where the channel is broadcasted, set its timezone is not necessary because it is not relevant. + +Based on [#5802](https://github.com/iptv-org/iptv/discussions/5802) and [#6415](https://github.com/iptv-org/iptv/issues/6415). ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe, this may change in future answers. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. From 75a1020c06c7c080463aa8b759e3a93dfa998a67 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:46:58 -0500 Subject: [PATCH 116/138] Update FAQ.md --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 878daafc1d..5a8f50cc92 100644 --- a/FAQ.md +++ b/FAQ.md @@ -104,6 +104,8 @@ After you have your m3u8 link, add your channel information onto the [Database]( Note: Please check the fair use (also called "fair dealing" or "copyright exception") situation in your country where it is broadcasted. This point should be important when broadcasting other contents without problems on your TV channel. +Based on [#6654](https://github.com/iptv-org/iptv/discussions/6654) (basic information). + ### Is there any way to add my channel other than via this git repository? No, there is no such option. From d7c7785ccd70b5e1b65c1a4bd2d117d73690b4d4 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:50:51 -0500 Subject: [PATCH 117/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5a8f50cc92..21d89186d0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -130,7 +130,7 @@ If you're unsure about if your link is from an Xtream-Codes server, you may: If the link matches or answers after changing the URL, you're with an Xtream-Codes server. -Based on [#5236](https://github.com/iptv-org/iptv/pull/5236) and [#5401](https://github.com/iptv-org/iptv/pull/5401). +Based on [#5236](https://github.com/iptv-org/iptv/pull/5236), [#5401](https://github.com/iptv-org/iptv/pull/5401) and [#7576](https://github.com/iptv-org/iptv/discussions/7576) (about username and password of Xtream-Codes server). ### Is it possible to add streams from Youtube, Dailymotion or Twitch? Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. This does not work with all streams. This does not work with all streams, so it will give an "error" status if this stream is not freely accessible. From bd9d482ecad1b1ff740cf63554c4abd006d89494 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 10:54:24 -0500 Subject: [PATCH 118/138] Update FAQ.md --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 21d89186d0..f22d3c38f4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -117,7 +117,9 @@ 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. -Based on [#1916](https://github.com/iptv-org/iptv/issues/1916). +In addition, we do not recommend using "chunks.m3u8" for consistency reasons. + +Based on [#1916](https://github.com/iptv-org/iptv/issues/1916) and [#5952](https://github.com/iptv-org/iptv/discussions/5952). ### Why don't we accept Xtream-Codes servers inside our playlists? Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it or the server that hosts it. From 292d155c76d4ede81643a124af34ed4884a971cc Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:05:57 -0500 Subject: [PATCH 119/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f22d3c38f4..cc876cf89b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -92,7 +92,7 @@ Please remember that by sharing a link to a FTA channel (or more), you are **ind A good example of this would be [Perfect 10 v. Google](https://www.eff.org/fr/cases/perfect-10-v-google). Some [valid takedowns](https://github.com/iptv-org/iptv/issues/6486) do occur when a Pull Request is made to notify us that we should not index their channels. -Based on [#7212](https://github.com/iptv-org/iptv/issues/7212). +Based on [#440](https://github.com/iptv-org/iptv/issues/440) and [#7212](https://github.com/iptv-org/iptv/issues/7212). ### I've created my channel and I want to add it to this playlist. What should I do? We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: From b473efb64573e718be0d14c9d1f4f41c16ffee06 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:22:55 -0500 Subject: [PATCH 120/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index cc876cf89b..d73d327330 100644 --- a/FAQ.md +++ b/FAQ.md @@ -60,7 +60,7 @@ Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https:// ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. -Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist), [#2126](https://github.com/iptv-org/iptv/issues/2126) (output of NSFW, again), [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (other issue). +Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist), [#2126](https://github.com/iptv-org/iptv/issues/2126) (output of NSFW, again), [#2234](https://github.com/iptv-org/iptv/issues/2234) (request of hide NSFW channels), [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (other issue). ### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. From 0afc72e276beee50569f20276fbdec663f034d58 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:35:37 -0500 Subject: [PATCH 121/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d73d327330..18e5338217 100644 --- a/FAQ.md +++ b/FAQ.md @@ -142,7 +142,7 @@ Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geobl ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. -Based on [#2758](https://github.com/iptv-org/iptv/pull/2758) (visual radio example), [#5794](https://github.com/iptv-org/iptv/discussions/5794) and [#6044](https://github.com/iptv-org/iptv/discussions/6044). +Based on [#1196](https://github.com/iptv-org/iptv/pull/1196) (first pull request about this) [#2758](https://github.com/iptv-org/iptv/pull/2758) (visual radio example), [#5794](https://github.com/iptv-org/iptv/discussions/5794) and [#6044](https://github.com/iptv-org/iptv/discussions/6044). ### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. From 0eebde66f3a2fc117aad0475de493b894ce94797 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:36:08 -0500 Subject: [PATCH 122/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 18e5338217..2acc06b903 100644 --- a/FAQ.md +++ b/FAQ.md @@ -65,7 +65,7 @@ Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in ### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. -Based on [#3865](https://github.com/iptv-org/iptv/discussions/3865). +Based on [#81](https://github.com/iptv-org/iptv/issues/81) and [#3865](https://github.com/iptv-org/iptv/discussions/3865). ### Are you planning to include a VOD of TV shows broadcasted on this playlist? No. This is not our purpose. From f75542bef64d8ed81bf183ebf7287ca394a9a25d Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:45:15 -0500 Subject: [PATCH 123/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2acc06b903..b3fb0701cb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -104,7 +104,7 @@ After you have your m3u8 link, add your channel information onto the [Database]( Note: Please check the fair use (also called "fair dealing" or "copyright exception") situation in your country where it is broadcasted. This point should be important when broadcasting other contents without problems on your TV channel. -Based on [#6654](https://github.com/iptv-org/iptv/discussions/6654) (basic information). +Based on [#650](https://github.com/iptv-org/iptv/issues/650) and [#6654](https://github.com/iptv-org/iptv/discussions/6654) (basic information). ### Is there any way to add my channel other than via this git repository? No, there is no such option. From 20e788142ec0fc67c5472214c00d2b11c6de0d12 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:48:14 -0500 Subject: [PATCH 124/138] Update FAQ.md --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b3fb0701cb..b8df70cc6c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -174,4 +174,6 @@ Based on [#2440](https://github.com/iptv-org/iptv/issues/2440). ### What is a "daily update" and why are the benefits for this playlist? A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. -Based on [#6524](https://github.com/iptv-org/iptv/discussions/6524) and [#6855](https://github.com/iptv-org/iptv/issues/6855). +Initially, a version release was indicated in the daily updates, but it was not useful. + +Based on [#645](https://github.com/iptv-org/iptv/issues/645) (about package relases), [#6524](https://github.com/iptv-org/iptv/discussions/6524) and [#6855](https://github.com/iptv-org/iptv/issues/6855). From bdd4a441954bbc91af3cc9cbd5ba2cc6d55f726c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:51:05 -0500 Subject: [PATCH 125/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b8df70cc6c..a5a9af1061 100644 --- a/FAQ.md +++ b/FAQ.md @@ -83,7 +83,7 @@ Yes. If the channel broadcasted in other cities or countries, please edit its en When setting the city where the channel is broadcasted, set its timezone is not necessary because it is not relevant. -Based on [#5802](https://github.com/iptv-org/iptv/discussions/5802) and [#6415](https://github.com/iptv-org/iptv/issues/6415). +Based on [#747](https://github.com/iptv-org/iptv/issues/747) (first request), [#5802](https://github.com/iptv-org/iptv/discussions/5802) and [#6415](https://github.com/iptv-org/iptv/issues/6415). ### Can I add a FTA channel that broadcasts PPV events or pay programming? Maybe, this may change in future answers. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. From 057d0c4e146c54dcdfa3c6b5c75b5b67ef12f04b Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:59:28 -0500 Subject: [PATCH 126/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a5a9af1061..4f432dca8e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,7 +43,7 @@ Based on [#6791](https://github.com/iptv-org/iptv/discussions/6791). ### I have a cable service and I want those channels to be on this IPTV. Is that possible? No. This playlist does not replace traditional cable, a pay service, because this playlist can't include exclusive channels that may not be available on free-to-air. In other words, you will not have all the channels in the world. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. -Based on [#7205](https://github.com/iptv-org/iptv/issues/7205), [#7914](https://github.com/iptv-org/iptv/discussions/7914) and [#8102](https://github.com/iptv-org/iptv/discussions/8102). +Based on [#859](https://github.com/iptv-org/iptv/issues/859) (about difference between this repository and providers), [#7205](https://github.com/iptv-org/iptv/issues/7205), [#7914](https://github.com/iptv-org/iptv/discussions/7914) and [#8102](https://github.com/iptv-org/iptv/discussions/8102). ### Does the playlist have a channel guide? Yes, because an id of each channel is used to link to program guide because they are obtained from third party websites. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. From db86aa6f53bee3101e0ee77a9bf84c4cd6dc473e Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:00:51 -0500 Subject: [PATCH 127/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 4f432dca8e..928be62d2c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -135,7 +135,7 @@ If the link matches or answers after changing the URL, you're with an Xtream-Cod Based on [#5236](https://github.com/iptv-org/iptv/pull/5236), [#5401](https://github.com/iptv-org/iptv/pull/5401) and [#7576](https://github.com/iptv-org/iptv/discussions/7576) (about username and password of Xtream-Codes server). ### Is it possible to add streams from Youtube, Dailymotion or Twitch? -Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. This does not work with all streams. This does not work with all streams, so it will give an "error" status if this stream is not freely accessible. +Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. This does not work with all streams, so it will give an "error" status if this stream is not freely accessible. Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geoblocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456). From df238985a267a7cd8b12df63ef68220ead828963 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:21:42 -0500 Subject: [PATCH 128/138] Update FAQ.md --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 928be62d2c..59d016fae6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -76,7 +76,9 @@ Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://gi ### Does the channel need to be publicly accessible to be included in the playlists? Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. Even if the channel does not want to be broadcasted worldwide for legal reasons, we recommend using the [Geo-blocked] tag for its stream. -Based on [#480](https://github.com/iptv-org/iptv/issues/480), [#2191](https://github.com/iptv-org/iptv/issues/2191), [#2732](https://github.com/iptv-org/iptv/issues/2732) and [#6558](https://github.com/iptv-org/iptv/issues/6558) (example of Geo-blocked channel). +Note: In the daily updates, playlists of each country will be generated automatically, which will also include local and international broadcasts. + +Based on [#480](https://github.com/iptv-org/iptv/issues/480), [#1432](https://github.com/iptv-org/iptv/issues/1432) (about over-the-air channels), [#2191](https://github.com/iptv-org/iptv/issues/2191), [#2732](https://github.com/iptv-org/iptv/issues/2732) and [#6558](https://github.com/iptv-org/iptv/issues/6558) (example of Geo-blocked channel). ### Can I add a FTA channel that is broadcasted in specific cities or countries? Yes. If the channel broadcasted in other cities or countries, please edit its entry onto the [Database](https://github.com/iptv-org/database) repository. It will be added to the corresponding playlists. From 696b3669fe801006e4c2a445eaf7d90dcf962fc4 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:27:47 -0500 Subject: [PATCH 129/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 59d016fae6..e31d146c1d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -50,7 +50,7 @@ Yes, because an id of each channel is used to link to program guide because they Note: For storage space reasons, the programming guide is only available in gz compressed format. See [discussion](https://github.com/iptv-org/iptv/discussions/8255). -Based on [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043). +Based on [#1797](https://github.com/iptv-org/iptv/issues/1797), [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043). ### Is it possible to view channels directly from the main website? No, you will only see information about active and inactive transmissions of channels. From 4f64a0f9aeb025003de5aefcbd7777b2e0b11eea Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:37:22 -0500 Subject: [PATCH 130/138] Update FAQ.md Update channles with geo-blocked and other questions --- FAQ.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/FAQ.md b/FAQ.md index e31d146c1d..1c8cddffdf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,8 +11,9 @@ Basic: Channels: - [Does the channel need to be FTA to be included in the playlists?](#Does-the-channel-need-to-be-FTA-to-be-included-in-the-playlists) -- [Can I add a FTA channel that is broadcasted in specific cities or countries?](#Can-i-add-a-fta-channel-that-is-broadcasted-in-specific-cities-or-countries) -- [Can I add a FTA channel that broadcasts PPV events or pay programming?](#Can-I-add-a-FTA-channel-that-broadcasts-PPV-events-or-pay-programming) +- [Can I even add channels that can only be accessed in their country of origin?](#Can-i-even-add-channels-that-can-only-be-accessed-in-their-country-of-origin) +- [Can I set a FTA channel that is broadcasted in specific cities or countries?](#Can-i-set-a-fta-channel-that-is-broadcasted-in-specific-cities-or-countries) +- [Can I safely add an FTA channel that broadcasts PPV events or pay programming?](#Can-i-safely-add-an-fta-channel-that-broadcasts-ppv-events-or-pay-programming) - [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) - [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository) @@ -74,20 +75,25 @@ Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://gi ## Channels ### Does the channel need to be publicly accessible to be included in the playlists? -Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. Even if the channel does not want to be broadcasted worldwide for legal reasons, we recommend using the [Geo-blocked] tag for its stream. +Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. Note: In the daily updates, playlists of each country will be generated automatically, which will also include local and international broadcasts. -Based on [#480](https://github.com/iptv-org/iptv/issues/480), [#1432](https://github.com/iptv-org/iptv/issues/1432) (about over-the-air channels), [#2191](https://github.com/iptv-org/iptv/issues/2191), [#2732](https://github.com/iptv-org/iptv/issues/2732) and [#6558](https://github.com/iptv-org/iptv/issues/6558) (example of Geo-blocked channel). +Based on [#1432](https://github.com/iptv-org/iptv/issues/1432) (about over-the-air channels) and [#2732](https://github.com/iptv-org/iptv/issues/2732). -### Can I add a FTA channel that is broadcasted in specific cities or countries? -Yes. If the channel broadcasted in other cities or countries, please edit its entry onto the [Database](https://github.com/iptv-org/database) repository. It will be added to the corresponding playlists. +### Can I even add channels that can only be accessed in their country of origin? +Yes. Even if the channel does not want to be broadcasted worldwide for legal reasons, we recommend using the [Geo-blocked] tag for its stream. + +Based on [#1843](https://github.com/iptv-org/iptv/issues/1843) (request of geo-blocked channels), [#2191](https://github.com/iptv-org/iptv/issues/2191) and [#6558](https://github.com/iptv-org/iptv/issues/6558) (example of geo-blocked channel). + +### Can I set a FTA channel that is broadcasted in specific cities or countries? +Yes. If the channel broadcasted in other cities or countries, please edit its entry onto the [Database](https://github.com/iptv-org/database) repository. It will be updated to the corresponding playlists. When setting the city where the channel is broadcasted, set its timezone is not necessary because it is not relevant. Based on [#747](https://github.com/iptv-org/iptv/issues/747) (first request), [#5802](https://github.com/iptv-org/iptv/discussions/5802) and [#6415](https://github.com/iptv-org/iptv/issues/6415). -### Can I add a FTA channel that broadcasts PPV events or pay programming? +### Can I safely add an FTA channel that broadcasts PPV events or pay programming? Maybe, this may change in future answers. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. Please remember that by sharing a link to a FTA channel (or more), you are **indexing** the link, not **restreaming** its content. This subtility makes most of the DMCA takedowns false and invalid under law. @@ -139,7 +145,7 @@ Based on [#5236](https://github.com/iptv-org/iptv/pull/5236), [#5401](https://gi ### Is it possible to add streams from Youtube, Dailymotion or Twitch? Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. This does not work with all streams, so it will give an "error" status if this stream is not freely accessible. -Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geoblocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456). +Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geo-blocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456). ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. From 01307e42717fc3604a000235450655f6bce7dbfb Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 3 Sep 2022 10:21:13 -0500 Subject: [PATCH 131/138] Update FAQ.md --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1c8cddffdf..50a9af142b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -110,7 +110,9 @@ We are a community initiative and you don't need to pay anything to stay on this After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new/choose) to propose it to us. -Note: Please check the fair use (also called "fair dealing" or "copyright exception") situation in your country where it is broadcasted. This point should be important when broadcasting other contents without problems on your TV channel. +Note: Because this is an community repository, we need some approvals from the administrators to continue. See [discussion](https://github.com/iptv-org/iptv/discussions/8412). + +Note 2: If your television station broadcasts from other television stations, please read the **Can I safely add an FTA channel that broadcasts PPV events or pay programming?** section. Based on [#650](https://github.com/iptv-org/iptv/issues/650) and [#6654](https://github.com/iptv-org/iptv/discussions/6654) (basic information). From a7ac1e3ba8f64d9de8650f2f77bc9a320f9d5c81 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 3 Sep 2022 10:22:42 -0500 Subject: [PATCH 132/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 50a9af142b..cc38359bbf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -112,7 +112,7 @@ After you have your m3u8 link, add your channel information onto the [Database]( Note: Because this is an community repository, we need some approvals from the administrators to continue. See [discussion](https://github.com/iptv-org/iptv/discussions/8412). -Note 2: If your television station broadcasts from other television stations, please read the **Can I safely add an FTA channel that broadcasts PPV events or pay programming?** section. +Note 2: If your television station broadcasts from other television stations, please read the *[Can I safely add an FTA channel that broadcasts PPV events or pay programming?](#Can-i-safely-add-an-fta-channel-that-broadcasts-ppv-events-or-pay-programming)* section. Based on [#650](https://github.com/iptv-org/iptv/issues/650) and [#6654](https://github.com/iptv-org/iptv/discussions/6654) (basic information). From e70014aaad4442a71feef0255ed2b6dfbe9ee41c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sat, 17 Sep 2022 17:51:10 -0500 Subject: [PATCH 133/138] Update FAQ.md Edit radio question --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index cc38359bbf..0728c62485 100644 --- a/FAQ.md +++ b/FAQ.md @@ -152,7 +152,7 @@ Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geo-b ### Is it possible to add audio-only streams, like FM radio? No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. -Based on [#1196](https://github.com/iptv-org/iptv/pull/1196) (first pull request about this) [#2758](https://github.com/iptv-org/iptv/pull/2758) (visual radio example), [#5794](https://github.com/iptv-org/iptv/discussions/5794) and [#6044](https://github.com/iptv-org/iptv/discussions/6044). +Based on [#1196](https://github.com/iptv-org/iptv/pull/1196) (first pull request about this) [#2758](https://github.com/iptv-org/iptv/pull/2758) (visual radio example), [#5794](https://github.com/iptv-org/iptv/discussions/5794), [#6044](https://github.com/iptv-org/iptv/discussions/6044) and [#8788](https://github.com/iptv-org/iptv/discussions/8788). ### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. 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 134/138] 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). From 6c09dadb3befe58241c590e4ad09633620eae8e5 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sun, 2 Oct 2022 13:54:44 -0500 Subject: [PATCH 135/138] Update FAQ.md --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 8852543a78..780c731620 100644 --- a/FAQ.md +++ b/FAQ.md @@ -61,7 +61,9 @@ Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https:// ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. -Based on [#1416](https://github.com/iptv-org/iptv/pull/1416) (output of NSFW in general playlist), [#2126](https://github.com/iptv-org/iptv/issues/2126) (output of NSFW, again), [#2234](https://github.com/iptv-org/iptv/issues/2234) (request of hide NSFW channels), [#4768](https://github.com/iptv-org/iptv/pull/4768) (separate some channels from others) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (other issue). +If NSFW channels is displayed by mistake, we suggest that you report via issue or edit their entries from [Database](https://github.com/iptv-org/database) repository. + +Based on [#1416](https://github.com/iptv-org/iptv/pull/1416), [#2126](https://github.com/iptv-org/iptv/issues/2126), [#9104](https://github.com/iptv-org/iptv/issues/9104), [#2234](https://github.com/iptv-org/iptv/issues/2234) and [#7245](https://github.com/iptv-org/iptv/pull/7245 (requests of hide NSFW channels in general playlist). ### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. From e865f75a44d7c0a447a733004bf499eee733cd80 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sun, 2 Oct 2022 13:55:05 -0500 Subject: [PATCH 136/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 780c731620..cbb5799240 100644 --- a/FAQ.md +++ b/FAQ.md @@ -63,7 +63,7 @@ NSFW content are not suitable for the main public. To avoid issues with these ki If NSFW channels is displayed by mistake, we suggest that you report via issue or edit their entries from [Database](https://github.com/iptv-org/database) repository. -Based on [#1416](https://github.com/iptv-org/iptv/pull/1416), [#2126](https://github.com/iptv-org/iptv/issues/2126), [#9104](https://github.com/iptv-org/iptv/issues/9104), [#2234](https://github.com/iptv-org/iptv/issues/2234) and [#7245](https://github.com/iptv-org/iptv/pull/7245 (requests of hide NSFW channels in general playlist). +Based on [#1416](https://github.com/iptv-org/iptv/pull/1416), [#2126](https://github.com/iptv-org/iptv/issues/2126), [#9104](https://github.com/iptv-org/iptv/issues/9104), [#2234](https://github.com/iptv-org/iptv/issues/2234) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (requests of hide NSFW channels in general playlist). ### Do I have to pay to use this playlist? No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. From 8d745eaa7aaab8d3e1a1599dedba11c07ca64b9b Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sun, 2 Oct 2022 14:20:50 -0500 Subject: [PATCH 137/138] Update FAQ.md Co-authored-by: LaneSh4d0w --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index cbb5799240..3ba04b736f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -61,7 +61,7 @@ Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https:// ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. -If NSFW channels is displayed by mistake, we suggest that you report via issue or edit their entries from [Database](https://github.com/iptv-org/database) repository. +If NSFW channels are displayed by mistake, we suggest that you report via an issue or edit their entries from the [Database](https://github.com/iptv-org/database) repository. Based on [#1416](https://github.com/iptv-org/iptv/pull/1416), [#2126](https://github.com/iptv-org/iptv/issues/2126), [#9104](https://github.com/iptv-org/iptv/issues/9104), [#2234](https://github.com/iptv-org/iptv/issues/2234) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (requests of hide NSFW channels in general playlist). From 1a0c9d20561d7dfa6415c546e4177fa40047403f Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Sun, 2 Oct 2022 14:23:40 -0500 Subject: [PATCH 138/138] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 3ba04b736f..afdd60b58c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -61,7 +61,7 @@ Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https:// ### Why don't we show NSFW channels in most playlists? NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. -If NSFW channels are displayed by mistake, we suggest that you report via an issue or edit their entries from the [Database](https://github.com/iptv-org/database) repository. +If in the general playlist, you see NSFW channels displayed by mistake, we suggest that you report via an issue or edit their entries from the [Database](https://github.com/iptv-org/database) repository. Based on [#1416](https://github.com/iptv-org/iptv/pull/1416), [#2126](https://github.com/iptv-org/iptv/issues/2126), [#9104](https://github.com/iptv-org/iptv/issues/9104), [#2234](https://github.com/iptv-org/iptv/issues/2234) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (requests of hide NSFW channels in general playlist).