You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iptv/FAQ.md

56 lines
3.1 KiB
Markdown

# Frequently Asked Questions
2 years ago
### My favorite channel is not on the playlist.
3 years ago
2 years ago
Start by asking our community for help via [Discussions](https://github.com/orgs/iptv-org/discussions). It is quite possible that someone already has a link to the channel you need and they just haven't added it to our playlist yet.
3 years ago
2 years ago
But keep in mind that not all TV channels are available for viewing online, and in this case there is little we can do about it.
2 years ago
### How can I add stream to playlists?
3 years ago
2 years ago
You have several options:
2 years ago
1. Create a new [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams:add&projects=&template=-----streams_add.yml&title=Add%3A+) with a valid channel ID and a link to the stream. If the request is approved , the link will be added to the playlist in the next update. For or more info, see [Issue Reporting Guidelines](CONTRIBUTING.md#issue-reporting-guidelines).
3 years ago
2 years ago
2. Or you can add the link to the playlist directly via pull request. For more info, see [Pull Request Guidelines](CONTRIBUTING.md#pull-request-guidelines).
3 years ago
2 years ago
### How to report a broken stream?
2 years ago
Fill out this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&projects=&template=---broken-stream.yml&title=Broken%3A+) and as soon as there is a working replacement, we will add it to the playlist or at least remove the non-working one.
3 years ago
2 years ago
### Does the playlist have a channel guide?
3 years ago
2 years ago
Yes. See [iptv-org/epg](https://github.com/iptv-org/epg) for more info.
2 years ago
### Are you planning to include a Video On Demand (VOD) to the playlist?
2 years ago
2 years ago
No.
2 years ago
2 years ago
### Why is the channel on the iptv-org.github.io but not in the playlist?
2 years ago
2 years ago
The site contains a list of all TV channels in the world and only those of them for which we have working stream links are included in the playlists.
3 years ago
2 years ago
### How can I add a link to YouTube live?
3 years ago
2 years ago
Since not all players allow you to open links to YouTube directly, we also cannot add them to playlists yet. However, some services like [abskmj/youtube-hls-m3u8](https://github.com/abskmj/youtube-hls-m3u8) allow you to get around this limitation by creating permalinks to the feed that can be played as normal. And these are the kind of links you can add to the playlist.
2 years ago
2 years ago
### Can I add a radio broadcast?
3 years ago
2 years ago
Yes, if it is a [visual radio](https://en.wikipedia.org/wiki/Visual_radio) in which a video and audio are shown at the same time.
3 years ago
2 years ago
### Why don't you accept links to Xtream Codes server?
3 years ago
2 years ago
Xtream Codes streams tend to be very unstable, and often links to them fail very quickly, so it's easier for us to initially exclude them from the playlist than to search for expired ones every day.
3 years ago
2 years ago
### How to distinguish a link to an Xtream Codes server from a regular one?
3 years ago
2 years ago
Most of them have this form:
3 years ago
2 years ago
`http(s)://{hostname}:{port}/{username}/{password}/{channelID}` (port is often `25461`)
3 years ago
2 years ago
To make sure that the link leads to the Xtream Codes server, copy the `hostname`, `port`, `username` and `password` into the link below and try to open it in a browser:
2 years ago
`http(s)://{hostname}:{port}/panel_api.php?username={username}&password={password}`
3 years ago
2 years ago
If the link answers, you're with an Xtream Codes server.