Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Note the streamId that you wish to record. This can be obtained by subscribing to notifications or from the API response to the publish-uri method.

  2. Determine what asset type is desired (DASH or HLS) and any other options such as quality.

  3. Send a POST request to /pcast/transcoding endpoint as shown in the API documentation. Note the transcodingId returned by the API call.

  4. To end capture of the VOD asset, send a DELETE request to /pcast/transcoding/<urlEncodedTranscodingId> endpoint as shown using the transcodingId returned in the previous step.

...