Hi,
We are using simple-player to stream rtmp content. Our Linux platform supports wayland only. Simple-player uses vlc-qt which intern uses libvlc. When we open a remote stream in simple-player a different window gets opened outside the application as an overlay. We want the stream to open inside the videowidget created in simple-player.
After having browsed the code, it seems libvlc handles all the frame display related actions. Can you please suggest from where we can get YUVFrames from libvlc so that we can pass it manually to our appliction via message Queue or socket ? We hope you understood our problem. It is very difficult for us to go through the libvlc code manually.