Skip to content

Correct livestream description #5558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/connections/spec/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ All content events share the same event properties that describe information abo
| `total_length` | Integer | The total duration of the content/asset in seconds. This should exclude the duration of any ads included in the playback of this asset. For livestream playback, send `null`. |
| `channel` | String | The channel in which the video content is playing, such as `espn` or `my blog`. |
| `full_episode` | Boolean | `true` if content is a full episode and `false` otherwise. |
| `livestream` | Boolean | If the playback is a livestream, check the documentation for relevant destinations for details on how to correctly pass the playhead position. |
| `livestream` | Boolean | If the playback is a livetream, send `true`, otherwise `false`. |
| `airdate` | ISO 8601 Date String | An [ISO 8601 Date String](https://en.wikipedia.org/wiki/ISO_8601){:target="_blank"} representing the original air date or published date. |
| `bitrate` | Integer | The current `kbps`. |
| `framerate` | Float | The average `fps`. |
Expand Down