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
1 year ago
### My favorite channel is not on the playlist.
2 years ago
1 year 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.
2 years ago
1 year 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.
1 year ago
### How can I add stream to playlists?
2 years ago
1 year ago
You have several options:
1 year 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).
2 years ago
1 year 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).
2 years ago
1 year ago
### How to report a broken stream?
1 year 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.
2 years ago
1 year ago
### Does the playlist have a channel guide?
2 years ago
1 year ago
Yes. See [iptv-org/epg](https://github.com/iptv-org/epg) for more info.
1 year ago
### Are you planning to include a Video On Demand (VOD) to the playlist?
2 years ago
1 year ago
No.
2 years ago
1 year ago
### Why is the channel on the iptv-org.github.io but not in the playlist?
2 years ago
1 year 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.
2 years ago
1 year ago
### How can I add a link to YouTube live?
2 years ago
1 year 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
1 year ago
### Can I add a radio broadcast?
2 years ago
1 year 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.
2 years ago
1 year ago
### Why don't you accept links to Xtream Codes server?
2 years ago
1 year 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.
2 years ago
1 year ago
### How to distinguish a link to an Xtream Codes server from a regular one?
2 years ago
1 year ago
Most of them have this form:
2 years ago
1 year ago
`http(s)://{hostname}:{port}/{username}/{password}/{channelID}` (port is often `25461`)
2 years ago
1 year 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:
1 year ago
`http(s)://{hostname}:{port}/panel_api.php?username={username}&password={password}`
2 years ago
1 year ago
If the link answers, you're with an Xtream Codes server.