View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 36 posts ] 
Go to page Previous  1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Sat Sep 08, 2007 3:35 pm 
Offline
Joined: Thu Feb 02, 2006 2:01 am
Posts: 20
zetoune wrote:
thx scott, but it was already checked.


How about the question? Does it show you the program if unchecked?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 08, 2007 3:46 pm 
Offline
Joined: Sun Oct 16, 2005 12:15 pm
Posts: 288
zetoune wrote:
my box freezes when I'm using fast forward for few seconds.


actually it hangs on "pause" , I can't get it playing anymore. It says "PAUSE" and I can see the timer keep going.

(not sure if my words are correct, not english fluent).

Commands with remote still respond but it does nothing except staying on PAUSE. I have to reboot to make it work again.


scott, if I'm gonna try unchecked.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 08, 2007 5:09 pm 
Offline
Joined: Sun Oct 16, 2005 12:15 pm
Posts: 288
after several tests, pause, skip forward, rewind , several times, it doesn't seem to freeze if I uncheck use 350 MPEG Hardware.

So do you have idea where it comes from?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 08, 2007 9:23 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

Beside the ivtv option, there were a couple of lines that go into the xorg.conf that helped. Should be on the Hints&Tips section.

Using the hardware decoder, it plays nicely on an old 600 mhz box

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 12:05 am 
Offline
Joined: Thu Feb 02, 2006 2:01 am
Posts: 20
zetoune wrote:
after several tests, pause, skip forward, rewind , several times, it doesn't seem to freeze if I uncheck use 350 MPEG Hardware.

So do you have idea where it comes from?


Nothing definitive, sorry.

You should be able to send a recording file directly to /dev/video16, without MythTV running, and have it display. Something like this, from an xterm window:
Code:
cd /myth/tv
ls

Pick a file name that ends in .mpg from the list and then:
Code:
cat filename >/dev/video16

In addition to verifying the xorg.conf file I would make sure that the capture card isn't sharing an interrupt with anything else. You can check the interrupt mapping by doing this:
Code:
cat /proc/interrupts

Hope this helps.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 8:55 am 
Offline
Joined: Sun Oct 16, 2005 12:15 pm
Posts: 288
I get this error message in frontend log.

Quote:
2007-09-09 10:54:53.447 IVD Error: Fetching frames played from decoder
eno: Input/output error (5)


any ideas what is the problem?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 9:18 am 
Offline
Joined: Sun Oct 16, 2005 12:15 pm
Posts: 288
searching for a solution on google I found this thread http://www.gossamer-threads.com/lists/ivtv/users/36482#36482

There is a patch for 350 TV Out for MyThtv. I can try.
But I don't know how to patch and what do I have to patch? Can someone help me?


Top
 Profile  
 
 Post subject: MythTV/ivtv patch
PostPosted: Sun Sep 09, 2007 11:03 am 
Offline
Joined: Thu Feb 02, 2006 2:01 am
Posts: 20
It should go something very much like this. First, change to the directory where your MythTV checkout is (where the mythtv and mythplugins directories are). Then:
Code:
wget http://www.iarmst.demon.co.uk/test/mythfix-ivtv-v1.patch
cd mythtv
patch -p0 <../mythfix-ivtv-v1.patch
make
su
make install

Beware: While the thread you referenced is promising, I haven't tested the result.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 12:21 pm 
Offline
Joined: Sun Oct 16, 2005 12:15 pm
Posts: 288
How can I know if it's patch or not?
I followed your instruction but I can't be sure it's patched or not.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 2:14 pm 
Offline
Joined: Sun Oct 16, 2005 12:15 pm
Posts: 288
I don't know if patch was applied or not but it changed nothing for me.

But I unchecked "Sticky keys" from Setup/TV and now I can rewind and forward and pause without any problem. I tried checked again to be sure and the problem came back.

So I have to leave it unchecked to get it work!
Maybe I have to wait for next release!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 3:13 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
That patch is only if you are using a newer version of the ivtv drivers. If you are not, then it won't for for you.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 3:14 pm 
Offline
Joined: Sun Oct 16, 2005 12:15 pm
Posts: 288
I've installed 0.10.5. it's not the last one?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 3:23 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
The latest for 2.6.18 and below, but it isn't the latest. Whatever the issue you are having, that patch you applied won't help to resolve them. If fact, if you do resolve them, that patch will mask any success you may have had. R5F27 will be released in about 2 hours. You can auto upgrade to it. Barring hardware issues, the 350's TV out should work.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 3:30 pm 
Offline
Joined: Sun Oct 16, 2005 12:15 pm
Posts: 288
ok thank you for explanation. I'm gonna wait for next release. It should be easier for me. (even if it works with Sticky keys unchecked).


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 7:14 pm 
Offline
Joined: Thu Feb 02, 2006 2:01 am
Posts: 20
cecil wrote:
That patch is only if you are using a newer version of the ivtv drivers. If you are not, then it won't for for you.


The patch is for ivtv-0.10 and later, particularly. KnoppMyth R5F1 uses 0.10.0, if I recall correctly?

I've since tested the patch. It seems to work better, though what I normally have a problem with is not normally so severe as zetoune. :(

Good news on R5F27! Thank you and thanks to everyone who helped to make it happen!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 36 posts ] 
Go to page Previous  1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu