Re: [mythtv] OpenGL and LibmythUI status

2005-01-19 Thread Isaac Richards
On Thursday 20 January 2005 02:26 am, Code Logic wrote: > > Well, you said that mythuitest didn't work for you? I'd say the first > > thing would be to fix it. =) > > That was a GLX <--> Composite extensions clash. They're quite > incompatible with one another. Disabling the Composite extension >

Re: [mythtv] [PATCH] Updated Patch to fix rounding errors from Aspect Ratio settings

2005-01-19 Thread Terry Barnaby
Hi All, Any other feedback on the last mythtv-aspect3.patch I submitted a while ago ? It is working well here. Can it be put into the CVS tree ? Terry -- Dr Terry Barnaby BEAM Ltd Phone: +44 1454 324512 Northavon Business Center, Dean Rd Fax: +44 1454 31317

Re: [mythtv] OpenGL and LibmythUI status

2005-01-19 Thread Code Logic
> Well, you said that mythuitest didn't work for you? I'd say the first thing > would be to fix it. =) That was a GLX <--> Composite extensions clash. They're quite incompatible with one another. Disabling the Composite extension resulted in the app running fine, so there was nothing to fix there

Re: [mythtv] Lossless MPEG2 editing!

2005-01-19 Thread Chris Petersen
Why haven't you simply used gopchop? It's been around for ages, and does almost exactly this. Check out past messages on this list (and others) as to why it doesn't work all that well. or nuvexport with the mpeg2cut option (which uses avidemux)... -Chris

Re: [mythtv] Re: mythmusic and LCDd segfault without LCDd OK

2005-01-19 Thread Eskil Heyn Olsen
On Fri, 2005-01-14 at 22:09 +, Allan Stirling wrote: > So, what I've done is add a tick box to the top to disable the whole > lot. This works and disappears the other items quite nicely - However, > I'm still learning my way around Myth (Only been looking for about a > year!), so I can't se

Re: [mythtv] Re: Burning support

2005-01-19 Thread Isaac Richards
On Wednesday 19 January 2005 11:08 pm, Alan Gonzalez wrote: > I'll take a look at mfd. Never used it before It's intended to eventually take control of all "frontend" hardware tasks - ripping (cd, dvd), burning, network abstraction of drives to play media on other frontends, sharing the media

Re: [mythtv] change source for new menus?

2005-01-19 Thread Isaac Richards
On Wednesday 19 January 2005 11:29 pm, John Pratt wrote: > Hi, > > I'd like to reorganize mythtv's menu screens. Is the following theme > possible without changing mythtv's source code? Not possible without source changes, sorry. Wouldn't be difficult source changes, though, I don't think. The

Re: [mythtv] On the FindOne recordings, conflict resolution

2005-01-19 Thread Isaac Richards
On Thursday 20 January 2005 12:46 am, Brad Templeton wrote: > On Wed, Jan 19, 2005 at 10:26:28PM -0600, David Engel wrote: > > > Is this the expected behaviour? > > > > Yes. As I noted before, priorities are still used to decide what and > > when to record. The way I set things up is like thi

Re: [mythtv] Re: mythmusic and LCDd segfault without LCDd OK

2005-01-19 Thread Isaac Richards
On Thursday 20 January 2005 01:42 am, Leo Weppelman wrote: > On Tue, Jan 18, 2005 at 09:55:23PM -0800, Eskil Heyn Olsen wrote: > > On Sat, 2005-01-15 at 21:47 +0100, Leo Weppelman wrote: > > > I have posted a patch that was intended for mythvideo, but should also > > > do at least something in myth

Re: [mythtv] [patch] mpegtables.cpp assert removal

2005-01-19 Thread Isaac Richards
On Thursday 20 January 2005 12:08 am, Daniel Thor Kristjansson wrote: > This should of course never be triggered, but assuming my last assert > removal patch is applied, this removes the last assert on data in the > libs/libmythtv/mpeg directory. The remaining asserts can only be > triggered by pro

Re: [mythtv] Lossless MPEG2 editing!

