﻿This folder contains the following Azure Media Service PHP SDK samples:

* vodworkflow_aes.php: End-to-end VOD workflow that applies AES content protection.
* vodworkflow_aes.php: End-to-end VOD workflow that applies DRM (PlayReady + Widevine) content protection.
* scale_encoding_units.php: Scales the encoding reserved units.

To run these samples you can use the following command (assuming that your include_path are correctly configured)

```
php -d display_errors=1 %sample_name%.php
```
