I was trying to sort out putting my machine onto another monitor with 
different resolution and in the process of making a new xorg.conf i broke 
mplayer

so video can be played with xine

but tv is no-go as mplayer remains broken 

I can play recorded tv satisfactorily with 
mplayer -vo x11 -framedrop /path/to/the/file.ts

but attempts to force x11 through local_conf.py result in an error that the 
video output is not suited to the card


# 
======================================================================
# MPlayer settings:
# 
======================================================================

MPLAYER_AO_DEV      = 'alsa'  # e.g.: oss,sdl,alsa, see mplayer docs

MPLAYER_VO_DEV_OPTS = 'x11'              # e.g.: ':some_var=vcal'


MPLAYER_ARGS['dvd']     = '-cache 8192'
MPLAYER_ARGS['dvb']     = '-framedrop -vf pp=de/fd -cache 4096'
MPLAYER_ARGS['vcd']     = '-cache 4096'
MPLAYER_ARGS['cd']      = '-cache 1024 -cdda speed=2'
MPLAYER_ARGS['tv']      = '-nocache'
MPLAYER_ARGS['ivtv']    = '-cache 8192'
MPLAYER_ARGS['avi']     = '-cache 5000 -idx'
MPLAYER_ARGS['flv']     = '-nocache -forceidx'
MPLAYER_ARGS['mp4']     = '-nocache -forceidx'
MPLAYER_ARGS['rm']      = '-cache 5000 -forceidx'
MPLAYER_ARGS['rmvb']    = '-cache 5000 -forceidx'
MPLAYER_ARGS['webcam']  = 'tv:// -tv 
driver=v4l:width=352:height=288:outfmt=yuy2:device=$
MPLAYER_ARGS['default'] = '-framedrop -cache 5000'

# 
======================================================================
# Xine settings:
# 
======================================================================

XINE_VO_DEV  = 'x11'
XINE_COMMAND = '%s --auto-play=fq --hide-gui --borderless --geometry %sx%s+0+0 
--no-spla$
                (CONF.xine, CONF.width, CONF.height)
XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'"

XINE_AO_DEV = 'alsa'                     # alsa or oss


I tried this
#
TV_OPTS = '-vo=x11 -framedrop '

but this doesn't work either

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to