omxplayer-sync
omxplayer-sync copied to clipboard
ERRORS while installing
Trying to install this onto a few raspberries and getting errors. The current RasPi I'm trying to install to is a Raspberry Pi 2 Model B. I just formatted and re-installed a fresh OS from the official raspberry tool (Imager) and followed the steps on the guide.
everything goes well until:
dpkg -i omxplayer_0.3.7~git20170130~62fb580_armhf.deb
which returns:
dpkg: error: cannot access archive 'omxplayer_0.3.7~git20170130~62fb580_armhf.deb': No such file or directory
I'm not very experienced with any of this, so I'm sure I'm messing something up along the way.
I Noticed a difference between the two lines (The download line and the install line) using ~ instead of - and I imagined that could be the issue, so I tried:
dpkg -i omxplayer_0.3.7-git20170130-62fb580_armhf.deb
To which i got:
Selecting previously unselected package omxplayer.
(Reading database ... 98377 files and directories currently installed.)
Preparing to unpack omxplayer_0.3.7-git20170130-62fb580_armhf.deb ...
Unpacking omxplayer (0.3.7~git20170130~62fb580) ...
dpkg: dependency problems prevent configuration of omxplayer:
omxplayer depends on libssl1.0.0; however:
Package libssl1.0.0 is not installed.
dpkg: error processing package omxplayer (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.8.5-2) ...
Errors were encountered while processing:
omxplayer
I'm pretty sure I'm missing something quite obvious for everyone else, but as I said, I'm quite new at this :P The project I am working on is a 4-channel video installation. Hopefully each screen will have a different channel and the 4 screens will "dialogue". The synchronisation is really important as one person (on one screen) will be replying the lines of another person (on another screen).
If there is anyone out there that figures out what am I doing wrong, it'll be greatly appreciated! Let me know if there is any other information that is needed here, I can try to get it and bring it in so we can continue to discuss this issue!
Thanks a lot!
apparently someone sorted with:
apt-get install libssl1.0.2
and
apt --fix-broken install
here: https://github.com/turingmachine/omxplayer-sync/issues/80#issuecomment-413240621