VDR Portal
Unread Threads
Recent Activities
-
lnj
Replied to the thread vdr-plugin-mpv VDR hängt nach Wiedergabeende.PostCompile mpv plugin and softhddevice with debugging, enable it in Makefile. And post all syslog and mpv log when you have problems. I will try to help you. -
clausmuus
Replied to the thread vdr-plugin-mpv VDR hängt nach Wiedergabeende.PostI use:
VDR 2.7.3
softhddevice 2.3.8 - https://github.com/ua0lnj/vdr-plugin-softhddevice.git - 2f2c041
mpv 1.7.4 - https://github.com/ua0lnj/vdr-plugin-mpv - 40d3ff1
The mpv setting is: "-b /data/video -a auto -v gpu -h gpu"
Actually I test it with online… -
lnj
Replied to the thread vdr-plugin-mpv VDR hängt nach Wiedergabeende.PostWhat version are you using, what settings of plugin are you running it with. The first versions had this problem. -
clausmuus
Posted the thread vdr-plugin-mpv VDR hängt nach Wiedergabeende.ThreadHallo,
ich habe beim mpv Plugin das Problem, dass der VDR meistens nach beenden der Wiedergabe hängen bleibt. Das äußert sich grundsätzlich in zwei Varianten:
- Der VDR Stürzt ab und wird dann vom Watchdog neu gestartet (passiert häufig bei nVidia… -
jojo61
Replied to the thread [iptv] m3u, stream, radio Erweiterung.Post[…]
Ich bin noch nicht tief genug in der Kodi Materie um das genauer zu beurteilen. Da der inputstream-adaptiv eine Lib ist, müsste es dazu eine API geben. Die API sollte in Kodi definiert sein und man könnte sie evtl. nutzen. Das ganze mal völlig… -
gggggg
Replied to the thread {2025} BM²LTS-v4.4.x - > DD-NET / EXIP / NetCeiver.PostDer A95L hat ein Samsung QD-OLED Panel.
Kodi kein HW-Decoding:
wenn ich Kodi per OSD starte werden die Decoding Optionen angezeigt u HW ist OK. flatpak run tv.kodi.Kodi
Wenn ich es über die FBD 3xDrücken starte keine Dec.Options u SW.
flatpak run… -
kls
Replied to the thread cStateKey::~cStateKey() called without releasing the lock first.PostDas Programm wurde per exit() verlassen, da ist nicht garantiert, dass alles sauber aufgeräumt wird. Daher das "cStateKey::~cStateKey() called without releasing the lock first". Ursache ist, dass der Watchdog-Timer abgelaufen ist, d.h. dass irgend etwas… -
Paulaner
Replied to the thread [skindesigner] Aktuelle Version.PostSorry, das ich mich solange nicht gemeldet habe!
Vielen Dank nochmal an kamel5 der den Fehler in meinem Skin gefunden hat!
Ich möchte hier nur kurz die Ursache für die Darstellungsfehler und die Lösung für mein Problem schildern.
Es kann ja sein, dass… -
MegaV0lt
Posted the thread <future> nötig oder nicht.ThreadIch habe im Code von Skin flatPlus mehrere Stellen , wo Timer abgefragt werden. Beispiel:
(Code, 13 lines)
Aber ein mal auch das:
(Code, 11 lines)
Bracht man das async zeugs? Ich verstehe den Nutzen in dem Fall nicht. -
MegaV0lt
Posted the thread cStateKey::~cStateKey() called without releasing the lock first.ThreadHab schon mindestens zwei mal die Meldung cStateKey::~cStateKey() called without releasing the lock first erhalten inklusive crash
Hier ein Logauszug:
(Code, 54 lines)
Keine Ahnung von wo das kommt. Ein Plugin oder VDR?
Gestern Abend passierte es, als der…