LinuxMCE Forums

General => Users => Topic started by: colinjones on January 23, 2009, 05:11:39 am

Title: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: colinjones on January 23, 2009, 05:11:39 am
Has anybody set up LMCE with VDR using both a DVB-T and DVB-S source (and 2 tuner cards of course, one for each standard)?

Does it handle this well? How does it arrange the channel numbers and merge the EPGs?
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: Zaerc on January 23, 2009, 04:44:55 pm
Not yet, but I'm  working on it, (slowly though).
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: colinjones on January 23, 2009, 10:37:57 pm
What does it currently do? Presumably it is just the interface and EPG in LMCE that has the issue, not VDR itself?

I'm surprised that Andrew's team haven't been interested in this - do they not provide satellite solutions as well?
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: Zaerc on January 24, 2009, 10:13:46 pm
Well I'm not that far yet, but I expect that I'll have to merge the two channels.conf files, and that the order the channels are listed in there will determine the arrangement of the channels.  It is probably going to take me at least a few weeks to get everything setup for satellite though.
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: Marie.O on January 26, 2009, 09:03:56 am
What does it currently do? Presumably it is just the interface and EPG in LMCE that has the issue, not VDR itself?

I'm surprised that Andrew's team haven't been interested in this - do they not provide satellite solutions as well?

Most people seem to be content with a single reception type, i.e. DVB-S or DVB-T.
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: totallymaxed on January 26, 2009, 11:23:46 am
Well I'm not that far yet, but I expect that I'll have to merge the two channels.conf files, and that the order the channels are listed in there will determine the arrangement of the channels.  It is probably going to take me at least a few weeks to get everything setup for satellite though.

Intermixing DVB-T/DVB-S/DVB-C is as you say just a matter of merging the channel entries into channels.conf

We have intermixed DVB-T/DVB-S and it is really transparent to the user in use. No actuall changes are needed to vdr as it is already ready to do this - indeed many people who use vdr in Europe have been using vdr in this fashion for years.

We are just about to start some tests of DVB-S HD here and will report back on how that goes shortly.

All the best

Andrew

Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: colinjones on January 26, 2009, 02:04:05 pm
zaerc/possy/andrew - cool, thanks!
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: cirion on January 26, 2009, 03:32:31 pm
I would love to have DVB-C + DVB-C HD + DVB-S + DVB-S2 and be able to have the cards where they have access....

My problem now, is that my Core is located in my Office, where I have Cable access, but not Sattelite. The reception of Cable is poor in that room. In my livingroom I have the first Cable access and the reception is perfect.

I am not sure why my Core hardlocks every 6-8 hours with the DVB-C card installed, it might be the reception. The strange thing is that it never locks up before 6 hours, and never last longer than 8 hours... A reboot resets the "timer".

Now I just Dualboot the LivingRoom MD with XP, and use both DVB-C with HD channels and DVB-S + S2.

If anyone have any tips on how to solve or debug this, please tell...
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: Marie.O on January 26, 2009, 05:04:28 pm
See, if opening the case, and/or adding fans helps.
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: colinjones on January 26, 2009, 10:15:45 pm
run a couple of tops on a remote machine and sort them so you can see the process consuming most physical and virtual memory at the top. take a look when it freezes just to be sure that something isn't leaking and sucking up all the memory. also, can a look at the old syslog type logs after the reboot to see if there are any clues. sounds very regular, but as possy says, its most likely heat, I guess
Title: Re: VDR and multiple sources (ie DVB-T and DVB-S)
Post by: indulis on January 28, 2009, 05:06:00 am
I am not sure why my Core hardlocks every 6-8 hours with the DVB-C card installed, it might be the reception. The strange thing is that it never locks up before 6 hours, and never last longer than 8 hours... A reboot resets the "timer".

Now I just Dualboot the LivingRoom MD with XP, and use both DVB-C with HD channels and DVB-S + S2.

If anyone have any tips on how to solve or debug this, please tell...

If your system comes right back up after reboot and does not then crash quickly I think it is pretty unlikely to be heat, though checking using fans and opening the case is a an easy way to make sure it isn't.

I was having lockups because the USB driver in the kernel in LMCE 710 is known to have bugs in it.  This was the USB hub built onto my DVB-T card (Dvico Fusion HDTV Dual Digital 4). 

I eventually built a new kernel (2.6.27.10 I think- away from server now, but don't go to 2.6.28), compiled the latest V4L device drivers for my DVB-T card from the LinuxTV site , compiled the LIRC modules I needed, and it has been solid as a rock since then. 

I did have another problem which would cause unreliable booting but that turned out to be a corrupted table that was crashing mysql during its "check" phase during reboot, and disconnecting LMCE and Mythtv processes randomly from Mysql.

What motherboard do you have?  Also it might be worth a trawl through the mail archives from LinuxTV.org to see if any of your DVB cards have known problems.  Updating your DVB drivers using the instructions at http://www.linuxtv.org/wiki/index.php/How_to_build_from_Mercurial (http://www.linuxtv.org/wiki/index.php/How_to_build_from_Mercurial) is not too hard.