I want to use RPi B+ as a minimal video player that automatically starts to play videos after boot for an infinite loop.
I tried Raspbian; it was OK, but the boot time was too long (nearly 90 seconds).
Then I tried Xbian; it was better, but still the boot time was long (nearly 50 seconds).
So I searched the net for minimal distributions, and I found Minibian!
Now the following are my questions, and I would be really thankful if you help me find their answers:
How long is the average boot time of Minibian on a Class-10 micro-SD card!?
Does it have omxplayer by default? If not, is it possible to install omxplayer and LIRC easily, using the following commands (as we do in Raspbian)? Or we should install some other packages and libraries first!?
So you will need to add the repos to your sources.list then if omxplayer is properly packaged to install its dependencies those will come along for the ride. But I am not sure as it is not in the standard Debian repo.
That Raspbian boot time was to a command line? or GUI? It boots quickly on the Pi 2 to command line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to use RPi B+ as a minimal video player that automatically starts to play videos after boot for an infinite loop.
I tried
Raspbian
; it was OK, but the boot time was too long (nearly 90 seconds).Then I tried
Xbian
; it was better, but still the boot time was long (nearly 50 seconds).So I searched the net for minimal distributions, and I found Minibian!
Now the following are my questions, and I would be really thankful if you help me find their answers:
Does it have omxplayer by default? If not, is it possible to install
omxplayer
andLIRC
easily, using the following commands (as we do in Raspbian)? Or we should install some other packages and libraries first!?Thanks for your time and support.
No one to reply here !!!?
Somebody please help!!!
Minibian is a stripped down Raspbian so if you put all the right pieces back into it then it should play videos.
omxplayer is not in Raspbian by default. You need to get that from the
http://archive.raspberrypi.org/debian/
So you will need to add the repos to your sources.list then if omxplayer is properly packaged to install its dependencies those will come along for the ride. But I am not sure as it is not in the standard Debian repo.
That Raspbian boot time was to a command line? or GUI? It boots quickly on the Pi 2 to command line.