# Proxy video files

In [LightNet ](https://docs.lightact.com/lightnet)configurations, it is desirable that the Primary and Editor servers playback files even when  these files will not be actually displayed from these servers. That's because on these machines the users usually want to see all the content in the Viewport.

However, if all Primary and Editor servers tried to play all these video assets in full resolutions, the performance load would be too heavy. That's why we developed **Proxy video file feature**.

### Proxy video file naming

<div align="left"><figure><img src="https://3312042618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9sVaJpWJhPbmscipukhh%2Fuploads%2F8tnExT6R2ahzKatDUnoz%2Fimage.png?alt=media&#x26;token=c93bba12-3223-4bf3-b8c9-3f815ebb6dfe" alt=""><figcaption></figcaption></figure></div>

If a Video asset has **\_proxyN** or **\_prxN** in its name, LightAct knows it is a proxy file downscaled by a factor of N. This means the *Play Video* node before it passes the frame onwards, upscales it by the factor of N.

In the above image, for example, LightAct knows that:

* the original file is called *LightAct\_showreel\_published.mov*
* there is a proxy downscaled by 2, which, if it were played, is going to be upscaled by factor of 2
* and a proxy downscaled by 4, which, when played, is going to be upscaled by factor of 4.

<div align="left"><figure><img src="https://3312042618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9sVaJpWJhPbmscipukhh%2Fuploads%2Fvk4NKSTryopyYyFqLNSz%2Fimage.png?alt=media&#x26;token=a64120dc-b6e3-407b-9f74-64f71ef6252d" alt=""><figcaption></figcaption></figure></div>

The proxy status of a specific video asset is visible in its *Properties*.

{% hint style="info" %}
**Good to know**: How LightAct determines which server in a LightNet cluster should play the source, which server should play a proxy and which server shouldn't play a particular video asset at all is explained in [LightNet](https://docs.lightact.com/lightnet) chapter (specifically [here](https://docs.lightact.com/lightnet/server-workload-distribution#run-on-for-layers)).
{% endhint %}

{% hint style="info" %}
**Good to know**: if a server determines that it should be playing a proxy file and not the original one, it will always take the one that's been downscaled the most.

For example, if there are both \_proxy2 and \_proxy4 available, LightAct is going to play *\_*&#x70;roxy4.
{% endhint %}
