-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot figure out how it is supposed to work. #83
Comments
How did you install omxd? Debian package? |
As written in INSTALL:
|
Some ideas fo troubleshooting:
|
Hello thanks for the tips... At this point is is difficult to test it because it stopped working altogether. No video is displayed at all... I am not sure what changed. omxd is running and when I do As for the root / common user. I was running it as a normal unprivileged user. If I try it with sudo now, I cannot write to the FIFO using |
If you change from a normal user to root, you have to clean up the Also, please check your |
I have now tried it on RPi 3 (normal, not B+) with older raspian jessie and it seems to work. Although the gap less mode is not really gap less, it takes about a second to switch the videos... |
Are you using the |
Hello,
the deamon looks promising but I just cannot figure out how it is supposed to work.
First of all, the deamon is not started on startup (after reboot) as the README claims.
And then, I just cannot seem to understand how to control the playback.
Even this simple example:
I start the deamon myself:
omxd
Then add first file:
omxd a ~/1.mp4
The file starts playing... So far so good.
omxd a ~/2.mp4
OK, now the file should be appended after the current file.
omxd n
This I believe should now jump to the second file. However what really happens is that the current file (1.mp4) stops playing and closes the window and then it shows PAUSE 0:0:0 / 0:3:10 (which is the length of 1.mp4, not the next one) on the screen and nothing happens.
Do I get it wrong is there something broken?
I use RPi 3 B+ with the latest Raspbian Stretch.
//BTW It's not caused by the fact that 2.mp4 would not be playable, if I add the files in reverse order, it behaves the same, the first file plays but it doesn't jump to the second one.
The text was updated successfully, but these errors were encountered: