hello,
I am working in Qt 5.7. I want to play a saved video of a format .mp4 in the embedded device's frame buffer. As my frame buffer can except on RGB32 data. so convert my video into that format I need to use QVideoFrame and QAbstractVideoSurface class functionality that I come to know from Qt documents. But how to use it that I dont know. Can any one please help me? and I can't display video directly on ui. I have to send one bye one frame on fdev of my embedded device board (my board is of TI AM437x).
I search a lot but not find the proper answer, even in this forum also such thread are unanswered. Please do reply

thank you