[vdr] OT: Finnish Yle HD olympics channel..

2008-08-10 Thread Pasi Kärkkäinen
Hello!

I'm not living in an area where Digita transmits this channel via dvb-t, so I 
was
wondering if there are other .fi users who could record/dump some minutes of
this channel and upload it somewhere so we others could check the quality
etc :)

http://www.digita.fi/digita_dokumentti.asp?path=1840;3793;1973;9850;10653

-- Pasi

___
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-10 Thread Goga777
thanks for your answer

but for 3d games this problem also actually ? or this issue exists only for 
video playback ?

  does your idea actually for new generation cards - ATI HD series, Intel 
  G35/45 chipsets with hdmi output ?
 
 currently it does for everything pre-avivo (e.g. before r500 with the 
 exception of rs690 which is a r300-style 3d core but 2d is avivo).
 
 I not yet tried with ATI HD or Intel G35/45. Basically I don't see a
 problem. The devil is in the details:)
 
 To ease the port to other graphics hardware I did not use special 
 pre-avivo registers in my current solution. 
 
 The idea comprises several aspects:
 
 The most important feature is to synchronize video output with the
 stream. Nobody cared about that until today. I do not understand that at
 all.
 
 It just a pleasant by-product of the sync that in some cases you need not to
 deinterlace anymore.


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


[vdr] Usable USB DVB with Conax support

2008-08-10 Thread Josce

I need to get an usb DVB receiver and was wondering if vdr
can use the Conax part of Anysee E30 Plus Digibox USB Conax DVB-C.

If not, are there any USB DVB receivers with Conax support that vdr can use.

Josce
_
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+worldmkt=en-USform=QBRE___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Multiproto compile fails again

2008-08-10 Thread Seppo Ingalsuo
Hi,

Lauri Tischler wrote:
 /usr/src/multiproto/v4l/cx25840-core.c:71: error: conflicting type
 qualifiers for 'addr_data'
 /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:41:
 error: previous declaration of 'addr_data' was here
   
Please try this found from linux-dvb ml:

---

Now I found a little patch which brought me over this compile error: 
http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc4/2.6.24-rc4-mm1/broken-out/fix-jdelvare-i2c-i2c-constify-client-address-data.patch
 
From: Andrew Morton [EMAIL PROTECTED] 
drivers/media/video/tvaudio.c:147: error: conflicting type qualifiers 
for 'addr_data' include/media/v4l2-i2c-drv-legacy.h:37: error: previous 
declaration of 'addr_data' was here Cc: Jean Delvare 
[EMAIL PROTECTED] Signed-off-by: Andrew Morton 
[EMAIL PROTECTED] --- include/media/v4l2-i2c-drv-legacy.h | 2 
+- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN 
include/media/v4l2-i2c-drv-legacy.h~fix-jdelvare-i2c-i2c-constify-client-address-data
 
include/media/v4l2-i2c-drv-legacy.h --- 
a/include/media/v4l2-i2c-drv-legacy.h~fix-jdelvare-i2c-i2c-constify-client-address-data
 
+++ a/include/media/v4l2-i2c-drv-legacy.h @@ -34,7 +34,7 @@ struct 
v4l2_i2c_driver_data { }; static struct v4l2_i2c_driver_data 
v4l2_i2c_data; -static struct i2c_client_address_data addr_data; +static 
const struct i2c_client_address_data addr_data; static struct i2c_driver 
v4l2_i2c_driver_legacy; static char v4l2_i2c_drv_name_legacy[32]; Now 
I'm a step further. Thanks Philipp
-- The more I learn about people, the more I like my dog!


---

BR,
Seppo


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


[vdr] [Announce] vdr-fritzbox 1.0.2

2008-08-10 Thread Joachim Wilke
Dear Fritz!Box- and VDR-Users,

a new version of the Fritz!Box Plugin is available at
http://joachim-wilke.de/vdr-fritz.htm

This is the recommended stable version for users of VDR 1.6.

- - -

The Fritz!Box Plugin connects to your Fritz!Box to inform you about
incoming calls. The plugin can automatically mute or pause VDR when a
call comes in.

Via VDR's main menu you can browse your Fritz!Box phone book, the call
lists and initiate calls out of all lists.

- - -

2008-08-10: Version 1.0.2
- normalizing outgoing numbers for fonbook lookups, etc. now includes
  * removing German call-by-call provider selection codes
