From 0da0e55fbd5bf95d13798eef9972b1baef661b8c Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:25:33 -0500 Subject: [PATCH 1/6] Update FAQ.md --- FAQ.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b7edd360fe..e294458329 100644 --- a/FAQ.md +++ b/FAQ.md @@ -152,7 +152,13 @@ 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 geo-blocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456). +The scheme for adding a YouTube stream is like this: + +``` +http://streamlink.example.org/iptv-query?streaming-ip=https://www.youtube.com/c/MyChannel/live +``` + +Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geo-blocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412), [#4456](https://github.com/iptv-org/iptv/discussions/4456) and [#10246](https://github.com/iptv-org/iptv/discussions/10246). ### 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 897f64d4fe9164ab45e43704cf336c156a6fca16 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:44:58 -0500 Subject: [PATCH 2/6] Update FAQ.md Fix website FAQ --- FAQ.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index e294458329..4c53b1bb0d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -55,9 +55,11 @@ Note: For storage space reasons, the programming guide is only available in gz c 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. +No. In own website you will only see an extensive list of channels and their respective information, like a global database. However, you will be able to search and review the channels you want, and if your favorite channel is legally available as a stream in the IPTV playlist. -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). +Note: You can consult the information of the channels by country, write in the search engine as `country:UK` (for UK, per example). + +Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https://github.com/iptv-org/iptv/issues/7415), [#7509](https://github.com/iptv-org/iptv/discussions/7509) and [#10242](https://github.com/iptv-org/iptv/discussions/10242). ### 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 87a00b9021b7d4c9883849036e2a1337cebc68d6 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:47:06 -0500 Subject: [PATCH 3/6] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 4c53b1bb0d..93712ec3f6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -57,7 +57,7 @@ Based on [#1797](https://github.com/iptv-org/iptv/issues/1797), [#2438](https:// ### Is it possible to view channels directly from the main website? No. In own website you will only see an extensive list of channels and their respective information, like a global database. However, you will be able to search and review the channels you want, and if your favorite channel is legally available as a stream in the IPTV playlist. -Note: You can consult the information of the channels by country, write in the search engine as `country:UK` (for UK, per example). +Note: You can consult the information of the channels by country, write in the search box as `country:UK` (for UK, per example). Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https://github.com/iptv-org/iptv/issues/7415), [#7509](https://github.com/iptv-org/iptv/discussions/7509) and [#10242](https://github.com/iptv-org/iptv/discussions/10242). From cf964ae82ac196d1cd02f615a18efa28d714a3d4 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:01:29 -0500 Subject: [PATCH 4/6] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 93712ec3f6..82ea4ebaf0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -55,7 +55,7 @@ Note: For storage space reasons, the programming guide is only available in gz c 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. In own website you will only see an extensive list of channels and their respective information, like a global database. However, you will be able to search and review the channels you want, and if your favorite channel is legally available as a stream in the IPTV playlist. +No. In own website you will only see an extensive list of channels and their respective information, like a global database. However, you will be able to search and review the channels you want, and if your favorite channel is legally available as an indexed stream in the IPTV playlist. Note: You can consult the information of the channels by country, write in the search box as `country:UK` (for UK, per example). From ccec5783fb229dfe885b55f8df743e0fbe588789 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 16 Nov 2022 21:24:39 -0500 Subject: [PATCH 5/6] 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 82ea4ebaf0..228442ae49 100644 --- a/FAQ.md +++ b/FAQ.md @@ -154,7 +154,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. -The scheme for adding a YouTube stream is like this: +As an example, here's the scheme for adding a YouTube stream: ``` http://streamlink.example.org/iptv-query?streaming-ip=https://www.youtube.com/c/MyChannel/live From 93be2221b1153aab882889e5bba0abd1b8462ed6 Mon Sep 17 00:00:00 2001 From: Diego <5572928+sguinetti@users.noreply.github.com> Date: Wed, 16 Nov 2022 21:26:24 -0500 Subject: [PATCH 6/6] 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 228442ae49..9476a8a655 100644 --- a/FAQ.md +++ b/FAQ.md @@ -55,7 +55,7 @@ Note: For storage space reasons, the programming guide is only available in gz c 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. In own website you will only see an extensive list of channels and their respective information, like a global database. However, you will be able to search and review the channels you want, and if your favorite channel is legally available as an indexed stream in the IPTV playlist. +No. In our website, you will see an extensive list of channels and their respective information, like a global database. In this case, you will only be able to search and review the channels you want. If your favorite channel is legally available as an indexed stream in the IPTV playlist, there's a "Streams" option that will be available on the right side of the channel, so that you can have the link to watch it. Else, you can make an issue to ask for it. Please respect the [contribution guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) before doing so. Note: You can consult the information of the channels by country, write in the search box as `country:UK` (for UK, per example).