[mythtv] Re: [mythtv-commits] Ticket #793: mythbackend segfault at end of every recording (DVB)

2005-12-11 Thread Greg Grotsky
On 12/11/05, MythTV <[EMAIL PROTECTED]> wrote: #793: mythbackend segfault at end of every recording (DVB) Just to confirm, I'm experiencing this as well.  DVB HD-3000, running SVN 8213. -Greg ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://m

[mythtv] Re: [mythtv-commits] Ticket #510: Compile error in MythMusic with latest SVN

2005-10-22 Thread Greg Grotsky
I had this same error when I was compiling, I determined that it was a problem compiling with --compile-type=debug.  If you use release, it won't give that error.  Guess it hasn't been fixed yet, I wish I could do it. :)  I don't know anything about assembly or C++. -GregOn 10/22/05, MythTV <[EMA

Re: [mythtv] Re: Ticket #459: Wrong Default Aspect when HD in 1920x1088

2005-10-17 Thread Greg Grotsky
The fix didn't work.  I just updated and now like ticket #487 shows, I cannot change the aspect ratio using 'W' to fix it.  Doh!On 10/17/05, Daniel Kristjansson <[EMAIL PROTECTED] > wrote:Thanks for all the info, I think I found the problem.Can you try the latest SVN and tell me if it works?

Re: [mythtv] Some ATSC channels displayed "choppy", but only on LiveTV

2005-10-16 Thread Greg Grotsky
Jack, When you change to a channel that's choppy, try pausing it 'P' for a couple of seconds and unpausing it, 'P' again.  I have a similar problem on my HD-3000 tuning FOX and the pause trick always seems to make it run smoothly.  I can't wait for Issac's LiveTV fix. :)  Daniel, since your big DV

Re: [mythtv] Re: Ticket #459: Wrong Default Aspect when HD in 1920x1088

2005-10-15 Thread Greg Grotsky
Stuart, I don't think it is the same issue.  Because here in the US the channels don't change the resolution they are broadcasting in, they only change the aspect ratio of the content and how much of the screen it fills.  The commercials and stuff that looks like 4:3 is actually sent to us in a ful

Re: [mythtv] Re: Ticket #459: Wrong Default Aspect when HD in 1920x1088

2005-10-15 Thread Greg Grotsky
Answers below...On 10/15/05, Daniel Kristjansson <[EMAIL PROTECTED]> wrote: I think this is narrow enough, my guess is 7334. It looks likeit is not a change in the aspect ratio code giving you problems,but rather a change in the starting video due to the signalmonitoring dummy video. The video outp

Re: [mythtv] Re: Ticket #459: Wrong Default Aspect when HD in 1920x1088

2005-10-14 Thread Greg Grotsky
On 10/14/05, Daniel Kristjansson <[EMAIL PROTECTED]> wrote: BTW  log2(50) = 6 more to go... Okay, I've narrowed it down to 7325-7335.  Now I can't compile 7329 or 7330, it's giving me: g++ -c -pipe -march=k8 -Wall -W -O3 -Wall -Wno-switch -fomit-frame-pointer `freetype-config --cflags` -D_REENTRAN

[mythtv] Re: Ticket #459: Wrong Default Aspect when HD in 1920x1088

2005-10-13 Thread Greg Grotsky
Okay I've been divide and conqureing this thing all night I've just verified that it works in REV7300 but not in REV7350, I'll do some more tomorrow unless that narrows it down enough. :)  I don't suppose you know of a better way to figure out which commit it was? If you find the commit that broke

Re: [mythtv] Memory leaks with 7385

2005-10-05 Thread Greg Grotsky
I also noticed a memory leak but this is the first time I've noticed it.  I've been running myth for about 6 months now, updating it via CVS/SVN more than once a week.  This morning, I came in and the HDD was doing stuff audibly, I was pretty sure I didn't have anything going in the background, lik

[mythtv] Re: [mythtv-commits] Re: Ticket #345: starting live TV failed

