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
Original von mentox
Gibt es eigentlich schon eine loesung fuer die jenigen die diverse aufnahmen haben??
aktuell stuert bei mir xbmc immer ab wenn ich mit vollem aufnahme verzeichniss teste.. stelle ich ein leeren video ordner dem vdr hin gehts super
This post has been edited 1 times, last edit by "hepi" (Jun 14th 2009, 11:20am)
Quoted
Original von hepi
Hallo akku,
unable to load special://xbmc/xbmc/addons/pvr/VDR/resources/language/english/strings.xml
--> Problem habe ich genau wie Du
Hast Du VDR-IP und Port 2004 korrekt eingetragen? Firewall? streamdevhosts.conf erlaubt IP? Ansonsten teste doch mal streamdev via telnet, ob's funzt.
telnet 127.0.0.1 2004
STAT channels
QUIT


This post has been edited 1 times, last edit by "_akku_" (Jun 14th 2009, 12:09pm)
Quoted
Original von maro
@mentox:
Das ist kein Problem von XBMC, sondern von streamdev. Bei zu vielen Aufnahmen bekommt stremdev Puffer-Probleme. Ich hab das so elöst, dass streamdev immer 0 Aufnahmen zurückliefert - ich brauchs sowieso nicht.
|
|
Source code |
1 2 3 4 5 6 7 8 |
dominique-matzs-mac-mini:~ mentox$ telnet 192.168.0.2 2004 Trying 192.168.0.2... Connected to sun. Escape character is '^]'. 220 Welcome to Video Disk Recorder (VTP) LSTR Connection closed by foreign host. dominique-matzs-mac-mini:~ mentox$ |
|
|
Source code |
1 2 3 4 5 6 |
Jun 14 12:33:33 sun vdr: [7015] ERROR: streamdev: output buffer overflow (VTP) for 192.168.0.239:49282 Jun 14 12:33:33 sun vdr: [7015] ERROR: streamdev: output buffer overflow (VTP) for 192.168.0.239:49282 Jun 14 12:33:33 sun vdr: [7015] ERROR: streamdev: output buffer overflow (VTP) for 192.168.0.239:49282 Jun 14 12:33:33 sun vdr: [7015] ERROR: streamdev: output buffer overflow (VTP) for 192.168.0.239:49282 Jun 14 12:33:33 sun vdr: [7015] ERROR: streamdev: output buffer overflow (VTP) for 192.168.0.239:49282 Jun 14 12:33:33 sun vdr: [7015] ERROR: streamdev: output buffer overflow (VTP) for 192.168.0.239:49282 |
This post has been edited 1 times, last edit by "mentox" (Jun 14th 2009, 12:41pm)
|
|
Source code |
1 |
bool cConnectionVTP::CmdLSTR(char *Option) |
|
|
Source code |
1 2 3 4 5 6 7 |
else if (recordings) {
cRecording *recording = Recordings.First();
do {
Reply(recording == Recordings.Last() ? 250 : -250, "%d %s", recording->Index() + 1, recording->Title(' ', true));
recording = Recordings.Next(recording);
} while (recording);
}
|
This post has been edited 2 times, last edit by "hepi" (Jun 14th 2009, 7:45pm)



This post has been edited 1 times, last edit by "ebsi" (Jun 14th 2009, 8:43pm)
Quoted
Original von ebsi
Noch ein problem das mir aufgefallen ist, das der xbmc häufig abstürzt wenn ich von einem HD channel, in meinem fall ORF 1 HD, auf einen SD channel wechsel.
BTW: KEEP ON THAT GOOD WORK.
Quoted
Original von _akku_
Als ich mal die Tests gemacht hab mit dem VDPAU auch für SD-Kanäle, hat das dekodieren zwar funktioniert, aber das zappen darüber nicht (musste auch übers OSD den Channel auswählen). Was dann ganz schnell dazu geführt hat, dass ich den Patch wieder rückgängig gemacht hab. Also vermute ich hängts mit dem VDPAU zusammen.

This post has been edited 1 times, last edit by "ebsi" (Jun 14th 2009, 9:25pm)

[0x8922378]

This post has been edited 1 times, last edit by "hepi" (Jun 15th 2009, 11:24pm)