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 gda
Quoted
Original von durchflieger
Falls Ihr Probleme mit stockender Videowiedergabe bei aktiven grabbing habt dann setzt mal die Queuelänge um eins höher. Hierzu neues Parameter video.output.vdpau_display_queue_length verändern.
Das hilft tatsächlich, das Ruckeln, während die Fernbedienung im Live-Plugin aktiv ist, ist weg.
Danke durchflieger.
Gerald
Quoted
Original von durchflieger
Ich setze zur Zeit xine-vdpau r275 + xineliboutput 1.0.4 + nvidia 185.18.40 mit vdpau_display_queue_lenghth = 4 ein.
Ich habe den Eindruck das die Videowiedergabe generell damit wieder so flüssig läuft wie noch zu Zeiten mir r262 und 180.51.
This post has been edited 1 times, last edit by "gda" (Jul 18th 2009, 12:40pm)
Quoted
Original von gda
Quoted
Original von durchflieger
Ich setze zur Zeit xine-vdpau r275 + xineliboutput 1.0.4 + nvidia 185.18.40 mit vdpau_display_queue_lenghth = 4 ein.
Ich habe den Eindruck das die Videowiedergabe generell damit wieder so flüssig läuft wie noch zu Zeiten mir r262 und 180.51.
Mit r273 und 185.18.14 habe ich ganz schlechte Erfahrungen gemacht. Meinst du r275 reißt es wieder heraus? 185.18.40 kenne ich noch gar nicht.
Gerald
|
|
Source code |
1 2 |
Beitrag 21 von hos_me ganz unten: Link entfernt. |
This post has been edited 2 times, last edit by "Gerdchen03" (Jul 21st 2009, 9:44am)
|
|
Source code |
1 2 |
[6702] [vdr-fe] fe_grab: grabbing failed (unsupported image format 1095779414) Improper call to JPEG library in state 100 |
Quoted
... kommen bloß Fehlermeldungen.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
root@VDR-1:/usr/local/src/vdr-1.7.8/PLUGINS/src/xineliboutput# patch –p0 <xineliboutput-head-vdpau-support-v8.diff patching file –p0 Patch attempted to create file –p0, which already exists. Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file –p0.rej patching file config.c Hunk #1 FAILED at 434. Hunk #2 FAILED at 563. Hunk #3 FAILED at 845. 3 out of 3 hunks FAILED -- saving rejects to file config.c.rej patching file config.h Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 322 (offset 1 line). can't find file to patch at input line 98 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |diff -Naurb -x '.[a-zA-Z]*' -x CVS -x debian xineliboutput-head-orig/po/de_DE.po xineliboutput-head/po/de_DE.po |--- xineliboutput-head-orig/po/de_DE.po 2009-01-08 11:58:33.000000000 +0000 |+++ xineliboutput-head/po/de_DE.po 2009-07-15 16:09:42.000000000 +0000 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 2 out of 2 hunks ignored patching file setup_menu.c Hunk #1 succeeded at 586 (offset -4 lines). Hunk #2 succeeded at 845 (offset -6 lines). patching file xine_frontend.c Hunk #1 succeeded at 1837 with fuzz 2 (offset 68 lines). Hunk #2 FAILED at 1929. 1 out of 2 hunks FAILED -- saving rejects to file xine_frontend.c.rej patching file xine_frontend_main.c patching file xine_post_autocrop.c Hunk #2 FAILED at 41. Hunk #3 FAILED at 208. Hunk #4 FAILED at 254. Hunk #5 FAILED at 717. Hunk #6 FAILED at 761. Hunk #7 FAILED at 998. Hunk #8 FAILED at 1076. Hunk #9 FAILED at 1088. Hunk #10 FAILED at 1104. Hunk #11 FAILED at 1112. Hunk #12 FAILED at 1174. Hunk #13 FAILED at 1206. Hunk #14 FAILED at 1215. Hunk #15 FAILED at 1416. Hunk #16 FAILED at 1436. Hunk #17 FAILED at 1517. Hunk #18 FAILED at 1576. Hunk #19 FAILED at 1605. Hunk #20 FAILED at 1632. Hunk #21 FAILED at 1661. Hunk #22 FAILED at 1683. Hunk #23 FAILED at 1720. Hunk #24 FAILED at 1735. 23 out of 24 hunks FAILED -- saving rejects to file xine_post_autocrop.c.rej |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|--- xineliboutput-head-orig/config.c |--- xineliboutput-head-orig/config.h |--- xineliboutput-head-orig/po/de_DE.po |--- xineliboutput-head-orig/setup_menu.c |--- xineliboutput-head-orig/xine_frontend.c |--- xineliboutput-head-orig/xine_frontend_main.c |--- xineliboutput-head-orig/xine_post_autocrop.c |
|
|
Source code |
1 |
cvs -z3 -d:pserver:anonymous@xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput co vdr-xineliboutput |
Quoted
Original von Gerdchen03
-p0 scheint zu stimmen. Andernfalls kommen jede Menge Hunks
Quoted
Original von Gerdchen03
![]()
Source code
1 2 3 root@VDR-1:/usr/local/src/vdr-1.7.8/PLUGINS/src/xineliboutput# patch –p0 <xineliboutput-head-vdpau-support-v8.diff patching file –p0 Patch attempted to create file –p0, which already exists.
|
|
Source code |
1 2 |
[4192] [vdr-fe] fe_grab: grabbing failed (unsupported image format 1095779414) Improper call to JPEG library in state 100 |
This post has been edited 1 times, last edit by "Gerdchen03" (Jul 21st 2009, 3:20pm)
This post has been edited 1 times, last edit by "vyu" (Jul 22nd 2009, 2:49pm)