2005-09-19 Thread Greg Grotsky
I get this same stuff with my recent SVN last night (7272) using DVB on HD-3000. Kernel version: 2.6.13.2.  LiveTV works the first time but exiting and reentering LiveTV or changing channels is very risky. -Greg 2005-09-19 22:04:33.999 Connecting to backend server: 192.168.1.100:6543 (try 1 of

Re: [mythtv] Can't Compile MythMusic (Goom) in latest SVN

2005-09-14 Thread Greg Grotsky
it's the debug that's been breaking it. -GregOn 9/14/05, Greg Grotsky <[EMAIL PROTECTED]> wrote: I've been trying to get this working for a couple weeks now without any success.  I'm running SVN version.  I used to be able to run: ./configure --enable-proc-opt --disable-

[mythtv] Scheduled Recording Switched PS in Mid-stream

2005-09-01 Thread Greg Grotsky
Greetings, I'm running SVN Myth as of a few days ago, like from the August 29th.  Tonight I had the movie, "Shanghai Nights", scheduled to record on ABC.  I'm using a pcHDTV HD-3000 card to record the streams.  ABC has two program streams in my area and my recording is of the HD stream (6.1).  How

Re: [mythtv] livetv seeking bug

2005-08-29 Thread Greg Grotsky
I've noticed some weird seeking problems with livetv as well.  I've found that I can go into livetv and watch a little, like 20 seconds worth.  Then skip back to where it started recording (-20 seconds) and attempt to jump forward to realtime.  The time counter will go to -3 seconds but the stream

Re: [mythtv] Can't Compile MythMusic (Goom) in latest SVN

2005-08-28 Thread Greg Grotsky
Thanks for the help Carl, I was able to get it compiled using the --arch=i686 switch on configure. But now I have an even bigger problem! When I try to watch a recording or try to go into LiveTV, the CPU gets railed! I get a single snapshot of the video it was going to show me and the audio pl

[mythtv] Re: [mythtv-commits] Re: Ticket #157: Patch to show current recordings status on LCD

2005-08-28 Thread Greg Grotsky
Guys, I think this patch broke my LCD fucntionality. I have a 2x16, and now when I let the machine idle (expecting it to display the time) it will shuffle through seemly-random LCD displays that once were on the unit. Right now, It shows old time (about 10 minutes off), then a screen from myt

Re: [mythtv] Can't Compile MythMusic (Goom) in latest SVN

2005-08-24 Thread Greg Grotsky
mes with mythplugins? I don't see that option in ./configure --help (--disable-mmx) or do I do it with mythtv? Thanks, -Greg On 8/24/05, Carl Reynolds <[EMAIL PROTECTED]> wrote: > Greg Grotsky wrote: > > >gcc -c -pipe -march=k8 -Wall -W -g -D_REENTRANT -DPIC -fPIC

[mythtv] Re: Can't Compile MythMusic (Goom) in latest SVN

2005-08-24 Thread Greg Grotsky
Has anyone been able to compile mythplugins with mythmusic support and all the bells and whistles from latest SVN? I'd like to know if it's my setup or the code. :) Thanks, -Greg On 8/23/05, Greg Grotsky <[EMAIL PROTECTED]> wrote: > I updated to latest svn version of mythplu

[mythtv] Can't Compile MythMusic (Goom) in latest SVN

2005-08-22 Thread Greg Grotsky
I updated to latest svn version of mythplugins and goom won't compile: gcc -c -pipe -march=k8 -Wall -W -g -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DMMX-Di386 -D_FILE_OFFSET_BITS=64 -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I

[mythtv] Bug in MythGame (and suggestion)

2005-07-29 Thread Greg Grotsky
When I hit enter on a catagory (instead of a ROM/Game) it segfaults the frontend. I have a suggestion for the organization of the game display. I noticed that when adding PC games, they go under a system named the name of the game. I have quite a few PC Games set up, so each one of them is a sys

[mythtv] SegFault in dsputil_mmx.c on channel change.

2005-07-29 Thread Greg Grotsky
All, I get a segv every once in a while (about 20% of the time) when switching channels on my pcHDTV using DVB. I used the gdb to backtrace the segfault and I have attached a text file with all the output from the commands mentioned on the MythTV.org's howto (it's so helpful). For this fail

