Re: [vdr] frontend 0 timed out while tuning to channel

2007-10-19 Thread Oliver Joa
Hi,

Oliver Joa wrote:
 Hi,
 
 I have a vdr with the plugins streamdev and xineliboutput running. I use 
 the vdr-sxfe client on one computer to also get the menu and vlc as 
 another client on a second computer. I have 2 DVB Cards, so I can see 
 different things on the computers. Everything is working, but one 
 Channel does not. I can see it with the vdr-sxfe client, but not with 
 vlc. With vlc I get the following Error:
 
 Oct 10 22:58:09 video4 vdr: [4257] Streamdev: Accepted new client (HTTP) 
 192.168.10.3:42635
 Oct 10 22:58:09 video4 vdr: [4331] streamdev-writer thread started 
 (pid=3820, tid=4331)
 Oct 10 22:58:09 video4 vdr: [4332] streamdev-livestreaming thread 
 started (pid=3820, tid=4332)
 Oct 10 22:58:09 video4 vdr: [4333] receiver on device 1 thread started 
 (pid=3820, tid=4333)
 Oct 10 22:58:09 video4 vdr: [4334] TS buffer on device 1 thread started 
 (pid=3820, tid=4334)
 Oct 10 22:58:18 video4 vdr: [4250] frontend 0 timed out while tuning to 
 channel 15, tp 210949
 
 If the vdr-sxfe Client is running I can not get this Channel with vlc, I 
 get every other Channel, but not this. Strange!
 
 Here is the Channel:
 
 DMC TV;Globecast 
 UK:10949:vC34:S13.0E:27500:6801:6811,6812:0:0:7459:318:12200:0
 
 or:
 
 DMC TV 
 auto;T-Systems/MTI:10949:vC45:S13.0E:27500:6801:6811=ITL:0:0:7459:0:0:0
 
 Do you have any idea?

It seems to be that the Channels on vertical-position does not work on 
one DVB-Card. How can it be?

I have two LNBs for Astra and Hotbird. Each DVB-Card is connected via a 
Diseqc-Switch to both LNB. So it seems that one DVB-Card can not get 
Vertical-Channels on Hotbird.

My Diseqc-Config:

S19.2E  11700 V  9750  t v W15 A W15 t
S19.2E  9 V 10600  t v W15 A W15 T
S19.2E  11700 H  9750  t V W15 A W15 t
S19.2E  9 H 10600  t V W15 A W15 T
#
S13.0E  11700 V  9750  t v W15 B W15 t
S13.0E  9 V 10600  t v W15 B W15 T
S13.0E  11700 H  9750  t V W15 B W15 t
S13.0E  9 H 10600  t V W15 B W15 T


Any Idea?

Thanks

Olli

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.10-Sync'ing problems

2007-10-19 Thread [EMAIL PROTECTED]
It happens a little bit in vdr-1.5.9 but not nearly as much as in vdr-1.5.10.  
Vdr-1.5.10 the problem is quite a bit worse on dolby digital channels.  Thank 
you for your time.  
_
Click for free quote on refinancing your mortgage.
http://thirdpartyoffers.netzero.net/TGL2211/fc/Ioyw6ijmOagSun79CW7CDmQqB05avR9rXecdOjxvJCBLjMl6qvq3Dv/



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.10-Sync'ing problems

2007-10-19 Thread [EMAIL PROTECTED]
The patch appears to help sync in the sound a lot better than before thank you 
very much.  It's greatly appreciated.  
_
Click here to find great deals on vending machines.
http://thirdpartyoffers.netzero.net/TGL2211/fc/Ioyw6ijnXPBXxCHcLeL2T9o5RWKZ3rCuEg1H02JAEl9KjB7IAGcsOR/



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.10-Sync'ing problems

2007-10-19 Thread Klaus Schmidinger
On 10/19/07 22:34, [EMAIL PROTECTED] wrote:
 It happens a little bit in vdr-1.5.9 but not nearly as much as in vdr-1.5.10. 
  Vdr-1.5.10 the problem is quite a bit worse on dolby digital channels.  
 Thank you for your time.  

Please try:

--- device.c2007/10/14 13:09:19 1.145
+++ device.c2007/10/17 18:31:02 1.146
@@ -1236,7 +1236,7 @@
int PayloadOffset = Data[8] + 9;

