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]
Hello
My v 1.6.0 system has 2x Alphacrypt multi-CAMs.
Occasionally one of the CAMs seems to "crash" and if I go into Setup > CAM
one of the CAMs changes from "Alphacrypt" to "CAM Ready" - and will no
longer decrypt channels. I then correspondingly get a bunch of timer
conflicts, as 1/2 my CAM resources have vanished. Only ever one CAM fails,
never both.
I rectify this by selecting the CAM, and then hitting "reset" (sometimes a
couple of times) - and it comes back.
Unless I go into …
[View More]the Setup > CAM menu, I'm unaware that the CAM has
"crashed".
My request is......
Is there a way I can either
1)Automatically reset a CAM if it falls into this state
or
2)Be notified, by generating a console/kernel message, so I can know to come
in and fix this.
Any ideas?
[View Less]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello list.
As the subject already says, this is about VDR portability, or how to get
VDR up and running on a FreeBSD system.
In times where we have such really nice plugins like softdevice and
streamdev, we no longer need real MPEG2 or DVB hardware in a VDR system.
As i want to use my FreeBSD systems to watch TV or play VDR recordings i
decided to give porting VDR to FreeBSD a try.
Attached you can find the results.
In short terms: It simply …
[View More]works!
The only missing feature right now is, starting VDR as root and switching
to another user (-u command line option).
For now it is possible to watch any recording made by a VDR with real
hardware if the video directory is directly accessible over the network
(mountable by the client) or the use the streamdev plugin to stream VDR to
VDR.
All tests where done using a Linux system with two FF-DVB-S devices,
streamdev-server plugin and NFS exported video directory plus a wired and
a wireless FreeBSD-7.0 client running VDR with streamdev-client and
softdevice plugin.
As far as i could test the whole setup until now, everything works the
same way on FreeBSD as it does under Linux and i now have real
channel-hopping.
The patches are made in a way that a patched VDR will still compile under
Linux. Every modification, to the source or to the Makefiles is ifdef'd
out. So unless you say you want to compile VDR for FreeBSD you have an
unmodified version of source.
In case the ML software strips the attachments, the files are also
available for download at: ftp://ftp.frm2.tum.de/pub/jpulz/VDR/
Thoughts or comments from others are welcome.
regards
Joerg
- --
The beginning is the most important part of the work.
-Plato
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
iD8DBQFH0Dy8SPOsGF+KA+MRAmVBAJ9Tzfxg0zWNN/fEX8vfeMOW2muvSACgivha
raTzC4R92jZ+Petp9Mqwr9E=
=f08n
-----END PGP SIGNATURE-----
[View Less]
Hi guys, do any of you have information with regards to Dual DVB-S2
Tuners on a PCI or preferably a PCI-E type card working on vdr?
I did have a look on http://www.linuxtv.org/wiki/index.php/DVB-S2_PCIe_Cards
But only mentions 2 and they seem to be a rare find. Well at least where I live.
Does anybody else know of working DVB-S2 cards for Linux? I did find
plenty of Hybrid/Dual type cards but they seem to be supporting DVB-T
+ DVB-S/S2 and not even both at the same time :(
Any advice would …
[View More]be appreciated.
Thanks,
Theunis
[View Less]
Hi,
I have an USB DVB-C card (Reddo dvb-c, actually a relabelled Tongshi
box), which works very well with the current Linux driver excluding
channels with QAM-256 modulation. Would it be easy to check
FE_CAN_QAM_256 in vdr before trying to use a device to tune to a
particular channel? In such a case I could deactivate FE_CAN_QAM_256 in
the drivers. I am using VDR 1.7.9, if it makes a difference.
Of course at the moment the proper solution would be to modify the
channels.conf to se a …
[View More]preselected card to tune to a particular channel,
but in this case there are two drawbacks with it. 1) I have more than
one card that I can use for QAM-256 channels and would like to use them
all, and 2) channels woth QAM-256 are also encrypted and I have yet to
figure out how to set both the CA code and the number of the card in the
"Conditional access" parameter in the channels.conf.
Actually now that I think of it... How about separating the explicit
card selection and conditional access by introducing a new paremeter in
the channels.conf that could be used to preselect the card(s) that can
tune to the selected channel?
-Petri
[View Less]
El Viernes, 13 de Marzo de 2009, H. Langos escribió:
> Hi,
>
> I just installed vdr and vdradmin-am on Debian lenny and it seems that two
> years down the road the problem still exists. (Though in a more subtle way)
>
> I even tried the 3.6.4-1 from debian testing and still the pages have
> this in the head section:
>
> meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"
>
> My system default locale is en_US.UTF-8
> # cat /etc/default/…
[View More]locale
> LANG="en_US.UTF-8"
>
> Only switching to something like de_DE.UTF-8 seems to fix the problem.
> Seems like gettext('ISO-8859-1') is not the best way of handling
> encodings after all.
>
> Anyway, isn't it time to make a move towards a default UTF-8?
>
> cheers
> -henrik
>
> PS: I'm not subscribed to vdr or vdradmin-am. So please CC me.
In my case the problem is that the directory where the UTF8 locale is stored
is:
/usr/share/locale/es_ES.utf8/
if I change to:
/usr/share/locale/es_ES.UTF8
All work ok.
Jose Alberto
>
> On Thu, Jan 01, 1970 at 12:00:00AM +0000, Jose Alberto Reguero wrote:
> > El Mi?rcoles, 28 de Marzo de 2007, Lucian Muresan escribi?:
> > > Jose Alberto Reguero wrote:
> > > > El Martes, 27 de Marzo de 2007, Harald Milz escribi?:
> > > >> Hi,
> > > >>
> > > >> is anyone working on a UTF-8 version of VDRadmin-AM? I'm using vdr
> > > >> with the UTF8 patch (de and ru) and need to always select UTF8
> > > >> manually in the browser to avoid seeing the ? stuff. Looking at the
> > > >> html files in template/default/, I see everything is hardcoded in
> > > >> iso-8859-1, but that should be a configuration option. Setting
> > > >> LANG=de_DE.utf8 doesn't help, it is silently ignored.
> > > >>
> > > >> Anyone?
> > > >>
> > > >> THX.
> > > >
> > > > I run:
> > > >
> > > > sed -i -e s/ISO-8859-1/UTF-8/g *.html
> > > >
> > > > in the template/default/ directory.
> > >
> > > Andreas Mair already adopted my UTF-8 patch for the vdradmin locales,
> > > months and versions ago. It patches the makefile and adds targets for
> > > generating the UTF-8 locales out of the stock ones. For more info,
> > > check this thread:
> > > http://www.linuxtv.org/pipermail/vdr/2006-July/010116.html
> > >
> > > Regards,
> > > Lucian
> >
> > I use make.sh utf8add and make.sh po but the html files in
> > template/default/ still have references to ISO-8859-1, as Harald Milz
> > says, and firefox put the encoding to ISO-8859-1. That is with
> > vdradmin-am-3.5.3.
> >
> > Jose Alberto
[View Less]
Hello,
graphlcd seems to not having been updated for a really long time...
Is there something else (I like to use my Logitech G15 LCD keyboard).
Thank you very much,
--
Grégoire Favre, Chemin de Mallieu 15, 1009 Pully, +41 21 550 61 93
prof -> Gymnase de Chamblandes, Avenue des Désertes 29, 1009 Pully
sip -> 310546(a)sip.freesip.ch / gsm -> +41 78 765 65 00
http://www.gycham.vd.ch/~greg / netvoip.ch : +41 21 544 77 44
Hello all,
I'm leaving the DVB-S world for now due to low available content in my area.
Hence I will not be able to maintain anything related.
Any one is willing to take the ownership of scan-s2 application?
Thanks.
Hi!
I got a problem with reception of DW-TV on Hotbird.
DW-TV EUROPA;Deutsche
Welle:11604:h:S13.0E:27500:1000:1001,1002:1003:0:607:318:15500:0
If I switch first time to this channel, I get a picture for short time
then vdr retunes to the channel and after that vdr thinks the channel is
encrypted because one of the audiostreams seems to be encrypted.
I'm using vdr 1.3.25 and can't use any newer version, as i'm forced to
use kernel 2.4 on this version.
Can anybody tell me how to this.
…
[View More]Regards
Marco
--
Needful GbR Rheinstraße 60a Telefon +49 (0) 26 24 / 95 29 301
56203 Hoehr-Grenzhausen Telefax +49 (0) 26 24 / 95 29 303
http://www.needful.de E-Mail mg(a)needful.de
[View Less]