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

Unlink Dbus tmp file after stop omxplayer session. #620

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zchokri
Copy link

@zchokri zchokri commented Mar 29, 2018

When run omxplayer servals time, the dbus time file are not overridden.

This pull request unlink tmp file

Signed-off-by: Chokri ZAGROUBA [email protected]

When run omxplayer servals time, the dbus time file are not overridden.

This pull request unlink tmp file

Signed-off-by: Chokri ZAGROUBA <[email protected]>
@popcornmix
Copy link
Owner

Can you explain the exact problem. Just the files aren't deleted or that their presence is causing a problem?

@zchokri
Copy link
Author

zchokri commented Mar 30, 2018

Hi,
The tmp files are not deleted, so the dbus session addr and pid number is not updated.
And some times dbus controls cmd returns wrong result or an old result of previous played file.

@DanTheMan2000
Copy link

I've been experiencing the same problem when using python-omxplayer-wrapper. The only "fix" I know of is to delete the tmp files
rm /tmp/omxplayer*

https://github.com/willprice/python-omxplayer-wrapper/issues/67

@matthijskooijman

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

Successfully merging this pull request may close these issues.

3 participants