// Compatibility mode for old subtitles plugin:
-   if ((Data[PayloadOffset - 3]  0x81) == 1  Data[PayloadOffset 
- 2] == 0x81)
+   if ((Data[7]  0x01)  (Data[PayloadOffset - 3]  0x81) == 
0x01  Data[PayloadOffset - 2] == 0x81)
   PayloadOffset--;

uchar SubStreamId = Data[PayloadOffset];


Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] VDR 1.5.10 and vdr-xine 0.7.12

2007-10-19 Thread Tony Grant
Le vendredi 19 octobre 2007 à 19:48 +0200, Reinhard Nissl a écrit :

  - any attempt at using the xine configuration dialog results in a lock
  up
 
 Hmm, I've upgraded to openSUSE 10.3 this morning. I now get such dead
 locks when using -V xxmc. The deadlock happens for simple libX11
 functions like XLockDisplay() or XSync(). One change in openSUSE 10.3
 seems to be, that it now uses a xcb-based libX11.
 
 Is there some similarity to your system?

Fedora Core 6

It is stable since last post but I am just watching TV not messing with
Xine...

 Which one of xine's video output drivers do you use?

I am just running with -V xxmc on an epia M1 with Openchrome driver 

 Have you tried --verbose=2 -V xv and verified from the output, that
 video_out_xv is used?

No I have  a timer running so I will try in the morning

Cheers

Tony

-- 


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] VDR 1.5.10 and vdr-xine 0.7.12

2007-10-19 Thread Reinhard Nissl
Hi,

Tony Grant schrieb:

   - any attempt at using the xine configuration dialog results in a lock
 up

Hmm, I've upgraded to openSUSE 10.3 this morning. I now get such dead
locks when using -V xxmc. The deadlock happens for simple libX11
functions like XLockDisplay() or XSync(). One change in openSUSE 10.3
seems to be, that it now uses a xcb-based libX11.

Is there some similarity to your system?

Which one of xine's video output drivers do you use?

Have you tried --verbose=2 -V xv and verified from the output, that
video_out_xv is used?

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:[EMAIL PROTECTED]

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] vdr 1.5.10 SUSE rpm packages available

2007-10-19 Thread Ludwig Nussel
Hi,

I finally managed to update the vdr15 package to version 1.5.10. The
RPMs can be downloaded from [1] once the build process is finished.
I've also updated vdr-xine in vdr-plugins to 0.7.12, you'll need to
manually rebuild the package against xine-lib from factory though
since xine is currently missing from the build service.

cu
Ludwig

[1] http://download.opensuse.org/repositories/vdr/

-- 
 (o_   Ludwig Nussel
 //\   
 V_/_  http://www.suse.de/
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.10-Sync'ing problems

2007-10-19 Thread Klaus Schmidinger
On 10/16/07 00:03, [EMAIL PROTECTED] wrote:
 I am running vdr-1.5.10 and when I tune into a channel that uses dolby 
 digital it takes forever to sync into the channel and the sound continues to 
 fade in and out.  Channels that do not use dolby digital are ok and sync in 
 as normal.  

Is this a new problem in version 1.5.10, or did this also
happen in 1.5.9?

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] recordings channel info

2007-10-19 Thread Klaus Schmidinger
On 10/14/07 22:45, Torgeir Veimo wrote:
 The recording info doesn't seem to convey which channel a recording is
 from. Is it possible to turn this on somehow? 
 
 I can't find any menu item that seems to be related to this. I'm using
 vdr 1.5.5 and dvb-t in the uk.

The channel is stored in the 'C' record of info.vdr.

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-19 Thread Joerg Knitter
Georg Acher schrieb:
 On Wed, Oct 17, 2007 at 08:16:54PM +0200, Reinhard Nissl wrote:
 Hi,

 attached you'll find an updated patch for VDR-1.5.10. It replaces the
 formerly patch for VDR-1.5.9.
 
 I still don't understand why you want to record h.264 in PES...

Furthermore: How do I demux a h.264 PES recording? With TS files 
recorded on Windows I used the tool xport which also takes care of 
proper audio sync. ProjectX still does not support H.264.

Nevertheless: Thanks a lot, hope that I get it working within the next 
days, especially for checking if my system is fast enough for 
software-only decoding.

With kind regards

Joerg Knitter

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr