Channel/stream key

From Justin.tv API Wiki

Jump to: navigation, search

Image:Ambox_notice.png Are you building an app that connects with Twitch? Use the Twitch API Instead!

Gets a channel's stream_key, which is needed for broadcasting from a source outside a Justin.tv embed. This call requires OAuth authentication for the channel.

Interface

URL: http://api.justin.tv/api/channel/stream_key.format
Formats: xml, json
Methods: GET
Authentication: Requires Authentication
Params: none

Examples

{
  "stream_key": "live_15425_ccxKmdq424",
  "login": "apidemo"
}
Client Libraries