I just went through this myself. You need to configure your VIDEO_GROUPS. Freevo is currently trying to use mplayer tv:// which does not work with ivtv. edit your local_conf as follows and give it another shot. This was just added to the wiki yesterday.

VIDEO_GROUPS = [
   VideoGroup(vdev='/dev/video0',
              adev=None,
              input_type='tuner',
              input_num=4,
              tuner_norm='NTSC',
              tuner_chanlist='us-cable',
              desc='Regular cable',
              group_type='ivtv',
              recordable=True),
]

-Davin

nab Hassan wrote:

runnin suse 9.2, PVR-150, mplayer 1.0pre7. tv works fine with mplayer in stand alone. when I use freevo to watch tv, it crashes with following freevo output messages:

config.py (518): Logging to /tmp/freevo/main-1000.log
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/dvd', '/dev/dvd', 'DVD-1')"
config.py (903): Using 'UTF-8' encoding
WARNING: /etc/freevo/lircrc not found!
main.py (221): load basic skin settings: blurr
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
__init__.py (239): Building the xml hash database...
__init__.py (271): done
mplayer.py (102): MPlayer version is: 1.0pre7-SUSE-9.2-i686-Packman-3.3.4
mplayer.py (112): MPlayer version set to: 1.0
xine.py (114): detect xine version 9902
xine.py (76): detect fbxine version 9902
(111, 'Connection refused')
epg_xmltv.py (101): XMLTV, reading cached file (/var/cache/freevo/TV.xml.pickled)
epg_xmltv.py (129): XMLTV, got cached guide (version 6).
(111, 'Connection refused')
tvguide.py (128): update schedule
(111, 'Connection refused')
USING STANDARD FREQUENCY: chan="3", freq="61250"
logging child to "/tmp/freevo/mplayer-stdout.log"
logging child to "/tmp/freevo/mplayer-stderr.log"
self.t1.isAlive()=True, self.t2.isAlive()=True
ChildApp.__init__(), pid=25564, app= /usr/bin/mplayer -vo xv,sdl,x11, -fs -autosync 100 -nolirc -autoq 100 -screenw 800 -screenh 600 -fs -slave -nocache tv:// -tv driver=v4l2:freq=61.250:device=/dev/video0:input=0:norm=NTSC:width=640:height=480:outfmt=yuy2 , poll=-1
1117242496.95: started tv app
tvguide.py (128): update schedule
(111, 'Connection refused')
(111, 'Connection refused')

Your help is appreciated,
TIA

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to