- fixed possible segfault when pressing OK in empty fonbuch or call list menu
  (reported and fix tested by Gandalf [29]  ronnykornexl [30])
- fixed password field in plugin settings to accept empty password
  (reported by Gandalf [29])
- no longer displaying AVM test-entries (Max  Moritz) in call lists
- changed name of Das Örtliche-Fonbuch to das-oertliche.de. New internet
  ressources should follow this naming scheme.
  (based on a bug report of ronnykornexl [30])
- fixed dasoertliche.de fonbuch by adding a user-agent to the http
request, which
  is required by the webserver recently
- made LKZ/OKZ parsing more robust against wrong password
- fixed possible segfault on invalid data in fritzbox.Fonbooks setup parameter

- - -

Regards,
Joachim.

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


Re: [vdr] Multiproto compile fails again

2008-08-10 Thread Lauri Tischler
Seppo Ingalsuo wrote:
 Hi,
 
 Lauri Tischler wrote:
 /usr/src/multiproto/v4l/cx25840-core.c:71: error: conflicting type
 qualifiers for 'addr_data'
 /usr/src/multiproto/v4l/../linux/include/media/v4l2-i2c-drv-legacy.h:41:
 error: previous declaration of 'addr_data' was here
   
 Please try this found from linux-dvb ml:
 
 ---
 
 Now I found a little patch which brought me over this compile error: 
 http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc4/2.6.24-rc4-mm1/broken-out/fix-jdelvare-i2c-i2c-constify-client-address-data.patch
  

Thanks, that cured that problem, up pops next problem
---
   CC [M]  /usr/src/multiproto/v4l/ivtv-i2c.o
