2018-01-11 Release

Ooyala Live API v3.6.1

In the Live API v3.6.0 autostart_enabled was a required field to create events. In Live API v3.6.1 autostart_enabled is no longer required.

Live API v3.6.1 POST Request Example
{
   "name": "<%eventName%>",
    "description": "<%eventDescription%>",
    "image_height": "150",
    "image_width": "250",
    "track_id": "<%scheduleId%>",
    "status": "offline",
    "override_channel_id": "<%channelId%>",
    "start_time": "<%startTime%>",
    "end_time": "<%stopTime%>",
    "virtual_asset":{
       "name": "<%eventName%>",
       "metadata":{
          "channel_id": "<%channelId%>",
          "archive": "1",
          "trim": "0",
          "override": "0",
          "dvrwindow": "3720",
          "autostart_minutes": "1",
          "autostop_minutes": "1"
      }
   }
}
Live API v3.6.0 POST Request Example
{
   "name": "<%eventName%>",
    "description": "<%eventDescription%>",
    "image_height": "150",
    "image_width": "250",
    "track_id": "<%scheduleId%>",
    "status": "offline",
    "override_channel_id": "<%channelId%>",
    "start_time": "<%startTime%>",
    "end_time": "<%stopTime%>",
    "virtual_asset":{
       "name": "<%eventName%>",
       "metadata":{
          "channel_id": "<%channelId%>",
          "archive": "1",
          "trim": "0",
          "override": "0",
          "dvrwindow": "3720",
          "autostart_minutes": "1",
          "autostop_minutes": "1",
	   "autostart_enabled": "0"
      }
   }
}

Subscribe to Ooyala Release Notes

See this page for instructions on how to subscribe to automated notifications of Ooyala release notes.
This content was published on 2018-01-11 at 11:00 AM UTC.