Hi,
I wrote a patch to Steve Toth hvr3000 repository, so my FlyDVB Trio can use
multiple frontend.
So I get:
/dev/dvb/adapter0/demux0
/dev/dvb/adapter0/demux1
/dev/dvb/adapter0/dvr0
/dev/dvb/adapter0/dvr1
/dev/dvb/adapter0/frontend0
/dev/dvb/adapter0/frontend1
/dev/dvb/adapter0/net0
/dev/dvb/adapter0/net1
The bus of the two frontend is shared, isn't possible to get access to both
frontend simultaneously, so I get an -EBUSY error by trying accessing
frontend1 if frontend0 is …
[View More]in use.
VDR doesn't support yet the second frontend, and it try to get exclusive
access on both frontend on start, so the second frontend is inusabile.
Vdr should probe for multiple frontend at start, and access frontend only on
channel change.
Please can someone give me an help to wrote a patch for this issue?
Best Regards,
Eddi
[View Less]
Hi,
I'm pleased to announce maintenance release 0.9.4. You can
find it on my homepage as usual:
http://home.vr-web.de/~rnissl
Excerpt from HISTORY:
2011-03-16: Version 0.9.4
- The contained xine-lib-1.1 patch is outdated but might still
work. The patch will get updated in 0.9.5.
- A couple of xine-lib-1.2 patches is still waiting to get
commited. vdr-xine-0.9.4 should be able to work without them.
- Fixed a couple of things in xine-lib-1.2 and VDPAU.
- Fixed compilation for VDR-…
[View More]1.2.x and VDR-1.6.x.
- Updated Makefile to VDR-1.7.17.
- Added support for VDR-1.7.17s TrueColor OSD.
- Added support for VDR-1.7.12s changed PCR handling.
- Added support for VDR-1.7.11s semantic of MakePrimaryDevice.
- Resolved a segfault regarding VDR-1.7.x and cutting marks in
radio recordings (thanks to Joachim Wilke for providing a
fix).
- Included Lithuanian translation (thanks to Valdemaras
Pipiras).
- Included Slovak translation (thanks to Milan Hrala).
- Included Chinese and Taiwanese translations (thanks to
NanFeng).
- Fixed MANUAL about centre_cut_out_mode (thanks to Vorg on
#xine-vdpau).
Enjoy.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de
[View Less]
hello
your second patch doesn't work : no sound on eac3 channel
if you want there is a sample of vdr hd-eac3 recording here:
http://dl.free.fr/ew4rJddM8
103mo
else , i don't know what mailing-list is the more indicate for debuging
the vdr or xine-dev mailing-list ?
Hello,
I have adapted the standalone "redbutton" program
(http://redbutton.sourceforge.net/) into a plugin for VDR. This allows
me to view the "Redbutton" data service broadcast by the BBC.
This is a preliminary version of the plugin and it is not robust enough
for general use, but if anyone would like to experiment with it, the
source code can be downloaded from http://pond-weed.com/redbutton/
Regards,
John Williams
Hello,
Any current vdr doesn't respect valid dvb device frequency ranges.
Here on a EPG-Scan it's generate many messages on syslog, like :
DVB: adapter 0 frontend 0 frequency 177500000 out of range
(470000000..860000000)
DVB: adapter 0 frontend 0 frequency 177500000 out of range
(470000000..860000000)
DVB: adapter 0 frontend 0 frequency 177500000 out of range
(470000000..860000000)
Any of my three DVB-T devices have different frequency ranges,
and the primary device can't receive VHF-…
[View More]channels.
frontend 0:0 frequency range 470000000..860000000
frontend 1:0 frequency range 51000000..858000000
frontend 2:0 frequency range 177000000..858000000
Therefore i attach a simple patch to check provided frequency ranges of
used dvb-t device driver.
Andreas
[View Less]
Hi,
I created two timers:
5:S19.2E-1-1101-28106:2011-02-26:1330:1500:50:99:Das Traumhotel - Afrika:
9:S19.2E-1-1079-28006:2011-02-26:1300:1500:10:99:Wintersport:
The second timer was recorded for the complete time. The first Timer
was ignored, in spite of the higher priority.
This is related to VPS: A VPS timer seems to be ignored as long as
other recorings block the devices. In this logic, the priority of the
recoring is ignored.
Note: For this test, I started VDR with --device=0 so only …
[View More]one device
is used. I used no patch (plain 1.7.16) and only one plugin
(dvbsddevice).
Regards, Markus
[View Less]
Does anyone know whether the eepg plugin should "just work" with the Huffman
encoded EPG broadcast on Freeview (DVB-T) HD channels in the UK? (Someone
mentioned it on here a week or so back.)
I'm pretty sure the EPG data is encoded in exactly the same way as it is on
Freesat, i.e. DVB-S, and eepg can decode that EPG. I'm trying to work out
whether it should currently be able to do it (and I need to configure something
before it'll work), or whether I should try to add support for it. A …
[View More]quick
scan of the source code looks like the terms "freesat" and "freeview" are used
interchangably in it.
Currently, I have completely garbled EPG on HD channels! I can add decoded EPG
grabbed via xmltv but the EPG gets overwritten with the garbled version.
(What's vdr's policy on EPG data added through SVDRP, etc., being overwritten
by data from the EIT?)
Cheers,
Laz
[View Less]
Hi,
I wrote a simple plugin for listing duplicate recordings. User can also show
recording descriptions and delete recordings. The plugin is based on the
recording menu of VDR. The comparison algorithm is quite simple, but is
seems to work quite well for my recordings.
The plugin can be downloaded from:
http://www.tolleri.net/vdr/
Regards,
Timo