Watching video from within a game

Thanks, I’ve read that but it just talks about how to embed Twitch in a webpage.

My question is about how to embed it in a game written in C++. My game doesn’t have a web browser engine, so I don’t think that solution will work for me.

For example, there is an HTTP API that can be used to upload videos to Twitch. I was wondering if there was a similar API that allows you to download an MP4 video stream from Twitch. The closest thing I can find in the docs returns a URL of the page on the Twitch site where a user could navigate to to view the stream, but I want to access the stream directly.