2005-01-19 Thread Isaac Richards
On Thursday 20 January 2005 12:25 am, Nigel Pearson wrote: > >> only been tested on DVB recorded MPEG2 streams, but it works! > > > > I can't see how, as it's completely disregarding the internal file > > structure. > > Yes, it does strip off .nuv headers, but the > resultant file plays normally i

Re: [mythtv] Re: mythmusic and LCDd segfault without LCDd OK

2005-01-19 Thread Leo Weppelman
On Tue, Jan 18, 2005 at 09:55:23PM -0800, Eskil Heyn Olsen wrote: > On Sat, 2005-01-15 at 21:47 +0100, Leo Weppelman wrote: > > > I have posted a patch that was intended for mythvideo, but should also > > do at least something in mythmusic, that displays the current choices in > > the video tree.

[mythtv] Mythwish version 2 -- much more powerful, with "critic" ability

2005-01-19 Thread Brad Templeton
I have rewritten the mythwish program entirely, and it now works an entirely different way. Web description and perl source at: http://www.templetons.com/brad/myth/mythwish.html Like before it lets you take a giant wishlist of movies you would like to see, and queues Myth to record them if

Re: [mythtv] On the FindOne recordings, conflict resolution

2005-01-19 Thread Brad Templeton
On Wed, Jan 19, 2005 at 10:26:28PM -0600, David Engel wrote: > > Is this the expected behaviour? > > Yes. As I noted before, priorities are still used to decide what and > when to record. The way I set things up is like this. I give > positive priorities to all of the recurring programs tha

Re: [mythtv] Lossless MPEG2 editing!

2005-01-19 Thread Nigel Pearson
only been tested on DVB recorded MPEG2 streams, but it works! I can't see how, as it's completely disregarding the internal file structure. Yes, it does strip off .nuv headers, but the resultant file plays normally in MythTV. Incredibly. I haven't checked for errors on stdout/stderr yet.

[mythtv] [patch] mpegtables.cpp assert removal

2005-01-19 Thread Daniel Thor Kristjansson
This removes an assert on the PAT table length in ProgramAssociationTable:Create(). Instead it simply fails to create a new PAT table from an old PAT table if the old PAT table exceeds the maximum length. I've also modified mpegstreamdata.cpp so that it will not segfault if ProgramAssociationTab

[mythtv] change source for new menus?

2005-01-19 Thread John Pratt
Hi, I'd like to reorganize mythtv's menu screens. Is the following theme possible without changing mythtv's source code? The menus would have only four items per screen, in a control pad layout (see attached image). The user only needs to hit an arrow key once to activate a menu item. For ex

Re: [mythtv] On the FindOne recordings, conflict resolution

2005-01-19 Thread David Engel
On Wed, Jan 19, 2005 at 03:14:32PM -0800, Brad Templeton wrote: > So I have some questions relating to recording and conflicts. > > a) What are the defined semantics for the FindOne recording? I > am presuming it means: > Here is a specific show (based on the ProgramID) As you already no

Re: [mythtv] [patch] tab cleanup of libmyth

2005-01-19 Thread Alan Gonzalez
Have fun with the cvs diff :) On Wed, 19 Jan 2005 17:03:46 -0600, Jeff Thompson <[EMAIL PROTECTED]> wrote: > On Wed, 19 Jan 2005 17:13:47 -0500, Sasha Z <[EMAIL PROTECTED]> wrote: > > Just out of curiosity... why would you replace tabs with spaces? > > > > Isaac's preference for indenting source

Re: [mythtv] OpenGL and LibmythUI status

2005-01-19 Thread thor
On Wednesday 19 January 2005 10:06 pm, Code Logic wrote: > Well, I'd love to help get that completed and see the frontend using > GL, so if you can brief me about what needs to get done, I'll start > right away since I got the time, the skill and the resources =). It's really just a matter of see

Re: [mythtv] Re: Burning support

