Re: [vdr] Is any way to specify specific DVB-S card in channel.conf

2008-08-08 Thread VDR User
On Thu, Aug 7, 2008 at 1:35 PM, Klaus Schmidinger
<[EMAIL PROTECTED]> wrote:
> man 5 vdr:
>
> SYNTAX
>CHANNELS
>...
>Conditional access
>   A hexadecimal integer defining how this channel can be accessed:
>
>     Free To Air
>   0001...000F   explicitly requires the device with the given 
> number

If the device you need for that channel is the first device (device
0), then what?  Lotta guys have mixed setups these days.  Some cards
can do certain modulations, some can't.  Some cards are dvb-s while
some are dvb-s2.

Cheers

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


Re: [vdr] Is any way to specify specific DVB-S card in channel.conf

2008-08-08 Thread Klaus Schmidinger
On 08/08/08 18:37, VDR User wrote:
> On Thu, Aug 7, 2008 at 1:35 PM, Klaus Schmidinger
> <[EMAIL PROTECTED]> wrote:
>> man 5 vdr:
>>
>> SYNTAX
>>CHANNELS
>>...
>>Conditional access
>>   A hexadecimal integer defining how this channel can be 
>> accessed:
>>
>>     Free To Air
>>   0001...000F   explicitly requires the device with the given 
>> number
> 
> If the device you need for that channel is the first device (device
> 0), then what?

The first device is number 1.

Klaus

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


Re: [vdr] In Atention of vdr-xine developer.

2008-08-08 Thread Newsy Paper
hi!

this is the way I compile ffmpeg + xine1.2
in ffmpeg folder: 

CLFAGS="MYCFLAGS" ./configure --prefix=/usr --ALLOTHEROPTIONS

in xine-lib1.2 folder:
CPPFLAGS="-I/usr/include/libavcodec -I/usr/include/libavdevice 
-I/usr/include/libavformat  -I/usr/include/libavutil 
-I/usr/include/libpostproc" CLFAGS="MYCFLAGS" ./autogen.sh --prefix=/usr 
--ALLOTHEROPTIONS


the cppflags are very important as ffmpeg changed some paths recently and if 
you don't enter these folders it won't compile.

hope this helps

kind rergards


Newsy




--- lucian orasanu <[EMAIL PROTECTED]> schrieb am Di, 5.8.2008:

> Von: lucian orasanu <[EMAIL PROTECTED]>
> Betreff: [vdr] In Atention of vdr-xine developer.
> An: vdr@linuxtv.org
> Datum: Dienstag, 5. August 2008, 9:51
> Hy Reinhard Nisll.
> 
> Could you update xine-lib.patch from dvr-xine plugin?
> I'am tryng to compile with xine-lib-1.1.1.4 patched
> with xine-lib.diff but somehow it breaks the package.
> 
> Yes I should use xine-lib-1.2, but I can't compile with
> latest ffmpeg.
> 
> 
> 
>   
> 
> ___
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 

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


Re: [vdr] Is any way to specify specific DVB-S card in channel.conf

2008-08-08 Thread Timothy D. Lenz
And then there is the dishes, Some fixed, some not, some LNB's cove a different 
range that can over lap others in the set up meaning
not only do you need to be able to list tunners for channels, but provide a 
list of lnbs that can be used as well.
- Original Message - 
From: "VDR User" <[EMAIL PROTECTED]>
To: "VDR Mailing List" 
Sent: Friday, August 08, 2008 9:37 AM
Subject: Re: [vdr] Is any way to specify specific DVB-S card in channel.conf


> On Thu, Aug 7, 2008 at 1:35 PM, Klaus Schmidinger
> <[EMAIL PROTECTED]> wrote:
> > man 5 vdr:
> >
> > SYNTAX
> >CHANNELS
> >...
> >Conditional access
> >   A hexadecimal integer defining how this channel can be 
> > accessed:
> >
> >     Free To Air
> >   0001...000F   explicitly requires the device with the given 
> > number
>
> If the device you need for that channel is the first device (device
> 0), then what?  Lotta guys have mixed setups these days.  Some cards
> can do certain modulations, some can't.  Some cards are dvb-s while
> some are dvb-s2.
>
> Cheers
>
> ___
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


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


Re: [vdr] RGB/PAL over VGA at variable frame rate

2008-08-08 Thread Gavin Hamill
On Tue, 2008-07-22 at 18:37 +0200, Thomas Hilber wrote:
> Hi list,
> 

Finally I have had a chance to try these patches - I managed to get an
old Radeon 7000 PCI (RV100)...

I am using a fresh bare install of Ubuntu hardy which ships xine-lib
1.1.11, but the patches don't compile :( The Makefile.am changed a
little but I was able to amend that manually, but the video_out_xv.c
spews out this:

video_out_xv.c: In function ‘xv_update_frame_format’:
video_out_xv.c:475: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:481: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:482: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:483: warning: pointer targets in assignment differ in
signedness
video_out_xv.c: In function ‘xv_deinterlace_frame’:
video_out_xv.c:538: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:543: warning: pointer targets in passing argument 1 of
‘deinterlace_yuv’ differ in signedness
video_out_xv.c:547: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:552: warning: pointer targets in passing argument 1 of
‘deinterlace_yuv’ differ in signedness
video_out_xv.c:566: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:571: warning: pointer targets in passing argument 1 of
‘deinterlace_yuv’ differ in signedness
video_out_xv.c:582: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:583: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:590: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:591: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:598: warning: pointer targets in assignment differ in
signedness
video_out_xv.c:599: warning: pointer targets in assignment differ in
signedness
video_out_xv.c: In function ‘xv_display_frame’:
video_out_xv.c:845: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘vsync’
video_out_xv.c:845: error: ‘vsync’ undeclared (first use in this
function)
video_out_xv.c:845: error: (Each undeclared identifier is reported only
once
video_out_xv.c:845: error: for each function it appears in.)
video_out_xv.c:853: error: ‘RADEON_SETPARAM_VBLANK_CRTC’ undeclared
(first use in this function)
video_out_xv.c:854: error: ‘DRM_RADEON_VBLANK_CRTC1’ undeclared (first
use in this function)
video_out_xv.c:859: error: ‘DRM_IOCTL_RADEON_VSYNC’ undeclared (first
use in this function)
video_out_xv.c: In function ‘open_plugin_2’:
video_out_xv.c:1769: warning: passing argument 4 of
‘config->register_enum’ from incompatible pointer type
make[4]: *** [xineplug_vo_out_xv_la-video_out_xv.lo] 

I'm no coder so I don't know what I'm looking for.. any advice would be warmly 
welcomed!


Cheers,
Gavin.



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


Re: [vdr] RGB/PAL over VGA at variable frame rate

2008-08-08 Thread Thomas Hilber
On Fri, Aug 08, 2008 at 09:23:34PM +0100, Gavin Hamill wrote:
> Finally I have had a chance to try these patches - I managed to get an
> old Radeon 7000 PCI (RV100)...

nice!

> I am using a fresh bare install of Ubuntu hardy which ships xine-lib
> 1.1.11, but the patches don't compile :( The Makefile.am changed a
> little but I was able to amend that manually, but the video_out_xv.c
> spews out this:
> 
> video_out_xv.c: In function ???xv_update_frame_format???:
[...]

In the meantime I reworked everything from scratch. A patch currently is
only applied against radeon-DRM and xserver-xorg-video-ati.

Xine library isn't touched any more though this will change in the
future. Latest version of the patch is available at:

http://lowbyte.de/vga-sync-fields

Cheers
  Thomas


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