Your video in any playback resolution.

Your video in any playback resolution.

We are glad to announce that the updated Spruto online video player now supports multiple video playback resolutions!!

You can now add multiple links for a video in different resolutions.

Just add the additional links to the video source when uploading a video in your account and the video quality icon will automatically appear in your player during playback.

For manual integration:

To add multiple links to the video in different qualities you will add multiple 'URLs' with differing playback resolution.

  1. JSON:

    { "video":[ {"url":"", "label":"", "default":true}, {"url":"", "label":""},... ] }

    Options object"video":
    url - path to source (video)
    label - label quality (displayed in the interface and must be unique)
    default - designation of the source video, selected by default

  2. FlashVars:

    set_pl[video_index]_video[source_index]_url - path to source (video)
    set_pl[video_index]_video[source_index]_label - label quality (displayed in the interface and must be unique)
    set_pl[video_index]_video[source_index]_default - designation of the source video, selected by default
    video_index - original video in the playlist (starting with '1')
    source_index - source number (starting with '1')

The 'label' parameter specifies the quality of the video being uploaded. Label links for each video must be unique. The 'default' parameter specifies that this link will be used by default. If there is not a version marked as the default, the first uploaded version will be marked as default. The ""label"" parameter specifies the quality of the video being uploaded. Label links for each video must be unique. The ""default"" parameter specifies that this link will be used by default.If there is not a version marked as the ""default""the first uploaded version will be marked as default.
In case individual ""label"" aren't created, the labels '1', '2', and '3' will be automatically generated.

For Myvi.ru, Vimple.ru, and YouTube.com videos, only the reference video is used; the other links are ignored.