Skip to content

Commit a87e8e4

Browse files
authored
Merge pull request #5558 from segmentio/issue-5052
Correct livestream description
2 parents e345f38 + f5617e5 commit a87e8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ All content events share the same event properties that describe information abo
547547
| `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`. |
548548
| `channel` | String | The channel in which the video content is playing, such as `espn` or `my blog`. |
549549
| `full_episode` | Boolean | `true` if content is a full episode and `false` otherwise. |
550-
| `livestream` | Boolean | If the playback is a livestream, check the documentation for relevant destinations for details on how to correctly pass the playhead position. |
550+
| `livestream` | Boolean | If the playback is a livetream, send `true`, otherwise `false`. |
551551
| `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. |
552552
| `bitrate` | Integer | The current `kbps`. |
553553
| `framerate` | Float | The average `fps`. |

0 commit comments

Comments
 (0)