/usr/src/multiproto/v4l/ivtv-i2c.c: In function 'ivtv_i2c_register':
/usr/src/multiproto/v4l/ivtv-i2c.c:171: error: 'struct i2c_board_info'
has no member named 'driver_name'
make[3]: *** [/usr/src/multiproto/v4l/ivtv-i2c.o] Error 1
make[2]: *** [_module_/usr/src/multiproto/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.26-1-686'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/multiproto/v4l'
make: *** [all] Error 2
lassehome:/usr/src/multiproto#
---
It seems that multiproto is really too broken to use.
Grabbed and installed dvb-api-wrapper and normal v4l-dvb tree
now it works, after I get my S2-board things maybe different.


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


[vdr] I can't scan HD channel with TT3200 in VDR

2008-08-10 Thread LinHai

multiproto+VDR-1.7.0+H.264+xineliboutput
138 KU
TT3200+VDR:
   scan  play12302 V 3(DVB-S)okok 12354 V 
43000(DVB-S)okno12401 V 22425(DVB-S)okok12430 V 22425(DVB-S)
okok12460 V 21600(DVB-S2)   nono12490 V 21600(DVB-S)okok12537 V 
41250(DVB-S)okok12598 V 43000(DVB-S)okno12646 V 22425(DVB-S)
okok12720 V 43000(DVB-S)okno
SS2+VDR:
   scan  play12302 V 3(DVB-S)okok 12354 V 
43000(DVB-S)okok12401 V 22425(DVB-S)okok12430 V 22425(DVB-S)
okok12460 V 21600(DVB-S2)   nono12490 V 21600(DVB-S)okok12537 V 
41250(DVB-S)okok12598 V 43000(DVB-S)okok12646 V 22425(DVB-S)
okok12720 V 43000(DVB-S)okok
TT3200+DVB Viewer:
   scan  play12302 V 3(DVB-S)okok 12354 V 
43000(DVB-S)okok12401 V 22425(DVB-S)okok12430 V 22425(DVB-S)
okok12460 V 21600(DVB-S2)   okok12490 V 21600(DVB-S)okok12537 V 
41250(DVB-S)okok12598 V 43000(DVB-S)okok12646 V 22425(DVB-S)
okok12720 V 43000(DVB-S)okok
 
TT3200+VDR、SS2+VDR、TT3200+DVB Viewer tested in the same PC.
 
Who can tell me what I should do? thank you!
_
用手机MSN聊天写邮件看空间,无限沟通,分享精彩!
http://mobile.msn.com.cn/___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] I can't scan HD channel with TT3200 in VDR

2008-08-10 Thread LinHai

multiproto+VDR-1.7.0+H.264+xineliboutput
138 KU
TT3200+VDR:
   scan  play12302 V 3(DVB-S)okok 12354 V 
43000(DVB-S)okno12401 V 22425(DVB-S)okok12430 V 22425(DVB-S)
okok12460 V 21600(DVB-S2)   nono12490 V 21600(DVB-S)okok12537 V 
41250(DVB-S)okok12598 V 43000(DVB-S)okno12646 V 22425(DVB-S)
okok12720 V 43000(DVB-S)okno
SS2+VDR:
   scan  play12302 V 3(DVB-S)okok 12354 V 
43000(DVB-S)okok12401 V 22425(DVB-S)okok12430 V 22425(DVB-S)
okok12460 V 21600(DVB-S2)   nono12490 V 21600(DVB-S)okok12537 V 
41250(DVB-S)okok12598 V 43000(DVB-S)okok12646 V 22425(DVB-S)
okok12720 V 43000(DVB-S)okok
TT3200+DVB Viewer:
   scan  play12302 V 3(DVB-S)okok 12354 V 
43000(DVB-S)okok12401 V 22425(DVB-S)okok12430 V 22425(DVB-S)
okok12460 V 21600(DVB-S2)   okok12490 V 21600(DVB-S)okok12537 V 
41250(DVB-S)okok12598 V 43000(DVB-S)okok12646 V 22425(DVB-S)
okok12720 V 43000(DVB-S)okok
 
TT3200+VDR、SS2+VDR、TT3200+DVB Viewer tested in the same PC.
 
Who can tell me what I should do? thank you!
_
一点即聊,MSN推出新功能“点我!”
http://im.live.cn/click/___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] I can't scan HD channel with TT3200 in VDR

2008-08-10 Thread LinHai




 multiproto+VDR-1.7.0+H.264+xineliboutput 138 KU TT3200+VDR:
   scan  play12302 V 3(DVB-S)okok 12354 V 43000(DVB-S)ok
no12401 V 22425(DVB-S)okok12430 V 22425(DVB-S)okok12460 V 
21600(DVB-S2)   nono12490 V 21600(DVB-S)okok12537 V 41250(DVB-S)
okok12598 V 43000(DVB-S)okno12646 V 22425(DVB-S)okok12720 V 
43000(DVB-S)okno SS2+VDR:scan  play12302 V 
3(DVB-S)okok 12354 V 43000(DVB-S)okok12401 V 22425(DVB-S)   
 okok12430 V 22425(DVB-S)okok12460 V 21600(DVB-S2)   nono12490 
V 21600(DVB-S)okok12537 V 41250(DVB-S)okok12598 V 43000(DVB-S)  
  okok12646 V 22425(DVB-S)okok12720 V 43000(DVB-S)okok 
TT3200+DVB Viewer:scan  play12302 V 3(DVB-S)ok  
  ok 12354 V 43000(DVB-S)okok12401 V 22425(DVB-S)okok12430 V 
22425(DVB-S)okok12460 V 21600(DVB-S2)   okok12490 V 21600(DVB-S)
okok12537 V 41250(DVB-S)okok12598 V 43000(DVB-S)okok12646 V 
22425(DVB-S)okok12720 V 43000(DVB-S)okok 
TT3200+VDR、SS2+VDR、TT3200+DVB Viewer tested in the same PC. Who can tell me 
what I should do? thank you!

各位明星最近怎么样?人气榜为您奉上最新动态! 现在就看看! 
_
一点即聊,MSN推出新功能“点我!”
http://im.live.cn/click/___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Multiproto compile fails again

2008-08-10 Thread LinHai

you must patch the multiproto with 
fix-jdelvare-i2c-i2c-constify-client-address-data.patch.
 
download the fix-jdelvare-i2c-i2c-constify-client-address-data.patch and copyt 
to /multiproto/linux
 
then patch it.
_
MSN 中文网,最新时尚生活资讯,白领聚集门户。
http://cn.msn.com___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] OT: Finnish Yle HD olympics channel..

2008-08-10 Thread Rolf Ahrenberg
On Sun, 10 Aug 2008, Pasi Kärkkäinen wrote:

Hi,

 I'm not living in an area where Digita transmits this channel via dvb-t, so I 
 was
 wondering if there are other .fi users who could record/dump some minutes of
 this channel and upload it somewhere so we others could check the quality
 etc :)

if you're having Elisa/Saunalahti ADSL line, you can use VDR+IPTV plugin 
to view and record the Yle HD Olympics stream.

BR,
--
rofa

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