issue with video Playing on qt application with X11, on rootfs created with yocto.
-
Hi ,
I have created Rootfs with Yocto , And running Qt application on it with X11 support . but while running app i Observed following log :
RandR extension missing
matchbox: Cant find a keycode for keysym 269025056
matchbox: ignoring key shortcut XF86Calendar=!$contactsmatchbox: Cant find a keycode for keysym 2809
matchbox: ignoring key shortcut telephone=!$datesmatchbox: Cant find a keycode for keysym 269025050
matchbox: ignoring key shortcut XF86Start=!matchbox-remote -desktop
And not able to display video on LCD .
Can you suggest way for this to debug. -
Hi,
@Rohit39 said in issue with video Playing on qt application with X11, on rootfs created with yocto.:
RandR extension missing
Which version of Qt are you using ?
Does matchbox run properly ?
Do you have the same issue with a simple default widget application ? -
Hi SGaist ,
Thank you for your response.
I am using QT5.
CAn you suggest a way to check proper working of matchbox?
I dont think so Application UI working well untill the Video start button. its stucks there only , we can come back if we press back button .
I am not much aware of the RandR and Matchbox .Thank you
Regards
Rohit -
Ok, so in fact your GUI is working fine when not playing a movie.
Can you show how you handle the video playing part ?
What device are you targeting ? -
Can you play a video if you use GStreamer directly ?