i tried your patch but it not worked.
it still try to record via notmal tv LOG:
2006/06/30 16:58 EEST [-] Log opened.
2006/06/30 16:58 EEST [*RecordServer*] twisted.web.server.Site starting on 18001
2006/06/30 16:58 EEST [*RecordServer*] Starting factory <twisted.web.server.Site instance at 0x417ce56c>
2006/06/30 16:58 EEST [HTTPChannel,3,127.0.0.1] VIRHE: europe-west:lle ei löydy asema listaa
2006/06/30 16:58 EEST [*RecordServer*] popen /usr/bin/mencoder tv:// -tv driver=v4l:input=0:norm=pal:channel=1:chanlist=europe-west:width=320:height=240:outfmt=yuy2:device=/dev/video0:brightness=0:saturation=-60:contrast=0:adevice=/dev/dsp1:audiorate=32000:forceaudio:forcechan=1:buffersize=64 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame -lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 995807850 -o /nauhoitukset/01-01_02_00_T_ll_kanavalle_ei_ole_ohjelma_tietoja.avi `amixer set Line 24 mute`
2006/06/30 16:58 EEST [*RecordServer*] killing pid 7539 with sig 15
2006/06/30 16:58 EEST [*RecordServer*] recorderver: After wait()
2006/06/30 16:58 EEST [*RecordServer*] waiting on pid 7539
MY freevo local_conf:
CMP_INPUT = 1
CMP_PRE_REC = ('amixer sset Mic unmute cap');
CMP_CMD = (CONF.mencoder + ' ' +
'tv:// ' +
'-tv driver=%s:input=%d' % (TV_DRIVER, CMP_INPUT) +
':norm=%s' % CONF.tv +
':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
':outfmt=%s' % TV_REC_OUTFMT +
':device=%s' % TV_DEVICE +
VCR_AUDIO + ' ' +
'-ovc lavc -lavcopts ' +
'vcodec=mpeg4' +
':vqscale=3 ' +
'-oac mp3lame -lameopts ' +
'br=128:cbr:mode=3 ' +
'-ffourcc divx ' +
'-endpos %(seconds)s ' +
'-o %(filename)s')
CMP_POST_REC = ('amixer sset Mic mute');
VIDEO_GROUPS = [
VideoGroup(vdev=TV_DEVICE,
adev=AUDIO_DEVICE,
input_type='tuner',
input_num='4',
tuner_norm='PAL',
# tuner_chanlist='vakio',
tuner_chanlist='europe-west',
tuner_type='internal',
desc='Analogia_TV-Kortti',
group_type='tv',
recordable=True),
VideoGroup(vdev=TV_DEVICE,
adev=AUDIO_DEVICE,
input_type='input',
input_num='1',
tuner_norm='PAL',
tuner_chanlist='europe-west',
desc='Video-IN',
group_type='composite',
recordable=True),
]
TV_CHANNELS = [
( '0.telkku.com', 'TV 1', 'E8' ),
( ' 1.telkku.com', 'TV 2', 'E6' ),
( '2.telkku.com', 'MTV 3', 'E12' ),
( '3.telkku.com', 'Nelonen', 'E10' ),
( '4.telkku.com', 'Subtv', 'SE14' ),
( 'input', 'Video-IN', '1',0,1 ) ]
Do i am missing something? i tried everything.
everywhere put composite etc..
( 'composite', 'Video-IN', '1',0,1 ) ]
( 'composite', 'Video-IN', 'composite',0,1 ) ]
etcetc..
Thanks already for help.
- riku
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
