I've got xmltv2vdr 1.7 almost working on my Ubuntu Hardy box and it even seems
to be transferring the data. The problem is that it never ends up in the epg.
The file epg.data only ever contains the now/next data that it acquired from
the tv transmissions.
During the xmltv2vdr update I get lines like this:
110 event(s) sent for BBC FOUR
But where did it go? Any hints gratefully accepted
I have newly istalled Ubuntu 8.04 with ubuntu packaged vdr
1.6.0. Output is with libxineoutput-plugin.
System works fine, but after some time (many hours, don't know how
many) system stops receiving. Setting 'Min. User inactivity' is set to
zero, so system won't say anything about shutting down. It just stops
receiving, and selcting channel doesn't show any program. If there is
some timer for recording, on timer system does restart, and most
likely reloads DVB card drivers, and everything …
[View More]works. Also doing
restart from menu salvages system.
System has two DVB cards, one for DVB-C (Terratec Cynergy 1200C) (not
in use now, but used in final destination) and one DVB-T (Technisat
SkyStar2) for testing in my place.
Any idea what might be reason for this? How to solve problem?
--
M. Tavasti / tavasti(a)tavastisolutions.com / +358-40-5078254
[View Less]
Hello everyone,
I followed a german tutorial on how to install VDR with xine. It had
some patches for better h.264 playback, but when I tune to BBC HD, it's
still painfully slow, and the image is quite bad, too!
I compiled xine with the ffmpeg option (external ffmpeg or something)
but I never installed ffmpeg nor are there any instructions on how to do so.
I mean, I could compile ffmpeg eventually, I just need to know if I need
to apply any more patches or so ...
I installed ffmpeg from …
[View More]the repository, but it doesn't seem to have any
effect.
Thank you for your time,
Jelle De Loecker
[View Less]
Hey all,
Because I've been trying to get h.264 to work today, I tried to make
ffmpeg myself, and now I'm unable to compile xine-lib!
I completely removed my ffmpeg installation and all, it still won't
work. The problem must be with libpostproc or something, but I have
those files:
# ./autogen.sh --with-external-ffmpeg --disable-dxr3 && make && make
install && ldconfig
...
ipts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings
-Wpointer-arith -g -MT …
[View More]xineplug_post_planar_la-pp.lo -MD -MP -MF
.deps/xineplug_post_planar_la-pp.Tpo -c pp.c -fPIC -DPIC -o
.libs/xineplug_post_planar_la-pp.o
pp.c:35:27: error: postprocess.h: No such file or directory
pp.c:61: error: ‘PP_QUALITY_MAX’ undeclared here (not in a function)
pp.c:81: error: expected specifier-qualifier-list before ‘pp_context_t’
pp.c: In function ‘set_parameters’:
pp.c:92: error: ‘post_plugin_pp_t’ has no member named ‘lock’
pp.c:92: warning: passing argument 1 of ‘pthread_mutex_lock’ from
incompatible pointer type
pp.c:96: error: ‘post_plugin_pp_t’ has no member named ‘lock’
pp.c:96: warning: passing argument 1 of ‘pthread_mutex_unlock’ from
incompatible pointer type
pp.c: In function ‘get_help’:
pp.c:124: error: ‘pp_help’ undeclared (first use in this function)
pp.c:124: error: (Each undeclared identifier is reported only once
pp.c:124: error: for each function it appears in.)
pp.c:127: warning: format ‘%s’ expects type ‘char *’, but argument 4 has
type ‘struct xine_post_api_parameter_t *’
pp.c: In function ‘pp_init_plugin’:
pp.c:157: warning: ‘xine_xmalloc’ is deprecated (declared at
../../../include/xine/xineutils.h:606)
pp.c: In function ‘pp_open_plugin’:
pp.c:194: error: ‘PP_FORMAT_420’ undeclared (first use in this function)
pp.c:194: warning: assignment makes integer from pointer without a cast
pp.c:196: error: ‘PP_CPU_CAPS_MMX’ undeclared (first use in this function)
pp.c:196: error: invalid operands to binary |
pp.c:196: warning: statement with no effect
pp.c:198: error: ‘PP_CPU_CAPS_MMX2’ undeclared (first use in this function)
pp.c:198: error: invalid operands to binary |
pp.c:198: warning: statement with no effect
pp.c:200: error: ‘PP_CPU_CAPS_3DNOW’ undeclared (first use in this function)
pp.c:200: error: invalid operands to binary |
pp.c:200: warning: statement with no effect
pp.c:202: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:202: warning: statement with no effect
pp.c:203: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:203: warning: statement with no effect
pp.c:205: error: ‘post_plugin_pp_t’ has no member named ‘lock’
pp.c:205: warning: passing argument 1 of ‘pthread_mutex_init’ from
incompatible pointer type
pp.c: In function ‘pp_dispose’:
pp.c:232: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:233: error: implicit declaration of function ‘pp_free_mode’
pp.c:233: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:234: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:234: warning: statement with no effect
pp.c:236: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:237: error: implicit declaration of function ‘pp_free_context’
pp.c:237: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:238: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:238: warning: statement with no effect
pp.c: In function ‘pp_draw’:
pp.c:286: error: ‘post_plugin_pp_t’ has no member named ‘lock’
pp.c:286: warning: passing argument 1 of ‘pthread_mutex_lock’ from
incompatible pointer type
pp.c:288: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:296: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:297: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:299: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:299: error: implicit declaration of function ‘pp_get_context’
pp.c:299: warning: statement with no effect
pp.c:301: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:302: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:303: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:303: warning: statement with no effect
pp.c:307: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:308: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:308: error: implicit declaration of function
‘pp_get_mode_by_name_and_quality’
pp.c:309: warning: statement with no effect
pp.c:311: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:312: error: implicit declaration of function ‘pp_postprocess’
pp.c:316: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
pp.c:316: error: ‘post_plugin_pp_t’ has no member named ‘pp_context’
pp.c:319: error: ‘post_plugin_pp_t’ has no member named ‘lock’
pp.c:319: warning: passing argument 1 of ‘pthread_mutex_unlock’ from
incompatible pointer type
pp.c:321: error: ‘post_plugin_pp_t’ has no member named ‘pp_mode’
make[3]: *** [xineplug_post_planar_la-pp.lo] Error 1
make[3]: Leaving directory `/tmp/xine-lib-cvs-13-04-2008/src/post/planar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/xine-lib-cvs-13-04-2008/src/post'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/xine-lib-cvs-13-04-2008/src'
make: *** [all-recursive] Error 1
[View Less]
I have created a patch for reelchannelscan 0.6.1 and vdr-1.7.0.
I have substituted cDevice::Provides_S2 with true (I have a dvb-S2
card). It is not the correct way to do it but I did not know what to do....
I have changed some constants like PSK8, FEC_2_3, etc with other
constants I found in vdr that usually start with DVBFE. I hope it is
correct.
The plugin seems to work OK with DVB-S stations. When you ask it to scan
for HDTV it only returns DVB-S, not DVB-S2.
I would appreciate your …
[View More]help, in order to make this plugin work properly.
The attachment is compressed with bzip2.
Regards
Vagelis
[View Less]
Hello,
today, I received an intersting email with a link to
http://www.digitec.ch/?param=cms&wert=beamer-aktion_mai08
which also have (sorry in german) :
Sanyo PLV-Z2000
Der PLV-Z2000 von Sanyo bringt die Ära der digitalen Full HD-Projektion
in eine neue Preisklasse. Er begeistert mit einem Kontrastwert von
15'000:1 und der Auflösung von 1920x1080 Pixeln. Damit kann er selbst
kleinste Einzelheiten im Bild gestochen scharf wiedergeben. Um das
Objektiv vor Staub zu schützen, fährt beim …
[View More]Ausschalten des Projektors
eine Klappe vor die Linse. Dies ist insbesondere ein Vorteil, wenn das
Gerät an der Decke hängt und schwer erreichbar ist.
Den Sanyo PLV-Z2000 können wir Ihnen zu einem schweizweit einmaligen,
konkurrenzlosen Preis anbieten. Überzeugen Sie sich selbst!
Kontrastverhältnis 15'000:1
Bildhelligkeit 1200 ANSI Lumen
Auflösung 1920x1080, Full HD, 24p kompatibel
Seitenverhältnis 16:9
Technologie 3LCD-Panel (3x 0.7 TFT p-SI)
Lüftergeräusch 19dB (Eco Modus), 26dB (Normal-Mode)
Anschlüsse 2x HDMI (1.3a), Composite, Componente, VGA
Besonderheiten 2fach Weitwinkel-Zoom-Optik, Top-Bottom/Left-Right
Lensshift-Funktion
Garantie 3 Jahre
digitec-Preis CHF 1950.-
statt CHF 3999.-
What do you think about it ?
--
Grégoire FAVRE http://gregoire.favre.googlepages.comhttp://www.gnupg.orghttp://picasaweb.google.com/Gregoire.Favre
[View Less]
Thanks for all the answers regarding my questions.
So far I can understand my hardware is not adapted to what I want to do.
I will proceed to the following :
- Install 2 twin lnb's
- Install 2 disecq switches.
- Is diseqc switch 1 ok ? or do i need diseqc 2.0
As explain I have 1 FF card and one S2-3200. On one of my dishes I also
have a rotor.
- Can I still use it ? Is there already a valid rotor plugin for 1.7.0 ?
My target is to achieve to be able to look on one TV on the output of the
…
[View More]FF card, and on a other TV on a other broadcasting on a vdr-to-vdr client.
I assume thats possible with that configuration ?
Can I record a third broadcasting ? (concurrent recording)
Can I look at a third broadcasting on a second vdr-to-vdr or http client ?
Even if I don't need HD, do I need to use 1.7.0 version with my S2-3200 ?
thanks,
sp
[View Less]
Hy.
I dont understend why are you kep mantaining this
patch wen vdr-1.7.0 and all plugins should be evolving
on multiproto. Stop releasing this patch, keep it for you!!
Hy
Look at reel vdr comunity, they implement more API in
fronten.h to make use of their plugins and vdr.
Use vdr-1.6.0 for old API is nothing new to vdr-1.7.0
beside h264 and multiproto, and you think 150 is more,
I think not.
Hi list,
There's a new version of the DVB API wrapper patch. The new version is
compatible to the current multiproto drivers, and wraps the
DVBFE_SET_DELSYS call.
The new version is based on the vdr-1.7.0-multiproto-update.diff, and
probably works also with the vdr-1.7.0-h264-....diff.bz2 patch, both
from Reinhard Nissl. Chances are good that the patch will work with next
VDR-1.7.1 too.
The new version also introduces a new runtime detection feature: By
default, builds will detect at …
[View More]runtime whether the driver supports
multiproto, and will either use native multiproto drivers or the old API
wrapper.
Behavior can be configured in Make.config:
DEFINES += -DDVB_MULTIPROTO_RUNTIME=1
enables the runtime detection (default)
DEFINES += -DDVB_MULTIPROTO_RUNTIME=0
disables the runtime detection
DEFINES += -DDVB_MULTIPROTO_WRAPPER=1
enables the API wrapper (default on old DVB headers
and if runtime detection is enabled)
DEFINES += -DDVB_MULTIPROTO_WRAPPER=0
disables wrapper and runtime detection. Can be used
to compile multiproto without proper DVB headers.
(default on new DVB headers and runtime detection disabled)
Much of it is not completely tested, so reports are welcome.
Get it:
http://www.udo-richter.de/vdr/patches.en.html#dvb-api-wrapperhttp://www.udo-richter.de/vdr/patches.html#dvb-api-wrapper
Cheers,
Udo
_______________________________________________
vdr mailing list
vdr(a)linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
[View Less]