2005-01-19 Thread Alan Gonzalez
On Wed, 19 Jan 2005 16:15:05 -0500, Isaac Richards <[EMAIL PROTECTED]> wrote: > On Wednesday 19 January 2005 03:32 pm, Alan Gonzalez wrote: > > Is Burning is mostly a backend type of thing? I ask since this is how > > my setup will be. > > > > It makes a difference since I was going to use mtd or

Re: [mythtv] OpenGL and LibmythUI status

2005-01-19 Thread Isaac Richards
On Wednesday 19 January 2005 10:06 pm, Code Logic wrote: > Well, I'd love to help get that completed and see the frontend using > GL, so if you can brief me about what needs to get done, I'll start > right away since I got the time, the skill and the resources =). If > you're coding based on a sket

Re: [mythtv] Lossless MPEG2 editing!

2005-01-19 Thread Isaac Richards
On Wednesday 19 January 2005 09:54 pm, Nigel Pearson wrote: > A fellow Australian, Greg Frost, has coded a utility to cut the > edit blocks from a recording. It is, in his own words, a bit crude, > and has only been tested on DVB recorded MPEG2 streams, but it works! I can't see how, as it's comp

[mythtv] [PATCH] Toggle recording group view in Watch Recordings

2005-01-19 Thread Kevin Kuphal
This patch replaces my previously flawed idea for a favorites category and instead implements : - A toggle that changes the list on the left hand side of Watch Recordings from Title View to Recording Group View and back again. I bound this to the TOGGLERECORD action. If this button is an issu

Re: [mythtv] HDTV CPU utilization

2005-01-19 Thread Brad Templeton
On Wed, Jan 19, 2005 at 08:31:21PM -0600, Chris Mumford wrote: > > > While top is running hit "1". That will cause top to show individual > > tallies for each CPU. > > Yes, I have done that, but then it just prints out numbers like this: > > top - 19:58:47 up 9 min, 3 users, load average: 1.1

RE: [mythtv] HDTV CPU utilization

2005-01-19 Thread Mike Isely
On Wed, 19 Jan 2005, Chris Mumford wrote: > > > While top is running hit "1". That will cause top to show individual > > tallies for each CPU. > > Yes, I have done that, but then it just prints out numbers like this: > > top - 19:58:47 up 9 min, 3 users, load average: 1.11, 0.80, 0.38 > Tasks:

[mythtv] [patch] atsctables.cpp assert removal

2005-01-19 Thread Daniel Thor Kristjansson
]On Wed, 19 Jan 2005, Daniel Thor Kristjansson wrote: ]> On Wed, 19 Jan 2005, Eric Anderson wrote: ]> ]On a different subject, while debugging this code, I hit an assert in the ]> ]atsctables.cpp. I *think* the assert is saying -- "If we see table data for ]> ]NTSC in an ATSC PSIP packet, that doe

Re: [mythtv] Random blockiness that probably isn't CPU or PCI bus bandwidth-related

2005-01-19 Thread Kyle Rose
Joe Barnhart <[EMAIL PROTECTED]> writes: > Well... How about Opteron's little brother? I'm building a backend > with two PCHD-3000s on a dual Athlon MP board (Tyan Tiger MPX). It > has two Athlon MP 2000 processors, but I've considered using my old > clunky 1200 processors if they can keep up wi

Re: [mythtv] OpenGL and LibmythUI status

2005-01-19 Thread Code Logic
Well, I'd love to help get that completed and see the frontend using GL, so if you can brief me about what needs to get done, I'll start right away since I got the time, the skill and the resources =). If you're coding based on a sketched out plan and/or design doc or something, I'd love to check i

[mythtv] Lossless MPEG2 editing!

2005-01-19 Thread Nigel Pearson
A fellow Australian, Greg Frost, has coded a utility to cut the edit blocks from a recording. It is, in his own words, a bit crude, and has only been tested on DVB recorded MPEG2 streams, but it works! http://knoppmythwiki.homelinux.org/index.php?page=CrudeMPEG2cutForDVB If some brave souls cou

RE: [mythtv] HDTV CPU utilization

