sosedoff / omxremote

Web frontend and API for Raspberry Pi omxplayer media player
MIT License
36 stars 7 forks source link

How to... boot in blackscreen in raspberry pi os? #20

Open pietrondo opened 4 years ago

pietrondo commented 4 years ago

Hello, I'm creating a visual installation with omxremote, but i need an help about: blackscreen. How to "remove" all of output from screen, so the only output is the video? And.. in the api, there is the stop play video?

thx

christf commented 4 years ago

omxplayer has support for blanking whatever is behind the video. Are you attempting to use that and it fails?

pietrondo commented 4 years ago

no. now it works.

ctshh commented 4 years ago

That self-answers wan't very helpful.. In case someone stumbles across this:

add quiet to /boot/cmdline. $ systemctl disable getty@tty1.service $ systemctl enable getty@tty2.service

You might want to chide the text/framebuffer cursor altogether by adding vt.global_cursor_default=0 to /boot/cmdline