> On Mon, 17 Dec 2007, Duncan Webb wrote:
>> > (not exactly as if i got it all running yet, the tv displays nothing,
>> the
>> > encoder encodes nothing, the xmltv script is producing rubbish and
>> while
>> > python will parse my old local_conf.py and run, it won't parse the
>> nice
>> > new
>> > one I edited for the new install)
>> > (please design new emoticon for banging head on brick wall)
>>
>> Post your local_conf.py and IIRC you are using an ivtv card, have you
>> checked your logs, they usually reveal the source of a config problem.
>>
>> Must write a tool to provide hardware and configuration information to
>> help resolve these sorts of problems.
>
> 1. ivtv card
> cat /dev/video0 > test.mpeg produces recorded audio and video
> 2. trying to watch tv with freevo gives me a blank screen and no noise at
> all
> 3. terminal messages attached
>
> and seeing the tv picture would be a success story
Wow you have rather a lot of problems.
CannotListenError: Couldn't listen on any:80: (13, 'Permission denied').
You can't run the webserver of port 80 as a non-root user, ports below
1024 are root only ports, you need to use 8080 or something higher.
WWW_PORT = 8080
should be
WEBSERVER_PORT = 8080
*** glibc detected *** /usr/bin/mplayer: double free or corruption
(fasttop): 0x0892f790 ***
This a mplayer problem, never seen it personally.
Loading local configuration file "/home/freevo/.freevo/local_conf.py"
Warning: freevo_config.py was changed, please check local_conf.py
This means that you should run:
freevo convert_config /home/freevo/.freevo/local_conf.py
Check the results and then run
freevo convert_config /home/freevo/.freevo/local_conf.py -w
Then update CONFIG_VERSION = 5.20 to CONFIG_VERSION = 5.21 in local_conf.py
VIDEO_GROUPS = [
VideoGroup(vdev = '/dev/video0',
adev = '/dev/adsp',
input_type = 'tuner',
input_num = 0,
tuner_norm = CONF.tv,
tuner_chanlist = CONF.chanlist,
desc='Default Video Group',
group_type = 'ivtv',
record_group = None),
]
should be:
VIDEO_GROUPS = [
VideoGroup(vdev = '/dev/video0',
adev = None,
input_type = 'tuner 1',
input_num = 0,
tuner_norm = CONF.tv,
tuner_chanlist = CONF.chanlist,
desc='Default Video Group',
group_type = 'ivtv',
record_group = None),
]
An error should have been reported in the main or recordserver logs about
the input type being incorrect.
HTH
Duncan
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users