2005-01-19 Thread Chris Mumford
> What kernel are you running? I didn't seem to catch it. Also when > you say a few seconds before the crash, how many are we talking about? > > Alan > > > > > I didn't realize that - thanks for pointing it out. I just tracked this > down > > in the settings.pro file and have uncommented out the

RE: [mythtv] HDTV CPU utilization

2005-01-19 Thread Chris Mumford
> Was this TOP run on your Myth box? If so I believe part of the problem is > your memory. 75Meg is not enough and your system is using swap. Not good > for video applications. Sorry for the confusion - NO it was not taken from my MythTV box, but from another computer because my MythTV box was

RE: [mythtv] HDTV CPU utilization

2005-01-19 Thread Chris Mumford
> While top is running hit "1". That will cause top to show individual > tallies for each CPU. Yes, I have done that, but then it just prints out numbers like this: top - 19:58:47 up 9 min, 3 users, load average: 1.11, 0.80, 0.38 Tasks: 95 total, 3 running, 92 sleeping, 0 stopped, 0 z

Re: [mythtv] [PATCH] mythmusic AAC support

2005-01-19 Thread Lonnie Hutchinson
metaio is on hold until a vacation and getting over catching up with work...won't happen for the next couple of weeks. I'm in no rush to get it into CVS, but if someone wants to commit it without metaio, or do the metaio work (I haven't started yet) then feel free. If you do start on the metaio

Re: [mythtv] [PATCH] Favorite recording schedules

2005-01-19 Thread Kevin Kuphal
Ed Wildgoose wrote: I don't like the filter aspect of the recording group. It's a WAF thing. By filtering to a recgroup it would make it more difficult for her/kids to get back to the view they are expecting to see if I forget to change it back. Ultimately I think it'd be nice to have a tit

[mythtv] Re: On the FindOne recordings, conflict resolution

2005-01-19 Thread Brad Templeton
Hmm. I now see that FindOne is triggered by the Series title, so that a FindOne (Record one showing of this program) when done on a series, records the first available episode of that series, which to me is a quite counterintuitive behaviour. It works with a movie in that there is only one 'epi

Re: [mythtv] Random blockiness that probably isn't CPU or PCI bus bandwidth-related

2005-01-19 Thread Joe Barnhart
--- Kyle Rose <[EMAIL PROTECTED]> wrote: > FWIW, it seems like an Opteron would be ideal for > the types of things > a Myth backend does, but I don't know of anyone > who's tried a monster > backend (at least 4 capture cards) on such an > infrastructure. I could > do it if I felt like dismantlin

Re: [mythtv] OpenGL and LibmythUI status

2005-01-19 Thread thor
On Wednesday 19 January 2005 06:20 pm, Code Logic wrote: > I don't mind getting started on the conversion. Is libmythui complete > or are there still classes and/or members that need to be implemented? The later. The minimum things are there (screens for building dialogs, xmlparser for building

[mythtv] On the FindOne recordings, conflict resolution

2005-01-19 Thread Brad Templeton
I am completely rewriting my wishlist program to include some snazzy new features and to not use the stored searches which are currently not high enough in performance. So I have some questions relating to recording and conflicts. a) What are the defined semantics for the FindOne recording? I

Re: [mythtv] OpenGL and LibmythUI status

2005-01-19 Thread Code Logic
I don't mind getting started on the conversion. Is libmythui complete or are there still classes and/or members that need to be implemented? > There's the mythuitest app that's in the source tree (under programs) that > compiles against libmythui and uses the opengl (or qt if libmyth is modifed

Re: [mythtv] Nintendo64 and/or Genesis

2005-01-19 Thread Anthony Zawacki
Alan Gonzalez wrote: Hello, I was searching the mailing list archives for information related to mythgame because I also wanted Nintendo64 support. In addition, support for another game emulator (VisualBoyAdvance, for my brother.) I was planning on making changes in the near future to change the

Re: [mythtv] [patch] tab cleanup of libmyth

