Thank you Dunkan
the cache command 'ivtv' : '-cache 8192', worked. perfect.
I am most greatful (and happy)
yours truly
Ilan
Duncan Webb wrote:
ilan barak wrote:
Thanks Duncan. Unfortunately this doesn't help.
I got the local_conf changes as you recommended using the convert_config
tool. The problem still exists.
especially the TV config section is now:
TV_VIDEO_GROUPS = [
VideoGroup(vdev='/dev/video0',
adev=None,
input_type='composite 1',
input_num=2,
tuner_norm='PAL',
tuner_type='external',
tuner_chanlist='',
desc='external tuner',
group_type='ivtv')
]
More help will be gratefully appreciated
[snip]
================================================================================
Freevo 1.7.4 r10133 started at Tue Nov 20 08:25:00 2007
--------------------------------------------------------------------------------
File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/mplayer.py",
line 175, in Play
mpl = '--prio=%s %s -vo %s %s -ao %s %s -slave %s %s' % args
TypeError: not enough arguments for format string
Try this first:
Add the following to MPLAYER_ARGS in local_conf.py:
'ivtv' : '-cache 8192',
If this fails then try adding a line of code to
/usr/lib/python2.5/site-packages/freevo/tv/plugins/mplayer.py
I would like to see what the value of args is:
print "args=%r" % (args,)
like this:
args += (tvcmd,)
print 'args=%r' % (args,)
mpl = '--prio=%s %s -vo %s %s -ao %s %s -slave %s %s' % args
command = mpl
Duncan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users
|
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users