Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-06-09 18:20:26 +03:00
parent 95043a2ab3
commit cca5354278

View file

@ -81,14 +81,15 @@ https://iptv-org.github.io/api/streams.json
"status": "online", "status": "online",
"width": 1280, "width": 1280,
"height": 720, "height": 720,
"bitrate": 565040 "bitrate": 565040,
"frame_rate": 29.97
} }
//... //...
] ]
``` ```
| Field | Type | Description | | Field | Type | Description |
| ------------- | -------------- | -------------------------------------------------------------------------------------------------------------------- | | ------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------- |
| channel | string | Channel ID | | channel | string | Channel ID |
| url | string | Stream URL | | 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 | | 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` | | 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` | | 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` | | 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 Source of data: https://github.com/iptv-org/iptv