2005-01-19 Thread Jeff Thompson
On Wed, 19 Jan 2005 17:13:47 -0500, Sasha Z <[EMAIL PROTECTED]> wrote: > Just out of curiosity... why would you replace tabs with spaces? > Isaac's preference for indenting source code is 4 spaces instead of tabs. -- Jeff Thompson [EMAIL PROTECTED] __

Re: [mythtv] [patch] tab cleanup of libmyth

2005-01-19 Thread Daniel Thor Kristjansson
On Wed, 19 Jan 2005, Sasha Z wrote: ]Just out of curiosity... why would you replace tabs with spaces? It's the MythTV standard, and it also makes the patches more readable and means the code looks the same in different editors with different default tab widths. -- Daniel ___

Re: [mythtv] [patch] tab cleanup of libmyth

2005-01-19 Thread Sasha Z
Just out of curiosity... why would you replace tabs with spaces? ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

[mythtv] OpenGL and LibmythUI status

2005-01-19 Thread Code Logic
Hi, I was exploring myth's source and I have a few questions. * What's the status on the OpenGL based painter and libmythui? * Has anyone got the frontend to work with it yet? * Any demos/screenshots with the GL based UI? * The mythuitest application gives me a black screen that closes when I hit

Re: [mythtv] OpenGL and LibmythUI status

2005-01-19 Thread Isaac Richards
On Wednesday 19 January 2005 03:16 pm, Code Logic wrote: > Hi, > > I was exploring myth's source and I have a few questions. > > * What's the status on the OpenGL based painter and libmythui? > * Has anyone got the frontend to work with it yet? > * Any demos/screenshots with the GL based UI? > > I

Re: [mythtv] Re: Burning support

2005-01-19 Thread Isaac Richards
On Wednesday 19 January 2005 03:32 pm, Alan Gonzalez wrote: > Is Burning is mostly a backend type of thing? I ask since this is how > my setup will be. > > It makes a difference since I was going to use mtd or the Job Queue > for setting up the conversion jobs. I believe mtd is a frontend job >

[mythtv] Re: Burning support

2005-01-19 Thread Alan Gonzalez
Is Burning is mostly a backend type of thing? I ask since this is how my setup will be. It makes a difference since I was going to use mtd or the Job Queue for setting up the conversion jobs. I believe mtd is a frontend job right (or is there a setting to specify the host)? Which I guess mean

Re: [mythtv] [PATCH] mythmusic AAC support

2005-01-19 Thread thor
On Monday 10 January 2005 10:35 pm, Lonnie Hutchinson wrote: > This patch adds AAC support to mythmusic. It is a fairly simple port of > the aacdecoder from mfd. You must enable it when you configure mythmusic > using either the --enable-aac or --enable-all options. This all looks well and good (

Re: [mythtv] Random blockiness that probably isn't CPU or PCI bus bandwidth-related

2005-01-19 Thread Kyle Rose
This: > I have become convinced that the motherboard is a critical factor > in how well the pcHDTV cards work. is really unfortunate. I'm becoming more and more convinced that a simple serial transport protocol a la firewire or USB but with better access to memory is the right way to go for the

[mythtv] OpenGL and LibmythUI status

2005-01-19 Thread Code Logic
Hi, I was exploring myth's source and I have a few questions. * What's the status on the OpenGL based painter and libmythui? * Has anyone got the frontend to work with it yet? * Any demos/screenshots with the GL based UI? I have quite a bit of OpenGL programming experience and would be glad to c

Re: [mythtv] [patch][i18n] french translation update

2005-01-19 Thread Oscar Carlsson
Xavier Hervy wrote, On 2005-01-17 09:33: Oscar Carlsson wrote: * mythvideo : update to allocine.pl This isn't really a translation update patch.. And since it's Xavier Hervys code I'll let him comment on it first. /O It's ok for me :) Applied ___ myth

[mythtv] [patch] tab cleanup of libmythui

