From 4385b35de186006a4bc93123c56cd6a999d7f4df Mon Sep 17 00:00:00 2001 From: Eric Miller Date: Thu, 31 Oct 2019 06:03:12 -0700 Subject: [PATCH] Add YouTube example. (#11054) Added a YouTube example, it's not too easy to find info on it. --- source/_integrations/roku.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/roku.markdown b/source/_integrations/roku.markdown index 578e5054dda..e52267ae9d5 100644 --- a/source/_integrations/roku.markdown +++ b/source/_integrations/roku.markdown @@ -95,6 +95,9 @@ The api calls are like this: ```txt GET http:// ROKU_IP:8060/query/apps POST http://ROKU_IP:8060/launch/APP_ID + +YouTube example: +POST http://YOUR_ROKU_IP:8060/launch/837?contentID=YOUR_YOUTUBE_VIDEOS_CONTENT_ID&MediaType=live ``` More details can be found on the [Roku dev pages](https://developer.roku.com/docs/developer-program/discovery/external-control-api.md)