Skip to content
dave-p edited this page Jan 14, 2018 · 5 revisions

codec/list

Lists available codecs and their properties. This is a very verbose list.

codec_profile/list

{
   "entries" : [
      {
         "uuid" : "d3f76d002a895f5c65dd57715d169399",
         "title" : "webtv-vorbis (WEBTV codec Vorbis)",
         "status" : "codecEnabled"
      },
      {
         "status" : "codecEnabled",
         "title" : "webtv-aac (WEBTV codec AAC)",
         "uuid" : "77e7184d6ade386137f553de0687254d"
      },
      {
         "title" : "webtv-h264 (WEBTV codec H264)",
         "status" : "codecEnabled",
         "uuid" : "eb7281ade724c77d23add9223bc2a480"
      }
   ]
}

codec_profile/create

Add a new codec profile?

  • class The name of the codec profile.

  • conf A JSON object describing the codec profile.

codec_profile/class

Lists the text strings, options and defaults used when configuring codec profiles?

Clone this wiki locally