2005-01-19 Thread Daniel Thor Kristjansson
This patch replaces tabs with spaces in the following files: libmythui/myththemeddialog.cpp libmythui/myththemeddialogprivate.cpp libmythui/mythtreenode.cpp libmythui/mythuicontainer.cpp libmythui/mythuitree.cpp libmythui/mythuitreebutton.cpp libmythui/mythuitreecolumn.cpp libmythui/mythxml

[mythtv] [patch] tab cleanup of libmythtv

2005-01-19 Thread Daniel Thor Kristjansson
This patch replaces tabs with spaces in the following files: libmythtv/channeleditor.cpp libmythtv/dvbdiseqc.cpp libmythtv/filtermanager.cpp libmythtv/mpegrecorder.cpp libmythtv/osd.cpp libmythtv/recordingprofile.cpp libmythtv/ttfont.cpp libmythtv/videoout_directfb.cpp libmythtv/videoout_d

Re: [mythtv] Mythfrontend and Audiophile 2496 (ICE1712) ALSA hangs after 20sec

2005-01-19 Thread Ed Wildgoose
After killing the frontend with Ctrl-C I noticed that the ethernet connection is down. I suspect initially that the loss of network is causing the other problems. Try to resolve this first. Ed W ___ mythtv-dev mailing list mythtv-dev@mythtv.org ht

[mythtv] [patch] tab cleanup of libmyth

2005-01-19 Thread Daniel Thor Kristjansson
This patch replaces tabs with spaces in the following files: libmyth/audiooutputalsa.cpp libmyth/audiooutputarts.cpp libmyth/audiooutputdx.cpp libmyth/audiooutputjack.cpp libmyth/jsmenu.cpp libmyth/jsmenuevent.cpp libmyth/lirc.cpp libmyth/lircevent.cpp libmyth/mythcdrom-freebsd.cpp libmyt

Re: [mythtv] HDTV CPU utilization

2005-01-19 Thread Brad Templeton
On Wed, Jan 19, 2005 at 10:53:34AM -0700, [EMAIL PROTECTED] wrote: > > I would say that I was really using 6.4% of my CPU. Is this the wrong > > approach to determining the true CPU utilization? > > I believe that's wrong. top is giving you the real figures for "both". However, to be sure, use t

Re: [mythtv] [MASSIVE PATCH] BIG DVB PATCH V3.5 Released

2005-01-19 Thread Simon Kenyon
On Saturday 08 January 2005 17:57, Taylor Jacob wrote: > Pending no major bugs, EIT insersion will added, and some general cleaup > will be done and a patch will be sent off to the -dev list for myth-cvs > integration. Target date is next Saturday. do you have a new ETA for this? -- simon _

Re: [mythtv] HDTV CPU utilization

2005-01-19 Thread Alan Gonzalez
What kernel are you running? I didn't seem to catch it. Also when you say a few seconds before the crash, how many are we talking about? Alan > > I didn't realize that - thanks for pointing it out. I just tracked this down > in the settings.pro file and have uncommented out these lines to enab

Re: [mythtv] Nintendo64 and/or Genesis

2005-01-19 Thread Alan Gonzalez
> > > Hello, > I was searching the mailing list archives for information related to > mythgame because I also wanted Nintendo64 support. In addition, support > for another game emulator (VisualBoyAdvance, for my brother.) I was > planning on making changes in the near future to change the way myt

Re: [mythtv] DirecTV recording, 169time, etc.

2005-01-19 Thread Kyle Rose
> Your response seems more than fair. The pricing structure of their > product will limit it to a very, very small market. Sad to say, > it's probably a non-starter so you are correct to not waste time on > it unless they show some committment to the MythTv community. Yeah, I think I agree, much

RE: [mythtv] HDTV CPU utilization

2005-01-19 Thread jeff
>> That is not the experience of others. I have the same chip, >> Hyperthreaded >> P4-3ghz, and I typically show 60% idle -- without xvmc, and sometimes >> with the kernel deinterlace on not a lot less. > > Thanks for the info about the deinterlacing and resizing. > > As far as CPU utilization I h

Re: [mythtv] Latest cvs - atscstreamdata.cpp - PSIP packet failed CRC check

