---
title: Install manually
source: https://docs.newrelic.com/docs/streaming-video-&-ads/installation/ios/install-manually
---

This page provides an overview of the installation steps when manually installing the Streaming Video & Ads agent. For the complete installation with code examples, use the [guided install](https://docs.newrelic.com/docs/streaming-video-&-ads/installation/ios/get-started-with-ios).

1.  Clone the [video-agent-iOS](https://github.com/newrelic/video-agent-ios) repository.
2.  Open each of the `.xcodeproj` files with Xcode.
3.  Select the appropriate scheme.
4.  Build (CMD+B).
5.  Include the generated `.framework` files in your project.
6.  Click **Continue**.

### Initialize video tracker

Select the agent type that matches your implementation:

-   **Video agent with AVPlayer tracker only**: For video playback tracking
-   **Video agent with AVPlayer and IMA trackers**: For video playback and ad tracking

1.  Click **See your data** to view your streaming data in New Relic.

## What's next?

-   [View your data](https://docs.newrelic.com/docs/streaming-video-&-ads/view-data-in-newrelic/streaming-video-&-ads-features): Learn about the different views available in New Relic to monitor your streaming video and ads
-   [Compatibility requirements](https://docs.newrelic.com/docs/streaming-video-&-ads/installation/compatibility-requirements): Check supported platforms and versions
-   [Update the agent](https://docs.newrelic.com/docs/streaming-video-&-ads/update-the-media-agent): Keep your agent up to date
