Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
vdr-1.3.33-bigpatch-test1 LiveBuffer 0.1.2 Edition 25.09.2005
LiveBuffer Patch aktualisiert auf Version 0.1.2
showdetails Patch entfernt
Director Plugin Patch entfernt, die Funktionalität ist nun in VDR enthalten, allerdings benötigt die aktuelle Version des Plugins nun einen Patch. * Noch nicht im Archiv enthalten! *
This post has been edited 1 times, last edit by "Sledge Hammer" (Sep 25th 2005, 8:43pm)

Quoted
Original von tarandor
Warum ist eigentlich der NoEPG-Patch seit 1.3.32 nicht mehr dabei?
Quoted
There is currently a problem if your video directory is not named /video (the default). As a quick workaround you could change the line
updateFileName = strdup(AddDirectory(VideoDirectory, ".update"));
to
updateFileName = strdup(AddDirectory("/video00", ".update"));
in recording.c (assuming your video directory is named /video00).
Klaus
Quoted
Original von Frank99
@Sledge Hammer
Sind die Meldungen "SetBrokenLink: no GOP header found in video packet" immer noch komplett weg bei dir?
Quoted
Originally posted by Frank99
Ja das scheint ein Bug in der neuen VDR Version zu sein, das schrieb Klaus heute:
Quoted
There is currently a problem if your video directory is not named /video (the default). As a quick workaround you could change the line
updateFileName = strdup(AddDirectory(VideoDirectory, ".update"));
to
updateFileName = strdup(AddDirectory("/video00", ".update"));
in recording.c (assuming your video directory is named /video00).
Klaus
Frank
This post has been edited 1 times, last edit by "CKone" (Sep 27th 2005, 4:42pm)