Re: [vdr] [Patch] Allow to limit SVDRP port to given IP

2010-01-09 Thread Olaf Titz
How about this: if svdrphosts.conf contains only one single IP number, then open the port for only that IP number. Otherwise i needs to be opened generally, This only works if the single line in svdrphosts.conf is 127.0.0.1. But how about this much simpler solution: if svdrphosts.conf is

Re: [vdr] PCR pid

2010-01-09 Thread Klaus Schmidinger
On 08.01.2010 20:16, Giampaolo Sica wrote: Hi Klaus, in the iso13818-1 (you can find a copy at http://neuron2.net/library/mpeg2/iso13818-1.pdf), in the section 2.4.2.2 Input to the Transport Stream system target decoder, is explained how the PCR is used to reconstruct the transport stream

Re: [vdr] [Patch] Allow to limit SVDRP port to given IP

2010-01-09 Thread Klaus Schmidinger
On 09.01.2010 11:25, Olaf Titz wrote: How about this: if svdrphosts.conf contains only one single IP number, then open the port for only that IP number. Otherwise i needs to be opened generally, This only works if the single line in svdrphosts.conf is 127.0.0.1. But how about this much

Re: [vdr] Irritating bug watching ongoing recordings 1.7.10 (karmic builds)

2010-01-09 Thread Johan Andersson
The problem does not occur if storage is on local disk or if vdr is verion 1.6.0. So this is seemingly .ts files on an NFS server. I tried NFS v2,v3 and noac mount option (no client attribute cache), the error still occurs. I will continue debugging... /Johan Johan Andersson skrev: Not a

Re: [vdr] [Patch] Allow to limit SVDRP port to given IP

2010-01-09 Thread Manuel Reimer
Original-Nachricht Datum: Sat, 09 Jan 2010 11:25:29 +0100 Von: Olaf Titz o...@bigred.inka.de An: vdr@linuxtv.org Betreff: Re: [vdr] [Patch] Allow to limit SVDRP port to given IP But how about this much simpler solution: if svdrphosts.conf is missing or empty, bind to

Re: [vdr] xine vdpau not working?

2010-01-09 Thread Theunis Potgieter
I think it is your card that is the problem http://en.wikipedia.org/wiki/VDPAU shows that is should support up to VP1, however if you look at mythtv's guide: http://www.mythtv.org/wiki/VDPAU it starts only at series 8 and newer. It seems that your card can then only support xvmc for mpeg2 codec

Re: [vdr] vdr-xine - skipping audio video [RESOLVED]

2010-01-09 Thread Theunis Potgieter
I got this information from Pertti and it helped me with my sync problems, but I see your audio.synchronization.resample_mode is set to on instead of off. Does off make a difference for you? 2009/12/4 Pertti Kosunen pertti.kosu...@pp.nic.fi: Theunis Potgieter wrote: button (jump to a specific

Re: [vdr] [Patch] Allow to limit SVDRP port to given IP

2010-01-09 Thread Theunis Potgieter
2010/1/9 Manuel Reimer manuel.rei...@gmx.de: Original-Nachricht Datum: Sat, 09 Jan 2010 11:25:29 +0100 Von: Olaf Titz o...@bigred.inka.de An: vdr@linuxtv.org Betreff: Re: [vdr] [Patch] Allow to limit SVDRP port to given IP But how about this much simpler solution: if

Re: [vdr] [Patch] Allow to limit SVDRP port to given IP

2010-01-09 Thread Manuel Reimer
Hello, I've attached a second patch. This patch changes VDR's svdrp port handling in the following way: If only the localhost item is found in svdrphosts.conf, then the port is attached to INADDR_LOOPBACK, which makes it impossible to reach the port from outside. As soon as even one additional

Re: [vdr] [Patch] Allow to limit SVDRP port to given IP

2010-01-09 Thread Theunis Potgieter
Sorry to make things complicated, but would it not satisfy everybody needs if you could bind to an ip address, which could be any one you specify? For example, I would prefer mine to be bind to my eth0's ip for internal lan clients to connect, but not accessible via ppp0 for example. So I guess

Re: [vdr] Irritating bug watching ongoing recordings 1.7.10 (karmic builds)

2010-01-09 Thread Klaus Schmidinger
On 09.01.2010 13:36, Johan Andersson wrote: The problem does not occur if storage is on local disk or if vdr is verion 1.6.0. So this is seemingly .ts files on an NFS server. I tried NFS v2,v3 and noac mount option (no client attribute cache), the error still occurs. I will continue

Re: [vdr] [Patch] Allow to limit SVDRP port to given IP

2010-01-09 Thread Olaf Titz
I've attached a second patch. This patch changes VDR's svdrp port handling in the following way: If only the localhost item is found in svdrphosts.conf, then the port is attached to INADDR_LOOPBACK, which makes it impossible to reach the port from outside. As soon as even one additional item

Re: [vdr] xine vdpau not working?

2010-01-09 Thread VDR User
On Sat, Jan 9, 2010 at 12:16 PM, Simon Baxter linu...@nzbaxters.com wrote: Currently I only have SD content to watch and my Sony Bravia 32V only supports up to 1360x668.  Any point using vdpau? If your system can play the content without it, no. VDPAU essentially provides playback on hardware

Re: [vdr] xine vdpau not working?

2010-01-09 Thread Simon Baxter
Theunis Potgieter Said: I think it is your card that is the problem http://en.wikipedia.org/wiki/VDPAU shows that is should support up to VP1, however if you look at mythtv's guide: http://www.mythtv.org/wiki/VDPAU it starts only at series 8 and newer. It seems that your card can then only

Re: [vdr] genindex.c for vdr-1.7.x

2010-01-09 Thread VDR User
2010/1/7 Reinhard Nissl rni...@gmx.de: Hi, Am 07.01.2010 22:09, schrieb Theunis Potgieter: I guess I will have to wait for the output device plugins to update before I can start using vdr-1.7.11. Thanks for pointing to the change log :) Regarding vdr-xine-0.9.3, please have a look at the

Re: [vdr] xine vdpau not working?

2010-01-09 Thread Steffen Barszus
Am 09.01.2010 21:16, schrieb Simon Baxter: Theunis Potgieter Said: I think it is your card that is the problem http://en.wikipedia.org/wiki/VDPAU shows that is should support up to VP1, however if you look at mythtv's guide: http://www.mythtv.org/wiki/VDPAU it starts only at series 8 and

[vdr] Cannot compile vdr-plugin-streamdev from today cvs against vdr 1.7.11

2010-01-09 Thread YUP
Compilation breaks with the following error: server/connectionVTP.c: In member function ‘bool cLSTEHandler::Next(bool)’: server/connectionVTP.c:303: error: ‘const class cEvent’ has no member named ‘GetContentsString?’ server/connectionVTP.c:304: error: ‘const class cEvent’ has no member named

Re: [vdr] xineliboutput vdpau crop

2010-01-09 Thread Mika Laitio
If I watch vdr-sxfe just from a small window, the subtitle and text are positioned correctly with a good looking font size to bottom of the screen. But if I watch finish yle 1 channel which uses dvb subtitles from fullscreen vdr-sxfe, the subtitle font is small and text is positioned about