hzeller / flaschen-taschen

Noisebridge Flaschen Taschen display
GNU General Public License v3.0
194 stars 49 forks source link

Problem with --led-chain #55

Open grthor opened 3 years ago

grthor commented 3 years ago

Hi, my goal is to stream videos via VLC to an LED matrix, but I have encountered a problem that I can't get fixed.

If I run

root@raspberrypi:~/home/pi/flaschen-taschen/server $ ./ft-server --led-rows=32 --led-cols=64 
--led-chain=8 --led-parallel=2 --led-pixel-mapper "U-mapper"

the led matrix stays black. If I run [changed --led-chain=8 to --led-chain=4]

root@raspberrypi:~/home/pi/flaschen-taschen/server $ ./ft-server --led-rows=32 --led-cols=64 
--led-chain=4 --led-parallel=2 --led-pixel-mapper "U-mapper"

the led panels light up and show the video. I changed --led-chain=4 to --led-chain=6 and the led-panels turn black again. Depending on the led chain length something is displayed or not.

Here are some facts about my setup

I hope this helps solving the problem. If you need any further information i try to answer asap.

Best regards Thorben

meikel-k commented 3 years ago

I have the same problem, same setup and starting the server

The server starts with resolution 256x128 If I setup VLC -Video Flaschen , with width 256 and height 128 the Display keeps black, Trying to setup VLC Flaschen with width 256 and height 64 it works but only shows on channel 1 the first two display rows. Other apps like video-viewer or image viewer uses the whole display.

IMG_4594 IMG_4596

How can I get VLC stream with height above 64 pixel

hzeller commented 3 years ago

This sounds similar to #61 - essentially the default VLC has a limit in size of the image, but in the issue mentioned there is a link to a modified fork of VLC which allows larger images.