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)