diff --git a/README.md b/README.md index 311bbef..aba648e 100644 --- a/README.md +++ b/README.md @@ -81,22 +81,24 @@ 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 | -| user_agent | string or null | The [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) request header for the stream | -| status | string | One of the following: `online`, `blocked`, `timeout`, `error` | -| 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` | +| 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 | +| user_agent | string or null | The [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) request header for the stream | +| status | string | One of the following: `online`, `blocked`, `timeout`, `error` | +| 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