Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How use DBus ? ;) #58

Closed
fcarlier opened this issue Sep 16, 2013 · 8 comments
Closed

How use DBus ? ;) #58

fcarlier opened this issue Sep 16, 2013 · 8 comments

Comments

@fcarlier
Copy link

Hello,

I'm testing the version '754d4c2 : Add sleep to keyboard thread to avoid hammering cpu'

I launch my video :

omxplayer GoProHERO3.mp4
but no keyboard, just CTRL+C to exit

Have you an idea to play with omxplayer/dbus ?
I'm use only command line without X11 Display

Florent

@fcarlier
Copy link
Author

Until the version 'c99bc80 : Fix exception when playing from filename with no extension', it's OK with my configuration, after .... no keyboard with dbus :)

@popcornmix
Copy link
Owner

Have you tried
apt-get install dbus-x11

@fcarlier
Copy link
Author

yes i have installed so dbus-x11 ;(

@fcarlier
Copy link
Author

I have cross-compiled omxplayer with dbus 1.6.14
and i see that raspberry pi with raspian distribution is with dbus 1.6.8

Maybe reason ??

@fcarlier
Copy link
Author

I have testing with the latest release of Raspbian (2013-09-10), no keyboard with dbus ;(

i go testing new crosscompilation with dbus 1.6.8 instead of 1.6.14

"""
./configure --prefix=/opt/dbus-1.6.8/ --host=arm-rpi-linux-gnueabi --with-x=no ac_cv_have_abstract_sockets=yes "CC=arm-rpi-linux-gnueabi-gcc -I/opt/expat-2.1.0/include -L/opt/expat-2.1.0/lib"
"""

@fcarlier
Copy link
Author

no change with dbus-1.6.8
no present of dbus in log

@skgsergio
Copy link

My crosscompile environment is a Raspbian base system + Raspberry Pi libs from latest git version obtained with rpi-update, so a Raspberry Pi with an updated Raspbian and updated libs should work. Can u test it?

http://omxplayer.sconde.net/

@fcarlier
Copy link
Author

YEESSSS !
My problem is the omxplayer script !! #!/bin/bash -> #!/bin/sh
'eval $(dbus-launch --sh-syntax)' isn't evaluate else ;)

THX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants