Jump to content

play video for every five minutes in orange pi one


isan98

Recommended Posts

I want to play video on my orange pi one (armbian jessie OS) for every 5 minutes. I use

crontab -e

And added

  */5 * * * * orangepi  /usr/bin/vlc  /home/orangepi/video.mp4

 

In the last line of file .but it isn't working ,so how can play video for every five minutes?

Edited by isan98
Link to comment
Share on other sites

15 hours ago, martinayotte said:

"orangepi" is not a command or script ... Your crontab should look like :


*/5 * * * * /usr/bin/vlc  /home/orangepi/video.mp4

 

I edit it but still it is not working!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines