Search found 1318 matches

by Rings
Wed Jan 03, 2024 6:20 pm
Forum: Bugs - Linux
Topic: [Done] 4.0 b2 and now 4.10b2 Linux - PlayMovie is not working
Replies: 12
Views: 19683

Re: [Done] 4.0 b2 and now 4.10b2 Linux - PlayMovie is not working

Fred wrote: Wed Jan 03, 2024 4:04 pmAnd it worked :P
donation done ;)
by Rings
Wed Jan 03, 2024 2:43 pm
Forum: Bugs - Linux
Topic: [Done] 4.0 b2 and now 4.10b2 Linux - PlayMovie is not working
Replies: 12
Views: 19683

Re: [Done] 4.0 b2 and now 4.10b2 Linux - PlayMovie is not working

i bet fred changed movielib to a "vlc one"
to eliminate this 16 year old bug ;)
by Rings
Mon Dec 11, 2023 6:14 pm
Forum: Coding Questions
Topic: LOFi list thread safe needed
Replies: 5
Views: 565

Re: LOFi list thread safe needed

thx @idle, i'm on it now.
i will post some stuff later
by Rings
Mon Dec 04, 2023 1:37 pm
Forum: Coding Questions
Topic: LOFi list thread safe needed
Replies: 5
Views: 565

LOFi list thread safe needed

For a project I need, among other things, a thread-safe variant of a LOFI list. So get the last element out and add the newest element at the end of the list. The whole thing must be thread-safe because I fill the list from one thread and remove the oldest element (last) from another for editing. Ev...
by Rings
Tue Oct 31, 2023 4:47 pm
Forum: Coding Questions
Topic: Showing a Sprite (or similar) over a Movie ?
Replies: 2
Views: 281

Showing a Sprite (or similar) over a Movie ?

Since "Rendermovieframe" is gone (since ages) it seems that there is no method/way to paint a sprite,png or text over a movie (or beside a movie would also work) If anyone has a working solution, it could save me time and a lot of hairs. PS: I'm running linux mint on the targetmachine, so ...
by Rings
Tue Oct 31, 2023 4:01 pm
Forum: Linux
Topic: movie library
Replies: 7
Views: 1455

Re: movie library

And so I'm almost done with xine. libxine2-dev has only libxine2-bin as a dependency and this is obviously not enough to work, but oddly enough to compile successfully. You need to additionally install libxine2.deb and libxine2-x.deb. After that the video playback starts. !!! linux Mint 21.2 -xfce-...
by Rings
Tue Sep 19, 2023 3:25 pm
Forum: Tricks 'n' Tips
Topic: libVLC in pb (Windows Only)
Replies: 27
Views: 9458

Re: libVLC in pb

anyone did a port for linux ?
by Rings
Fri Jan 06, 2023 7:21 pm
Forum: Off Topic
Topic: Spam Posts
Replies: 36
Views: 8287

Re: Spam Posts

atack cleared for the first time
by Rings
Thu Nov 03, 2022 5:26 pm
Forum: Off Topic
Topic: Spammers
Replies: 12
Views: 1016

Re: Spammers

In a first step, I deleted all users with Post=0 and where a strange website was stored.
But only 3-4 months back.

There were about 30-40 of them.

Spaminator is Back :)
by Rings
Mon Aug 15, 2022 2:59 pm
Forum: Off Topic
Topic: Delete spam users
Replies: 7
Views: 908

Re: Delete spam users

idle wrote: Sun Aug 14, 2022 11:53 pm yes there's a lot of zombie accounts, mods can only ban users though.
i deleted a lot of "0-post" -users , who never logged in after 2021.
by Rings
Thu Mar 31, 2022 3:20 pm
Forum: General Discussion
Topic: Is PB using zlib?
Replies: 29
Views: 3023

Re: Is PB using zlib?

imho is that png support is also using zlib ....
by Rings
Wed Dec 29, 2021 10:44 am
Forum: Raspberry PI
Topic: Userspace Raspberry Pi library for controlling WS281X LEDs.
Replies: 13
Views: 4206

Re: Userspace Raspberry Pi library for controlling WS281X LEDs.

just an aside we can also use pigpio from userspace. via importing -lpigpiod_if2 To run make sure the pigpio daemon is running sudo pigpiod sudo is not required to run programs linked to pigpiod_if2 For examples see x_pigpiod_if2.c within the pigpio archive file. I would recommend using it for PWM ...
by Rings
Tue Dec 28, 2021 8:09 pm
Forum: Raspberry PI
Topic: Serial Ports, IO-Ports, I2C and the use of PIGPIO Library
Replies: 15
Views: 6087

Re: Serial Ports, IO-Ports, I2C and the use of PIGPIO Library

infratec wrote: Wed Dec 15, 2021 7:39 pm Try this:

Code: Select all

;
; https://abyz.me.uk/rpi/pigpio/cif.html
;
; https://github.com/joan2937/pigpio/blob/master/pigpio.h
;
....
....
thx, exactly i was looking for
by Rings
Tue Dec 28, 2021 8:07 pm
Forum: Raspberry PI
Topic: Serial Ports, IO-Ports, I2C and the use of PIGPIO Library
Replies: 15
Views: 6087

Re: Serial Ports, IO-Ports, I2C and the use of PIGPIO Library

infratec wrote: Thu Dec 16, 2021 7:58 am Maybe it is more 'direct' to use the following:

https://iwer.info/article/Elektrotechni ... index.html

It's in german, so you may need a translator.
very very very deep in the hardware,
thx for th article.....