Documentation

By default, we apply a profile in which we transcode every recording to 640x480.

Your custom profiles can include different resolutions that you can then separately select from your player embedding.

The video profile is a list of video resolutions that your original videos should be transcoded to.

In order to record in HD, you need to create a HD video profile and add the following parameters to your recorder:

<ziggeorecorder ziggeo-recordingwidth=1280
                ziggeo-recordingheight=720
                ziggeo-video-profile="_name_of_your_hd_profile"></ziggeorecorder>

In order to play back a video of certain resolution, embed the player as follows:

<ziggeoplayer ziggeo-stream-width=1280
              ziggeo-stream-height=720
              ziggeo-video="video-token"></ziggeoplayer>