Running RisePlayer from terminal?
AnsweredI've only been able to SSH into our RaspberryPi that we strictly use for digital signs so far. At the moment I am trying to come up with a plan for if we ever need to restart the player in the event of a power outage or any other weird case that might arise. Any ideas on how to start or restart RisePlayer with terminal commands? Do I just need to get a script together and run that instead?
-
Official comment
Hey there!
Yes, you can start Rise Player from terminal! The file you'll want to run is start.sh from the rvplayer/scripts folder. The command you run will look something like this, ./rvplayer/scripts/start.shAs a side note, feel free to let us know what you're doing with your Digital Signage running on Raspberry Pi and how it's doing! We're always eager to hear what's going on with our customers and get an idea on how we can improve.
Comment actions -
I'm trying to do this as well, but when I run start.sh I get the error
line 2: notify-send: command not found
If I remove line 2 from the start.sh file then nothing happens
As a side note, the reason I'm trying to do this is that I want to periodically have the player restart via chron job due to the rss feed stopping at random times.
-
Hi Gerry,
The notify-send application is part of the notify-osd package. It sounds like the package isn't installed on your media player. Check out this thread on the subject.
You should be able to install the required package with sudo apt-get install notify-osd.
Hope that helps.
Cheers,
Patrick
Please sign in to leave a comment.
Comments
7 comments