Go to advanced search

by hiro_pitagonist
Tue Aug 13, 2019 9:55 pm
Forum: Media centres
Topic: Logitech Media Server (Squeezebox Server) on Raspberry Pi 3
Replies: 9
Views: 56374

Re: Logitech Media Server (Squeezebox Server) on Raspberry Pi 3

LMS is written in Perl, so it doesn't need to be compiled on different platforms. Just make sure you fetch all the dependencies and you should be good.
by hiro_pitagonist
Tue Aug 13, 2019 8:47 pm
Forum: Graphics, sound and multimedia
Topic: Pi 4 to sync 2 HD videos ?
Replies: 2
Views: 1299

Re: Pi 4 to sync 2 HD videos ?

Ask the omxplayer folks (popcornmix in particular).

https://github.com/popcornmix/omxplayer
by hiro_pitagonist
Tue Aug 13, 2019 8:45 pm
Forum: Graphics, sound and multimedia
Topic: environment for digital signage
Replies: 4
Views: 1145

Re: environment for digital signage

You could use a single HTML page to display both the video and other html page. Just use iframes.

There are free online tools for this as well like splash-tiles.com

Make sure you have hardware acceleration enabled in Chrome https://www.raspberrypi.org/forums/view ... 3&start=25
by hiro_pitagonist
Tue Aug 13, 2019 8:39 pm
Forum: Graphics, sound and multimedia
Topic: Automate Video Playback + GPIO
Replies: 4
Views: 1106

Re: Automate Video Playback + GPIO

If you are familiar with building C code, then you can modify omxplayer to do this easily. Just trigger the GPIO with system calls whenever the current video timestamp is at certain values.
by hiro_pitagonist
Tue Aug 13, 2019 8:36 pm
Forum: Graphics, sound and multimedia
Topic: Double Full-HD Videowall using a Raspberry Pi 4
Replies: 11
Views: 3038

Re: Double Full-HD Videowall using a Raspberry Pi 4

For the video wall to work properly with video motion, you actually have to keep the frame syncs of both video ports in sync (vertical sync is in phase and exactly the same frequency). You should talk to the GPU coders (Popcornmix) to see if that is possible on the PI4. It requires hardware support,...
by hiro_pitagonist
Mon Aug 12, 2019 2:15 am
Forum: Android
Topic: Does anyone actually run Android on the Pi as a daily OS?
Replies: 10
Views: 13798

Re: Does anyone actually run Android on the Pi as a daily OS?

How is the performance of the web browser (chrome) verses in Linux?

Go to advanced search