2005-01-19 Thread Kyle Rose
> But when you're receiving data from some other system... or you're > trying to debug a piece of hardware, calling assert() when you see > some unexpected data doesn't necessarily help the debug process all > that much. Agreed completely. An assert resulting from unexpected data input is genera

Re: [mythtv] Latest cvs - atscstreamdata.cpp - PSIP packet failed CRC check

2005-01-19 Thread Eric Anderson
Danel - On Wed, 19 Jan 2005, Eric Anderson wrote: ]Essentially the problem here is that the PES code doesn't compute the CRC ]for multi-packet ETT and EIT tables. In fact, for the program text tables you Hmmm, that sounds odd, we compute it for other multi-packet tables. I'll check this. Let me

RE: [mythtv] HDTV CPU utilization

2005-01-19 Thread Mike Isely
On Wed, 19 Jan 2005, Chris Mumford wrote: > > That is not the experience of others. I have the same chip, Hyperthreaded > > P4-3ghz, and I typically show 60% idle -- without xvmc, and sometimes > > with the kernel deinterlace on not a lot less. > > Thanks for the info about the deinterlacing and

RE: [mythtv] HDTV CPU utilization

2005-01-19 Thread Chris Mumford
> That is not the experience of others. I have the same chip, Hyperthreaded > P4-3ghz, and I typically show 60% idle -- without xvmc, and sometimes > with the kernel deinterlace on not a lot less. Thanks for the info about the deinterlacing and resizing. As far as CPU utilization I have been usi

Re: [mythtv] Latest cvs - atscstreamdata.cpp - PSIP packet failed CRC check

2005-01-19 Thread Daniel Thor Kristjansson
On Wed, 19 Jan 2005, Eric Anderson wrote: ]Essentially the problem here is that the PES code doesn't compute the CRC ]for multi-packet ETT and EIT tables. In fact, for the program text tables you Hmmm, that sounds odd, we compute it for other multi-packet tables. I'll check this. ]On a different

Re: [mythtv] [PATCH] mythmusic AAC support

2005-01-19 Thread Peter Martens
> This patch adds AAC support to mythmusic. It is a fairly simple port of > the aacdecoder from mfd. You must enable it when you configure mythmusic > using either the --enable-aac or --enable-all options. > Will this patch make it to cvs? Peter ___ myt

[mythtv] Mythfrontend and Audiophile 2496 (ICE1712) ALSA hangs after 20sec

2005-01-19 Thread Pekka
Hi, I have a CCRMA (ccrma.stanford.edu) Fedora Core 3 home music studio, that I would also like to use as mythfrontend: Fedora Core 3, Athlon XP 3000+, 1GB low latency memory, AsusA7V880, M-Audio Audiophile 2496 (PCI card), ALSA drivers and kernel 2.6.10-2.1.ll.rhfc3.ccrma from ccrm.stanford.

Re: [mythtv] addin' functions to Mythmusic.

2005-01-19 Thread Colin Guthrie
Pedro Sigwald wrote: i'm trying to find a way to manage the music from the front end by addin an "Erase Music" button. the idea is to get rid of the mp3 and ogg in a "physically" way. i'm debuggin the aplication to find out a way to erase the music and update de db all-in-one-user-transparent way b

[mythtv] StreamRipper/MythRadio

2005-01-19 Thread Ian Jackson
Hi, I'd like to jump in here for a moment. I don't own a terrestrial Radio. I've just recently started to use Myth stream. While I'm a big fan of the plug in, since the moment I've started to use it, I've been wondering about modifying to including some sort of radio pvr/ripping/archiving funct

Re: [mythtv] Latest cvs - atscstreamdata.cpp - PSIP packet failed CRC check

2005-01-19 Thread Eric Anderson
Hi all - Here's a different patch for this. I finally got around to figuring this out. (Took a while to understand some of the code.) Essentially the problem here is that the PES code doesn't compute the CRC for multi-packet ETT and EIT tables. In fact, for the program text tables you often wi