---
title: NewRelicVideoStart
source: https://docs.newrelic.com/docs/streaming-video-&-ads/installation/roku/agent-api/initialization/newrelicvideostart
---

## Syntax

```js
NewRelicVideoStart(nr as Object, video as Object) as Void
```

## Description

Starts video logging.

## Arguments

| Arguments | Description             |
| --------- | ----------------------- |
| `nr`      | New Relic Agent object. |
| `video`   | A video object.         |

## Return

Nothing.

## Example

```js
  m.syslog = NewRelicSystemStart(m.port)
```
