Beiträge von kal

    I've found a patch for mplayer to add "ivtvosd" to the list of possible out (with -vo). I've patched mplayer, correctly compiled it. Now, if i try :


    Code
    mplayer -vo ivtvosd /video/test.mpg


    I have those following messages :


    Any idea ?

    There's some news. I've connected a monitor VGA/Keybord to my vdrbox, and observed the output of vdr. This is the log (output activated on terminal 8) :



    Theres something really important in the log :


    Zitat


    pvrinput: 18:10:50 no PVR device found


    All right, something 's wrong with pvrinput, but what? any idea ?

    Well, ivtvctl -n says its just pal, but i can make a :



    So, secam is supported. And :


    Code
    minipc ~ # ivtvctl -U
    ioctl VIDIOC_G_STD ok
    Video standard = 0x007f0000


    My pvr is correctly set to secam system. By the way, C45I999 did'nt do the trick :(


    Hi :)

    Code
    Input   : 4
            Name    : Tuner 0
            Type    : 0x00000001
            Audioset: 0x00000003
            Tuner   : 0x00000000
            Standard: 0x00000000000000FF ( PAL )
            Status  : 0


    So, the tuner is input 4... second parameter should be C45I1, right ? Doesnt work...

    Yep, nothing change ;(


    What is strong, it's that i can make a cat /dev/video0 > /dev/video16 and i see tv. So, i have the good frequency, secam system is set, but pvrinput can't see that...


    Code
    minipc ~ # cat /etc/vdr/channels.conf
    M6:567250:C0D45I1:C:0:301:300:305:A1:12003:0:0:0
    Zitat

    Original von wirbel
    Okay. Hardware works fine, dmesg looks fine, capturing works.


    The last point that i can see is: you're using two channels with the same SID, NID,TID. I think this is the last thing preventing you from being happy. Please change one of the 65000 into 65001 or something else. It doesn't matter as long these numbers are unique.


    It doesn't work :(


    By the way, in the README of pvrinput:



    I've tried with this channels.conf:

    Code
    minipc ~ # cat /etc/vdr/channels.conf
    TF1:503250:B8C0D45:C:0:301:300:305:A1:65000:0:0:0
    M6:567250:C0I1:C:0:301:300:305:A1:12003:1:1089:2


    But it doesn't want : unavalaible channel :O

    I'm using SECAM system (I'm in France).


    If i make these commands :


    Code
    minipc ~ # ivtv-tune -t france -f 503.250
    /dev/video0: 503.250 MHz
    minipc ~ # cat /dev/video0 > test.mpg
    minipc ~ # cat test.mpg > /dev/video16


    I see the channel that I've recorded. Quality is great :)


    I've correctyle modified my channels.conf :



    Code
    minipc ~ # cat /etc/vdr/channels.conf
    TF1:503250:B8C0D45:C:0:301:300:305:A1:65000:0:0:0
    M6:567250:B8C0D45:C:0:301:300:305:A1:65000:0:0:0


    But nothing change...


    By the way, i'm now able to go to the menu of pvrinput! Modifing brightness etc...

    Just for information :


    /etc/modules.d/ivtv :

    Code
    minipc ~ # cat /etc/modules.d/ivtv
    alias char-major-81     videodev
    alias char-major-81-0   ivtv
    alias char-major-61 lirc_i2c
    add above ivtv lirc_dev lirc_i2c
    
    
    post-install ivtv /usr/local/bin/ivtv_init


    /usr/local/bin/ivtv_init :

    Code
    minipc ~ # cat /usr/local/bin/ivtv_init
    #!/bin/bash
    sleep 1
    /usr/bin/ivtvctl -u 0x7F0000
    /usr/bin/ivtvctl -f width=720,height=576
    /usr/bin/ivtvctl -p 4 -v input=3,output=1
    Zitat

    Original von wirbel
    Please use one of the latest ivtv versions with pvrinput instead. I suggest ivtv-0.4.x with kernel 2.6.14 oder later


    You need only one of these plugins - and - (if you have no dvb card inside) the pvr350 plugin. BTW: the channelscan plugin doesn't work with analogue TV cards.


    Well, i'm ever using the correct version...

    Code
    minipc ~ # emerge -av ivtv gentoo-sources
    
    
    These are the packages that I would merge, in order:
    
    
    Calculating dependencies ...done!
    [ebuild   R   ] media-tv/ivtv-0.4.2  0 kB
    [ebuild   R   ] sys-kernel/gentoo-sources-2.6.15-r1  -build -doc +symlink (-ultra1) 0 kB


    By the way, i'm just leaving mplayer + pvr350 + pvrinput plugins. I'm not using a dvb card. So now, the problem is that pvrinput doesn't find the signal... hmmm...


    EDIT:


    This is my channels.conf, never knows if it can help...


    Code
    minipc ~ # cat /etc/vdr/channels.conf
    TF1:503250:B8C0D45:C:0:301:300:305:A0:65000:0:0:0
    TF1:567250:B8C0D45:C:0:301:300:305:A0:65000:0:0:0


    However, I didn't modified the sources.conf file. Is it important ?