Project

General

Profile

Actions

Feature #1625

closed

markad nicht sofort starten

Added by MegaV0lt over 10 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11/21/2013
Due date:
% Done:

100%

Estimated time:

Description

Ich habe seit der Umstellung auf HD immer wieder VDSB zu beginn einer Aufnahme. Ich habe schon distribution und Hardware getauscht, sc gegen dvbapi und so weiter. Jetzt habe ich zuletzt vor ein paar Wochen im markad Source eine einsekündige Pause eingebaut, damit nicht sofort auf das Aufnahmeverzeichnis zugegriffen wird. Bis jetzt hatte ich kein VDSB mehr.

Nov 21 16:15:01 [vdr] [2834] CAM 2: assigned to device 2
Nov 21 16:15:01 [vdr] [2834] switching device 2 to channel 1
Nov 21 16:15:01 [vdr] [2834] timer 86 (1 1615-1820 'Ruby Sparks - Meine fabelhafte Freundin') start
Nov 21 16:15:01 [vdr] [2834] Title: 'Ruby Sparks - Meine fabelhafte Freundin' Subtitle: 'Liebeskomödie'
Nov 21 16:15:01 [vdr] [2834] executing '/tmp/vdr/vdr_record before "/video/Ruby_Sparks_-_Meine_fabelhafte_Freundin/2013-11-21.16.15.1-0.rec"'
Nov 21 16:15:01 [G2V vdr_record] 2013-11-21 16:15 /tmp/vdr/vdr_record before /video/Ruby_Sparks_-_Meine_fabelhafte_Freundin/2013-11-21.16.15.1-0.rec
Nov 21 16:15:01 [G2V vdr_record] Markad activated - noad ignored
Nov 21 16:15:01 [vdr] [2834] record /video/Ruby_Sparks_-_Meine_fabelhafte_Freundin/2013-11-21.16.15.1-0.rec
Nov 21 16:15:01 [vdr] [2834] creating directory /video/Ruby_Sparks_-_Meine_fabelhafte_Freundin
Nov 21 16:15:01 [vdr] [2834] creating directory /video/Ruby_Sparks_-_Meine_fabelhafte_Freundin/2013-11-21.16.15.1-0.rec
Nov 21 16:15:01 [G2V g2v_rec_msg.sh] Ruby Sparks - Meine fabelhafte Freundin: Waiting for directory...
Nov 21 16:15:01 [vdr] [2834] recording to '/video/Ruby_Sparks_-_Meine_fabelhafte_Freundin/2013-11-21.16.15.1-0.rec/00001.ts'
Nov 21 16:15:01 [vdr] [9050] recording thread started (pid=2834, tid=9050, prio=high)
Nov 21 16:15:01 [vdr] [2834] DVBAPI: 1.0 set CAM decrypt (SID 131, caLm 4, HasCaDescriptors 1)
Nov 21 16:15:01 [vdr] [9051] receiver on device 2 thread started (pid=2834, tid=9051, prio=high)
Nov 21 16:15:01 [vdr] [9052] TS buffer on device 2 thread started (pid=2834, tid=9052, prio=high)
Nov 21 16:15:02 [vdr] [2834] markad: executing "/usr/bin"/markad  -v  -I  --pass1only  -R  -l "/var/lib/markad" --online=2 before "/video/Ruby_Sparks_-_Meine_fabelhafte_Freundin/2013-11-21.16.15.1-0.rec" 
Nov 21 16:15:02 [G2V g2v_rec_msg.sh] Aufnahme: Ruby Sparks - Meine fabelhafte Freundin
Nov 21 16:15:03 [vdr] [2834] connect from 127.0.0.1, port 49836 - accepted
Nov 21 16:15:03 [vdr] [2834] SVDRP message: 'Aufnahme: Ruby Sparks - Meine fabelhafte Freundin'
Nov 21 16:15:03 [vdr] [2834] info: Aufnahme: Ruby Sparks - Meine fabelhafte Freundin

Im Log sieht man, dass markad eine Sekunde später startet... Ich habe zwei Änderungen im Source gemacht. Ich denke Schaden kann das auf keinen Fall und ich habe wohl zu 99% nach zwei Jahren endlich keine VDSB mehr bei Aufnahmestart.

Kannst Du das bitte anschauen und einbauen, wenn das in Ordnung ist?

markad.cpp Zeile 234

bool cPluginMarkAd::ReadTitle(const char *Directory)
{
+    usleep(1000000); // TERST VDSB - 1 Sek
    memset(&title,0,sizeof(title));
    char *buf;

status.cpp Zeile 90
                                   logodir,Direct ? "-O after" : "--online=2 before",
                                   FileName);
+    usleep(1000000); // TEST VDSB - 1 Sekunde (1.000.0000)
    if (SystemExec(cmd)!=-1)
    {

Actions #1

Updated by Joe_D over 7 years ago

  • Status changed from New to Closed
  • Target version set to 0.1.5
  • % Done changed from 0 to 100

Ins aktuelle GIT aufgenommen!

Actions

Also available in: Atom PDF