mirror of
https://github.com/iptv-org/iptv
synced 2026-09-06 12:01:57 -04:00
Update FAQ.md
This commit is contained in:
@@ -8,19 +8,19 @@ Keep in mind that not all TV channels have some publicly available source for vi
|
||||
|
||||
### My favorite channel has disappeared from the playlist. Would you add it back?
|
||||
Make sure the channel wasn't [blocklisted](https://iptv-org.github.io/?q=is_blocked%3Atrue) recently and see the [History of related issues](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for details.
|
||||
The repository simply contains user-submitted links to publicly available video stream URLs, note that we have no control over the stream sources. Unfortunately, if there's no alternate source that have been intentionally made public there is little we can do about it.
|
||||
The repository simply contains user-submitted links to publicly available video stream URLs, note that we have no control over the stream sources. Unfortunately, if there's no alternate source that has been intentionally made public there is little we can do about it.
|
||||
|
||||
### Why do I see a channel that is not intended for my country?
|
||||
See the Playlist Strucutre section of the [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#playlist-structure)
|
||||
If you still believe the broadcast area or language is wrong, you can request to edit the feed info in our [Database](https://github.com/iptv-org/database/issues)
|
||||
See the Playlist Structure section of the [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#playlist-structure)
|
||||
If you still believe the broadcast area or language is incorrect, you can request to edit the feed info in our [Database](https://github.com/iptv-org/database/issues)
|
||||
|
||||
### Are you planning to include a Video On Demand (VOD) to the playlist?
|
||||
|
||||
No.
|
||||
|
||||
### Why is the channel on the iptv-org.github.io but not in the playlist?
|
||||
### Why is a channel available on iptv-org.github.io but missing from the playlist?
|
||||
|
||||
The site is an extensive database of all existing TV channels in the world, and does not represent a list of streams in our possession. Only those of them for which we have working stream links are included in the playlists.
|
||||
The site is an extensive database of all existing TV channels in the world, and does not represent a list of streams in our possession. Only channels for which we have working stream links are included in the playlists.
|
||||
You may still check [iptv-org.github.io with the "streams:>0" parameter](https://iptv-org.github.io/?q=streams%3A%3E0) in the search bar to check all available streams.
|
||||
|
||||
### Can I add a radio broadcast?
|
||||
@@ -29,15 +29,15 @@ Yes, if it is a [visual radio](https://en.wikipedia.org/wiki/Visual_radio) in wh
|
||||
|
||||
### How do I find a new working link?
|
||||
|
||||
Find publicly available stream using your favourite search engine or by searching across Github.
|
||||
Carefully read Validation section of the [Contributing Guide.md](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#Validation)
|
||||
Find a publicly available stream using your favourite search engine or by searching GitHub.
|
||||
Carefully read Validation section of the [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#Validation)
|
||||
|
||||
### Why isn't my link accepted?
|
||||
|
||||
See the Requirements and Validation sections of the [Contributing Guide.md](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#Requirements)
|
||||
See the Requirements and Validation sections of the [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#Requirements)
|
||||
|
||||
### Why do you not accept links that work in my player of choice or in a browser?
|
||||
|
||||
The goal of IPTV-ORG is to provide reliable playlists that can be used with a variety of players, on every platform and every capable device.
|
||||
We have a sweet spot in using [VLC media player](https://www.videolan.org/vlc/index.html) or [FFMPEG](https://www.ffmpeg.org/) as the most common cross platform players and basements for most IPTV player software.
|
||||
At this point we do accept links that can be suplimented by #EXTVLCOPT:http-referrer and #EXTVLCOPT:http-user-agent arguments. Links that require proper CORS handling and browser impersonation are not accepted due to unwanted complexity.
|
||||
We use [VLC media player](https://www.videolan.org/vlc/index.html) for playback and [FFmpeg](https://www.ffmpeg.org/) for testing and development, as they represent a practical sweet spot for cross-platform IPTV compatibility, including support for HTTP referrer and user-agent-based streams.
|
||||
For this reason we only accept links that can be supplemented by #EXTVLCOPT:http-referrer and #EXTVLCOPT:http-user-agent arguments. Links that require CORS handling or browser spoofing are not accepted due to added complexity.
|
||||
|
||||
Reference in New Issue
Block a user