24 October 2019 - Ludicrous Mode

Advanced split and stitch processing architecture that processes .ts or .fmp4 outputs in a third of real-time. This effect earned by breaking the source into multiple smaller pieces that processed simultaneously in a distributed fashion, then reassemble the outputs for delivery, all with no impact on output quality.

To enable Ludicrous Mode to media just add <ludicrous_mode>yes<ludicrous_mode/> parameter to request on the level.

<?xml version="1.0"?>
<query>
    <userid><<id>></userid> <!-- required -->
    <userkey><<key>></userkey> <!-- required -->
    <action>AddMedia</action> <!-- required -->
    <source>[SourceURL]</source> <!-- required -->
    <ludicrous_mode>[yes|no]</ludicrous_mode>
    <format>
        <output>[advanced_hls|fmp4_hls|advanced_dash|advanced_fmp4]</output> 
      	<destination>[DestinationURL]</destination> <!-- required -->
        <!-- Format fields -->
    </format>
</query>
{
    "query": {
        "userid": "<<id>>",
        "userkey": "<<key>>",
        "action": "AddMedia",
        "source": "",
        "source": "[SourceURL]",
        "ludicrous_mode": "[yes|no]",
        "format": {
            "output": "[advanced_hls|fmp4_hls|advanced_dash|advanced_fmp4]",
            "destination": "[DestinationURL]"
        }
    }
}

🚧

Note

For now Ludicrous Mode only available for advanced_hls, fmp4_hls, advanced_dash, and advanced_fmp4 output formats.

❗️

Non-supported formats

We don't accept requests using Ludicrous Mode and non-supported sources. API will respond with an error.

👍

Source Duration

Source Media duration must be longer than 10 minutes otherwise Media will be transcoded in default mode.