mirror of
https://github.com/iptv-org/iptv
synced 2026-07-10 01:07:20 -04:00
Create .github/docs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
### Xtream Codes
|
||||
|
||||
Most Xtream Codes stream links look like this:
|
||||
|
||||
`http(s)://{hostname}:{port}/{username}/{password}/{channelID}` _(the port is often `25461`)_
|
||||
|
||||
To make sure a link leads to an Xtream Codes server, copy the `hostname`, `port`, `username`, and `password` into the URL format below and try opening it in your browser:
|
||||
|
||||
`http(s)://{hostname}:{port}/panel_api.php?username={username}&password={password}`
|
||||
|
||||
If the page loads a response, it confirms you are dealing with an Xtream Codes server.
|
||||
Reference in New Issue
Block a user