Thank you kindly for your suggestion! Enabling this, and looking at
the code, I found that VO_DEV and AO_DEV are NOT optional. If you
don't set them, they default to none and it doesn't work.
However, input source does not set automatically for some reason. I
have to do a v4l2-ctl -i 1, which is strange.
FYI, I have this set:
XINE_TV_TIMESHIFT_FILEMASK = "tmp/livepause"
XINE_TV_VO_DEV = 'xv'
XINE_TV_AO_DEV = 'alsa'
XINE_TV_CONFIRM_STOP = True
XINE_TV_PROGRESSIVE_SEEK = True
XINE_TV_PROGRESSIVE_SEEK_THRESHOLD = 2
XINE_TV_PROGRESSIVE_SEEK_INCREMENT = 5
John Molohan wrote:
Hi Dan,
Have you followed the steps for troubleshooting in the wiki? http://doc.freevo.org/TroubleShooting
Can you post the output from your logs when you launch xine? Also copy
and paste the command freevo uses to launch xine into a terminal and
see if you can get it working there.
John
On 21/02/2010 11:32, Dan Schmidt wrote:
Yes, thanks, PVR 350. Launches xine, but it's just black.
I just want to be able to pause/rewind liveTV. dvbstreamer says it
doesn't support satellite boxes.
FYI, to get that installed on ubuntu 9.10:
http://ubuntuforums.org/showthread.php?t=891767#5
(& 6)
CFLAGS="$CFLAGS -fno-strict-aliasing" ./configure --prefix=/usr
Any help greatly appreciated, I'm starting to think I will NEVER get
freevo to work.
Evan Hisey wrote:
To ask the obvious, but you are using an IVTV card correct?
Evan
On Sat, Feb 20, 2010 at 7:03 PM, Dan Schmidt <helpdesk...@gmail.com> wrote:
Hum... mplayer works, but tv.ivtv_xine_tv does not. Is there some magic
required to make it work? I have the correct xine version.
Many thanks,
-Dan
d...@dan-desktop:~$ xine -v
This is xine (X11 gui) - a free video player v0.99.6cvs.
(c) 2000-2007 The xine Team.
d...@dan-desktop:~$
d...@dan-desktop:~$ cat local_conf_stripped.py
CONFIG_VERSION = 5.27
AUDIO_DEVICE = '/dev/dsp' # e.g.: /dev/dsp0, /dev/audio,
/dev/alsa/?
SYS_SHUTDOWN_ENABLE = 1
SYS_SHUTDOWN_CMD = "sudo shutdown -h now"
EVENT_DEVS = []
UMASK = 002
CACHE_IMAGES = 1
plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')
plugin.remove('tv.mplayer')
plugin.activate('tv.ivtv_xine_tv')
LIRCRC = '/etc/freevo/lircrc'
XINE_HAS_NO_LIRC = False
TV_SETTINGS = 'ntsc television us-cable /dev/video0'
TV_DRIVER = 'v4l2'
TV_DEVICE = '/dev/video0'
TV_INPUT = 1
TV_VIDEO_GROUPS = [
VideoGroup(vdev=TV_DEVICE,
adev=None,
input_type='s-video 1',
input_num=1,
tuner_type='external',
group_type = 'ivtv',
desc='PVR-350 Video Group'),
]
TV_IVTV_OPTIONS = {
'input' : 1,
'resolution' : '720x480',
'aspect' : 2,
'audio_bitmask' : 233,
'bframes' : 3,
'bitrate_mode' : 1,
'bitrate' : 4000000,
'bitrate_peak' : 4000000,
'dnr_mode' : 0,
'dnr_spatial' : 0,
'dnr_temporal' : 0,
'dnr_type' : 0,
'framerate' : 0,
'framespergop' : 15,
'gop_closure' : 1,
'pulldown' : 0,
'stream_type' : 10,
}
XMLTV_SORT = '/usr/bin/tv_sort'
XMLTV_FILE = '/home/dan/test_zap/xmltv.xml'
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
|