[Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-11-09 Thread SourceForge.net
Bugs item #1582577, was opened at 2006-10-22 16:07 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1582577group_id=46652 Please note that this message will contain a full copy of the comment

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-26 Thread Duncan Webb
Justin Wetherell wrote: Yes, im in NTSC land. I think I found the problem. Maybe I need to update the ivtv driver? Since it looks like a valid option. In 1.5.4 does it not do the set-vbi-embed=1? ivtvctl --get-vbi-embed ioctl IVTV_IOC_G_VBI_EMBED ok vbi embedded in MPEG stream:

[Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-26 Thread SourceForge.net
Bugs item #1582577, was opened at 2006-10-23 01:07 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1582577group_id=46652 Please note that this message will contain a full copy of the comment

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-26 Thread Justin Wetherell
Im not sure if you fixed this yet but it's still not working using todays SVN.Video Opened at /dev/video0Traceback (most recent call last): File /usr/local/freevo/src/main.py, line 301, in eventhandler app.eventhandler(event) File /usr/local/src/freevo-1.7/src/menu.py, line 425, in eventhandler

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-26 Thread Evan Hisey
Justin- Are you sure you are not loading bttv or other non-ivtv TV card drivers. I was getting this exact error when trying to use the ivtv plugin when my card was using the bttv drivers. Granted I have not had a chance to test it against my PVR 150 card to be sure it was just the driver cuasing

[Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread SourceForge.net
Bugs item #1582577, was opened at 2006-10-22 23:07 Message generated for change (Comment added) made by ehisey You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1582577group_id=46652 Please note that this message will contain a full copy of the comment

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Duncan Webb
SourceForge.net wrote: Bugs item #1582577, was opened at 2006-10-22 23:07 Message generated for change (Comment added) made by ehisey You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1582577group_id=46652 Justin, have you resolved this problem?

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Justin Wetherell
I haven't tried it with a newer version of the SVN yet but I will when I get home. Has anything been done in the code to address this? I feel like I should haven't to adjust my current setup for it to work, since it worked fine in 1.5.4 but I will if you feel it's needed.On 10/25/06, Duncan Webb

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Duncan Webb
Justin Wetherell wrote: I haven't tried it with a newer version of the SVN yet but I will when I get home. Has anything been done in the code to address this? I feel like I should haven't to adjust my current setup for it to work, since it worked fine in 1.5.4 but I will if you feel it's

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Justin Wetherell
Just to get this posted before I get a chance to try: PVR-150 Linux version 2.6.10 ivtv-0.4.4 VIDEO_GROUPS = [ VideoGroup(vdev='/dev/video0', adev=None, input_type='tuner', input_num=0, tuner_norm='NTSC', tuner_chanlist='us-cable', desc='Cable', group_type='ivtv', record_group=1),

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Justin Wetherell
I don't know if i've posted this before but it _does_ record fine, it's just watching live TV that doesn't work.On 10/25/06, Justin Wetherell [EMAIL PROTECTED] wrote:Just to get this posted before I get a chance to try: PVR-150 Linux version 2.6.10 ivtv-0.4.4 VIDEO_GROUPS = [

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Duncan Webb
Justin Wetherell wrote: Just to get this posted before I get a chance to try: Only one TV card then it should be: VIDEO_GROUPS = [ VideoGroup(vdev='/dev/video0', adev=None, input_type='tuner', input_num=0, tuner_norm='NTSC',

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Justin Wetherell
I'll change the VIDEO_GROUNP but I believe input 0 is correct because it records fine. ioctl: VIDIOC_ENUMINPUT Input : 0 Name : Tuner Type : 0x0001 Audioset: 0x0003 Tuner : 0x Standard: 0x3000 ( NTSC ) Status : 0 Input : 1 Name : Composite 0 Type :

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Justin Wetherell
I made all the changes and updated to revision 8476; I still receive the same errors.Traceback (most recent call last): File /usr/local/freevo/src/main.py, line 301, in eventhandler app.eventhandler (event) File /usr/local/src/freevo-1.7/src/menu.py, line 425, in eventhandler if not

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Duncan Webb
Justin Wetherell wrote: I guess that using mplayer as you tv viewer is fine. The problem is here: File /usr/local/src/freevo-1.7/src/tv/ivtv.py, line 168, in setvbiembed r = fcntl.ioctl(self.device, i32(SETVBI_EMBED_NO), struct.pack(VBI_EMBED_ST, value)) IOError: [Errno 22] Invalid argument

Re: [Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-25 Thread Justin Wetherell
Yes, im in NTSC land. I think I found the problem. Maybe I need to update the ivtv driver? Since it looks like a valid option. In 1.5.4 does it not do the set-vbi-embed=1? ivtvctl --get-vbi-embedioctl IVTV_IOC_G_VBI_EMBED okvbi embedded in MPEG stream: off ivtvctl --set-vbi-embed=1ioctl

[Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-22 Thread SourceForge.net
Bugs item #1582577, was opened at 2006-10-22 19:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1582577group_id=46652 Please note that this message will contain a full copy of

[Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-22 Thread SourceForge.net
Bugs item #1582577, was opened at 2006-10-22 23:07 Message generated for change (Comment added) made by rvpaasen You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1582577group_id=46652 Please note that this message will contain a full copy of the comment

[Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-22 Thread SourceForge.net
Bugs item #1582577, was opened at 2006-10-22 23:07 Message generated for change (Comment added) made by rvpaasen You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1582577group_id=46652 Please note that this message will contain a full copy of the comment

[Freevo-devel] [ freevo-Bugs-1582577 ] Crashes while watching TV

2006-10-22 Thread SourceForge.net
Bugs item #1582577, was opened at 2006-10-23 01:07 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1582577group_id=46652 Please note that this message will contain a full copy of the comment