VDR Portal
Unread Threads
Recent Activity
jojo61 replied to the thread Problem mit Softhddrm: malloc(): unsorted double linked list corrupted.
Hast du das mal probiert ?
Kommentiere mal in drm.c in Zeile 636 den eglDestroySurface aus.
Der "stat" ist eingentlich völlig unkritisch. Meine einzige Vermutung ist, (da das plugin im deta alles löscht) das der VDR denkt das plugin kann das stat beantworten und der Pointer ins plugin ist aber weg.
stegro replied to the thread [ANNOUNCE] vaapivideo 1.2.0.
Wie sieht es bei euch aus, wenn dir das Plugin detached?
(Code, 3 lines)
bei mir bleibt dann das TV dunkel und die console kommt nicht mehr zurück.
das "atta" geht dann nicht mehr:
(Code, 3 lines)
Im log habe ich dann gefunden:
(Code, 4 lines)
Erst wenn ich "systemctl stop vdr" mache, kommt die console zurück.
stegro replied to the thread [ANNOUNCE] vaapivideo 1.2.0.
[…]
Genau, bei mir auch! Ich habe jetzt die Öffis in HD und die privaten in SD!
Ich habe mittlerweile auf ubuntu 26.04 upgegradet. damit lief es dann mit dem radeonsi Treiber.
carel replied to the thread plugin xineliboutput is using an old Makefile!.
I have it running rather stable with below settings in
/etc/vdr/plugins/xineliboutput/config
media.xvdr.num_buffers_hd:5000
media.xvdr.scr_tuning_step:1000
engine.buffers.audio_num_buffers:7000
engine.buffers.video_num_buffers:5000
engine.buffers.video_num_frames:50
Edit the file only when sxfe is not running!
[…]
I think this work with sxfe, just try ;)
stegro replied to the thread Problem mit Softhddrm: malloc(): unsorted double linked list corrupted.
[…]
Erster Fehler ist weg.
Musste nun noch in Zeile 5679 das casting wieder einbauen (auch von Seahawks ppa übernommen)
.priv = (void *)(uintptr_t)VideoWindow,
Ich habe mittlerweile auf Ubuntu 26.04 ein upgrade gemacht.
Ich stelle fest, dass der Fehler immer kommt, wenn man mit "stat" zu früh das plugin abfragt.
jojo61 replied to the thread Problem mit Softhddrm: malloc(): unsorted double linked list corrupted.
Ich hatte am Wochenende ein PR übernommen der eigentlich nur die Source formatierung verbessern sollte. Hmm....
Mach mal aus der zeile 2401 ein : struct pl_fmt_t *fmt;
baben_j replied to the thread plugin xineliboutput is using an old Makefile!.
Hallo,
vielen Dank für den Hinweis auf die alte Version vom Plugin xineliboutput.
Ich habe nun die aktuelle Version vom Plugin xineliboutput 2.3.0 [URL:https://sourceforge.net/projects/xineliboutput/files/xineliboutput/] und konnte damit das Plugin erstellen.
Ausgabe von "./configure"
(Code, 59 lines)
Dazu habe ich noch eine Frage:
Mit dem Plugin xineliboutput möchte ich das Fernsehbild über die entsprechende Grafikkarte (externe oder über die CPU) anzeigen.
Den VDR starte ich mit:…
stegro replied to the thread Problem mit Softhddrm: malloc(): unsorted double linked list corrupted.
[…]
Habe gerade gesehen, dass libplacebo zweimal im plugin referenziert ist. (in Seahawks ppa). Ist da normal?
ldd libvdr-softhddrm.so.11 | grep placebo
libplacebo.so.349 => /lib/x86_64-linux-gnu/libplacebo.so.349 (0x00007159f7e00000)
libplacebo.so.338 => /lib/x86_64-linux-gnu/libplacebo.so.338 (0x00007159ece00000)
Ich habe darauf hin libplacebo selber gebaut/installier und softhddrm aus deinem git ausgecheckt.
leider bekomme ich, obwohl im Makefile DRM=1 und LIBPLACEBO_GL=1 ist:…
kls replied to the thread LOCK_TIMERS_READ und 'invalid lock sequence' in Flush().
Das mit Message() vs. QueueMessage() ging etliche Male hin und her:
- Improved error handling in the editing process; message prompt at the end of editing process
- Changed several calls to Skins.Message() in vdr.c to Skins.QueueMessage() in order to avoid a black screen while such a message is displayed in case the channel will be switched
- Changed the calls to Skins.QueueMessage() in vdr.c that are related to reporting the status of the editing process back to Skins.Message() in order to…
FJe replied to the thread neuinstalltion nach fehlschlag nötig.
Und hier die weitere Entwicklung:
Splash / plamouth:
vdr3 und vdr4 (beide 24.04.4 mit Intel CPU) verhalten sich unterschiedlich, quiet splash aus der grub_cmd_line_default entfernt, beim N100 System ist bei booten UND shutdown KEIN spalsh zu sehen, beim NUC ist beim shutdown immer noch ein splash zu sehen.
Stabilität:
der vdr3 mit dem hwe Kernel 6.17 hat immer noch Probleme mit shutdown gehabt. Habe dann snap-firefox und snapd entfernt und firefox als deb installiert sowie den avahi.linker…