04 April 2016 - Vid.ly Live

Add <vidly_live> option to make Vid.ly short URL for your translation. There would be created 3 HLS streams(480p, 720p and 1080p)

<?xml version="1.0"?>
<query>
    <userid><<id>></userid> <!-- required-->
    <userkey><<key>></userkey> <!-- required-->
    <action>[Action]</action> <!-- required-->
    <source>[RTMPSourceURL]</source><!-- REQUIRED -->
    <format>
        <output>live_hls</output>
        <vidly_live />
    </format>
</query>
{
    "query": {
        "userid": "<<id>>",
        "userkey": "<<key>>",
        "action": "[Action]",
        "source": "[RTMPSourceURL]",
        "format": {
            "output": "live_hls",
            "vidly_live": ""
        }
    }
}
  • Short url settings will be available in Vidly UI tab.
  • By default The JW Player 7 ADS Edition would be used for your translation.
  • You should specify if you want to add custom
  • If you specify additional , but no custom , we will upload Vidly's streams to your destination.
  • If you specify additional , and custom , we will upload only custom streams to your destination.
  • VOD HLS video would be accessible at created Vid.ly after Live Transcoding process finished.