As the title states, I would like to take a Twitch stream, say the one at (https://www.twitch.tv/selectfm) and pass the URI to a formatContext for decoding packets in realtime.
How would I go about getting a URI to a video stream so that I can pass to FFMPEG.
I am using C++ to handle all my FFMPEG related tasks