SDL2 video streaming and GUI window

Hello,

How to use the same window to show a video streaming along with a GUI menu in the same time, using SDL2 library? The window must me divided in two parts: one for the video and the other for the GUI menu.

Regards.