Twitch Streaming Service

Warning

Support for Twitch Streaming Service is experimental. The current implementation gives us limited synchronization and the precision can be ± 1 second.

Settings

Once you create an account on Twitch, just get your key from your dashboard. The result should be set to the following:

version = "1.7.0"

settings {
  encode {
    stream {
      enable  = true
      service = "twitch"
      addr    = "live-jfk.twitch.tv/app"
      // YOU MUST CHANGE THE CHANNEL AND KEY VALUE
      channel = "channelname"
      key     = "live_NNNNNNNN_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
    }
  }
}

Twitch Extension is also supported but required a more complex setup. More instructions a complete demo will come in a later version of the SDK. Feel free to contact us if you want to know more in the mean time.