Rahul Gosavi wrote:
> Hi,
>         Still I am suffering from same problem I am not able to watch live
> tv on my freevo..I configured local.conf.py and freq.py file(please find the
> attachment) I tried to run same command which is coming in freevo log file
> but after that I am getting this ..

I'm not really surprised that this is not working as mplayer does not
support the ivtv driver with the tv:// url.

You *need* to use the ivtv plugins and video groups

VIDEO_GROUPS = [
    VideoGroup(vdev = '/dev/video0',
        vvbi = '/dev/vbi0',
        adev = '/dev/adsp',
        input_type = 'Tuner 0',
        input_num = 4, #0 or 4,
        tuner_norm = CONF.tv,
        tuner_chanlist = CONF.chanlist,
        desc = 'PVR-350 Video Group',
        group_type = 'ivtv',
        record_group = None),
]

plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')

You can find out more by searching for ivtv in the wiki.

HTH
Duncan

> 
> ****************************************************************************
> ***************************************************************************
> 
> 
> [EMAIL PROTECTED] freevo]$ /usr/local/bin/mplayer -vo xv,sdl,x11,  -fs 
> -autosync
> 100  -nolirc -autoq 100 -screenw 800 -screenh 600 -fs -slave -nocache tv://
> -tv driv
> er=v4l:freq=215.250:device=/dev/video0:input=0:norm=PAL:width=640:height=480
> :out fmt=yuy2 , poll=0
> MPlayer 1.0pre8-4.0.0 (C) 2000-2006 MPlayer Team
> CPU:               Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 2,
> Step ping: 9)
> CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
> Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
> 
> Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
> Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system
> startup scripts.
> 
> Playing tv://.
> Selected driver: v4l
>  name: Video 4 Linux input
>  author: Alex Beregszaszi
>  comment: under development
> =================================================================
>  WARNING: YOU ARE USING V4L DEMUXER WITH V4L2 DRIVERS!!!
>  As the V4L1 compatibility layer is broken, this may not work.
>  If you encounter any problems, use driver=v4l2 instead.
>  Bugreports on driver=v4l with v4l2 drivers will be ignored.
> =================================================================
> Selected device: WinTV PVR 350
>  Capabilites: capture tuner teletext
>  Device type: 7
>  Supported sizes: 48x32 => 0x0
>  Inputs: 10
>   0: Composite 0:  (tuner:0, norm:pal)
>   1: Composite 1:  (tuner:0, norm:pal)
>   2: Composite 2:  (tuner:0, norm:pal)
>   3: Composite 3:  (tuner:0, norm:pal)
>   4: Tuner 0: tuner tv  (tuner:1, norm:pal)
>   5: Composite 4:  (tuner:0, norm:pal)
>   6: S-Video 0:  (tuner:0, norm:pal)
>   7: S-Video 1:  (tuner:0, norm:pal)
>   8: S-Video 2:  (tuner:0, norm:pal)
>   9: S-Video 3:  (tuner:0, norm:pal)
> ioctl get mbuf failed: Invalid argument
> 
> 
> Playing ,.
> File not found: ','
> Failed to open ,.
> 
> 
> Playing poll=0.
> File not found: 'poll=0'
> Failed to open poll=0.
> 
> 
> Exiting... (End of file)
>  
> ****************************************************************************
> ****************************************************************************
> *
> 
> This Is My Freevo Log
> 
> ****************************************************************************
> ****************************************************************************
> *
> 
> [EMAIL PROTECTED] freevo]$ freevo
> 
> Warning: freevo_config.py was changed, please check local_config.py
> 
> You are using version 5.17, changes since then:
> The changelist has not been updated, please notify the developers!
> 
> config.py (518): Logging to /var/log/freevo/main-505.log
> 
> Error: TV_RECORD_DIR not set
> Please set TV_RECORD_DIR to the directory, where recordings should be stored
> or remove the tv plugin. Autoset variable to /home/rahul.
> 
> Error: VIDEO_SHOW_DATA_DIR not found
> ROM_DRIVES: Auto-detected and added "('/media/cdrom', '/dev/hdc', 'CD-1')"
> config.py (903): Using 'UTF-8' encoding
> WARNING: PyLirc not found, lirc remote control disabled!
> 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.0pre8-4.0.0
> mplayer.py (112): MPlayer version set to: 1.0
> epg_xmltv.py (139): XMLTV, trying to read raw file (/tmp/TV.xml)
> epg_xmltv.py (186): XMLTV file (/tmp/TV.xml) missing!
> epg_xmltv.py (193): epg_xmltv.py: Only adding channels in list
> tvguide.py (128): update schedule
> USING CUSTOM FREQUENCY: chan="A16", freq="215250"
> logging child to "/var/log/freevo/mplayer-stdout.log"
> logging child to "/var/log/freevo/mplayer-stderr.log"
> self.t1.isAlive()=True, self.t2.isAlive()=True
> ChildApp.__init__(), pid=8820, app= /usr/local/bin/mplayer -vo xv,sdl,x11,
> -fs -autosync 100 -nolirc -autoq 100 -screenw 800 -screenh 600 -fs -slave
> -nocache tv:// -tv
> driver=v4l:freq=215.250:device=/dev/video0:input=0:norm=PAL:width=640:height
> =480:outfmt=yuy2 , poll=0
> 1195134554.39: started tv app
> tvguide.py (128): update schedule
> osd.py (233): Couldnt load font "arial_bold.ttf"
> osd.py (239): trying alternate: verabd.ttf
> 
> ****************************************************************************
> ****************************************************************************
> *
> 
> 
> In between that I am able to get live tv from mplayer with particular
> frequency..as you mentioned in earlier mail that fix the tv card using the
> tv:// url. Can u please tell me what was that means??
> Waiting for your reply.
> 
> Thanks & Regards,
> Rahul Gosavi
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Webb
> Sent: Wednesday, November 07, 2007 12:16 PM
> To: [email protected]
> Subject: Re: [Freevo-users] Help !!!
> 
>> Hi,
>>
>>                As u suggested I tried to run same command which is coming
>> in
>> the freevo log file
>>
>>
>>
>>
>>
>> "/usr/local/bin/mplayer -vo xv,sdl,x11, -fs -autosync 100 -nolirc -autoq
>> 100
>> -screenw 800 -screenh 600 -fs -slave -nocache tv:// -tv
>>
> driver=v4l:freq=216.000:device=/dev/video0:input=0:norm=PAL:width=640:height
>> =480:outfmt=yuy2 , poll=0"
>>
>> But it is not working . Instead of this I want to give direct command like
>> "mplayer - framedrop  /dev/video0" .for this which file of freevo I want
>> to
>> edit. Can u please tell me? And  I got the exact frequency which gives me
>> free to air channels for India in the Ireland's channel  list.
> 
> What TV card have you got?
> 
> If it is an ivtv card you will need to use a different TV plug-in.
> 
> ****************************************************************************
>> ******************************
>>
>>
>>
>> [EMAIL PROTECTED] freevo]# freevo
>>
>> Warning: freevo_config.py was changed, please check local_config.py
>>
>> You are using version 5.17, changes since then:
>> The changelist has not been updated, please notify the developers!
>>
>> config.py (518): Logging to /var/log/freevo/main-0.log
>>
>> Error: TV_RECORD_DIR not set
>> Please set TV_RECORD_DIR to the directory, where recordings should be
>> stored
>> or remove the tv plugin. Autoset variable to /root.
> 
> This is important for recordings, set "TV_RECORD_DIR=/path/to/save/files"
> in your local_conf.py
> 
>> Error: VIDEO_SHOW_DATA_DIR not found
>> ROM_DRIVES: Auto-detected and added "('/media/cdrom', '/dev/hdc', 'CD-1')"
>> config.py (903): Using 'UTF-8' encoding
>>
>> Warning: cache is older than 7 days
>> Running 'freevo cache' is recommended.
>>
>> WARNING: PyLirc not found, lirc remote control disabled!
>> 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.0pre8-4.0.0
>> mplayer.py (112): MPlayer version set to: 1.0
>> (111, 'Connection refused')
>>
>> (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 CUSTOM FREQUENCY: chan="A17", freq="216000"
>> logging child to "/var/log/freevo/mplayer-stdout.log"
>> logging child to "/var/log/freevo/mplayer-stderr.log"
>> self.t1.isAlive()=True, self.t2.isAlive()=True
>> ChildApp.__init__(), pid=3490, app= /usr/local/bin/mplayer -vo xv,sdl,x11,
>> -fs -autosync 100 -nolirc -autoq 100 -screenw 800 -screenh 600 -fs -slave
>> -nocache tv:// -tv
>>
> driver=v4l:freq=216.000:device=/dev/video0:input=0:norm=PAL:width=640:height
>> =480:outfmt=yuy2 , poll=0
>> 1194431246.24: started tv app
>> tvguide.py (128): update schedule
>>
>>
>>
>> (111, 'Connection refused')
>> (111, 'Connection refused')
> 
> This means that the recordserver is not running.
> First need to fix the tv card using the tv:// url.
> 
>> osd.py (233): Couldnt load font "arial_bold.ttf"
>> osd.py (239): trying alternate: verabd.ttf
> 
> Duncan
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Freevo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> DISCLAIMER
> ==========
> This e-mail may contain privileged and confidential information which is the 
> property of Persistent Systems Ltd. It is intended only for the use of the 
> individual or entity to which it is addressed. If you are not the intended 
> recipient, you are not authorized to read, retain, copy, print, distribute or 
> use this message. If you have received this communication in error, please 
> notify the sender and delete all copies of this message. Persistent Systems 
> Ltd. does not accept any liability for virus infected mails.
> 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to