Re: [mythtv] Comm flagging not working CVS 18.20050409-1

2005-04-25 Thread Greg Grotsky
I have this problem as well. I'm trying to use the commercial detection on the fly and as soon as I start recording the episode, I can bring up another mythfrontend and check the system status to see where the commercial flagging is. It's always says "Finished 0 Breaks Found". I'm using CVS from

Re: [mythtv] TS/PS & commercial flagging (Was: Bug? HD-3000 DVB driver timestamps)

2005-04-20 Thread Greg Grotsky
Yes, I noticed this as well! Commercial breaks are always landing on blank frames now!!! YAY. The detection is MUCH better than it was before. I wish I knew about the TS think before. Good work on the detection code! -Greg ___ mythtv-dev mailing list

Re: [mythtv] 0.18 Choppy audio and video on some uk freeview dvbchannels

2005-04-18 Thread Greg Grotsky
Excellent! I didn't like being 1/1, thanks for helping to prove it out. -Greg On 4/18/05, Endaf Jones <[EMAIL PROTECTED]> wrote: > Yes, commenting out av_remove_stream did the trick (along with TS switch). > > That's 2/2 now. > > Thank you > ___

Re: [mythtv] 0.18 Choppy audio and video on some uk freeview dvbchannels

2005-04-17 Thread Greg Grotsky
Jason, I am using a HD-3000 as well. I've noticed when changing to FOX the audio seems to always studder, though I can pause it for a second and play it again and the audio resumes. This is how I watch FOX when I'm flippin' channels. Try it out and see if it works for the channels that aren't f

Re: [mythtv] 0.18 Choppy audio and video on some uk freeview dvb channels

2005-04-17 Thread Greg Grotsky
Roger, Try running mythtv-setup and switching the recording type on your card from PS to TS. I found an issue that came up from a CVS commit from March 27 to March 29th that broke a couple channels on my setup... switching to TS fixed the problem. It turns out that those channels that were broke

Re: [mythtv] A/V Bug in CVS from 12:00am 3/27 to 12:00am 3/29

2005-04-16 Thread Greg Grotsky
I commented that guy out and I've been trying it. I haven't had the audio vanish like it was before, this looks promising. What's the drawback to not removing the stream? Regarding the missing audio on multi-stream channels (until + is pressed), I believe when the streams are added it plays

Re: [mythtv] No Video / fonts too big.

2005-04-16 Thread Greg Grotsky
That's a pretty nice way to do it but I wonder if the Myth gods could add a DPI setting in the setup menus for Myth. Kinda like Mozilla did with Firefox, Edit->Preferences->General->Font&Colors->Display Resolution You can change the dpi there for just Firefox. This would make it very easy to twe

Re: [mythtv] A/V Bug in CVS from 12:00am 3/27 to 12:00am 3/29

2005-04-15 Thread Greg Grotsky
Also, on those channels that were broken... now when I tune to them there is no audio at first I have to hit plus or minus to rotate to the next audio stream for it to begin playing the audio stream. On 4/15/05, Greg Grotsky <[EMAIL PROTECTED]> wrote: > Wow! That was the correct questi

Re: [mythtv] A/V Bug in CVS from 12:00am 3/27 to 12:00am 3/29

2005-04-15 Thread Greg Grotsky
On 4/15/05, John Pullan <[EMAIL PROTECTED]> wrote: > Could you let us know what recorder options you are using ? > e.g PS or TS mode how many audio tracks etc ? > Thanks Wow! That was the correct question to ask! How did you know??! I was using PS mode and there was only one audio track on both

[mythtv] A/V Bug in CVS from 12:00am 3/27 to 12:00am 3/29

2005-04-15 Thread Greg Grotsky
I've been trying to narrow down the issue with audio jitter and slow-mo video. I've determined that it was broken in CVS sometime between 3/27/2005 and 3/29/2005. I checked out CVS MythTV from 3/27/2005 and it works for all channels, when I check it out from 3/29/2005 (because 3/28 backend segfau