mirror of
https://github.com/iptv-org/api.git
synced 2025-05-12 01:50:06 -04:00
Update README.md
This commit is contained in:
parent
95043a2ab3
commit
cca5354278
1 changed files with 13 additions and 11 deletions
|
@ -81,14 +81,15 @@ https://iptv-org.github.io/api/streams.json
|
|||
"status": "online",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"bitrate": 565040
|
||||
"bitrate": 565040,
|
||||
"frame_rate": 29.97
|
||||
}
|
||||
//...
|
||||
]
|
||||
```
|
||||
|
||||
| Field | Type | Description |
|
||||
| ------------- | -------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| ------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| channel | string | Channel ID |
|
||||
| url | string | Stream URL |
|
||||
| http_referrer | string or null | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream |
|
||||
|
@ -97,6 +98,7 @@ https://iptv-org.github.io/api/streams.json
|
|||
| width | integer | The maximum width of the stream in pixels. Specified only if the status is `online` |
|
||||
| height | integer | The maximum height of the stream in pixels. Specified only if the status is `online` |
|
||||
| bitrate | integer | The bitrate of the stream in bits per second. Specified only if the status is `online` |
|
||||
| frame_rate | integer or float | The frame rate of the stream in frames per second. Specified only if the status is `online` |
|
||||
|
||||
Source of data: https://github.com/iptv-org/iptv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue