RE: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Tim Davies
Okay, I've tested out the dvbrecorder.cpp change and it works fine. Although, I'd write the line like this ;-) pmt[p++] = (*es).Type == ES_TYPE_AUDIO_AC3 ? STREAM_TYPE_AUDIO_AC3 : (*es).Orig_Type; It should have the exact same net effect as what I did. Either way, I'm happy. I still had to re

[mythtv] Re: [PATCH] mythmusic amd64 support yet again

2005-01-11 Thread Kyle Schlansker
leave it to me to attach the wrong patchfile...this one should be right... -- Kyle S. On Wed, 12 Jan 2005 00:01:38 -0500, Kyle Schlansker <[EMAIL PROTECTED]> wrote: > The attached patch is yet another rework to add x86_64 support for > mythmusic. Basically this is just an upgrade of goom and a

Re: [mythtv] Live playback / Timestretch

2005-01-11 Thread Nigel Pearson
I was just wondering if anyone was working on or planning to work on a patch to use timestretch to keep live tv playback in sync. IE If playing live tv and the current playback position is within 30 seconds of real time, use timestretch to keep it there. I have not actually used the timestretc

[mythtv] [PATCH] HD ringbuffer: user adjustable size

2005-01-11 Thread John Patrick Poet
The attached patch allows individual users to decide what the optimal size of the HD ringbuffer should be, for their system. John Index: libs/libmythtv/hdtvrecorder.cpp === RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/hdtvrecord

[mythtv] Is 0.18 out?

2005-01-11 Thread kleeschu
Mythtv was again slashdotted for the umptine time, but this time transmeta of all peeps is building hardware for Isaac's genius creation and they are testing it on Myth 0.18?? I just pulled a CVS update and I am getting 0.16+. from http://www.linuxdevices.com/news/NS8988852470.html "The join

Re: [mythtv] [PATCH] Typo - exceede -> exceed

2005-01-11 Thread Robert Kulagowski
Allan Stirling wrote: I hate to do this, but here's a one-line patch to fix a typo in the new Recording window. Fixed. ___ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

[mythtv] [mythmusic]

2005-01-11 Thread Stephane APIOU
hi, why this patch posted the Feb 19 2004 by Asier is partially committed into the CVS The function developed here is very useful: - Audio CD writing The audio cd writing function exists into the CVS but is empty. why ? regards stef mythmusic-0.14-cdwriter-patch-0.1.gz Description: GNU Zip c

Re: [mythtv] Joining on a calculated column

2005-01-11 Thread Bruce Markey
David Engel wrote: You all tell me which is more efficient, temp table or duplicating the function. The function is below. It goes in the big, ugly, scheduler query and needs to returned in the SELECT list and used in JOINs for recorded and oldrecorded. QString progfindid = QString( "(CASE re

Re: [mythtv] Need help debugging problem with scrambled TS streams.

2005-01-11 Thread Anders Hanson
More info! I turned on DumpTPDUDataTransfer in both MythTV and VDR and compared the logs. I did the test a couple of times with the same outcome. I had both VDR and MythTV use the same start channel. Everytime I started VDR it successfully tuned to the channel and after a couple of seconds I got

RE: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Tim Davies
Right, timezones suck! Sleeping while everyone else is awake is a pain in the butt... Chopping up about 5 emails here: > Are you using SPDIF passthrough? If you are not, i.e using software AC3, > then > the audio rates and channels will be differenent between stations which > will > be enough fo

[mythtv] pchdtv bttv support

2005-01-11 Thread Daniel Thor Kristjansson
I just updated the patch set on my MythTV web page. I've placed an updated pcHDTV bttv support patches there (in the experimental section). http://www.mrl.nyu.edu/~danielk/mythtv/ So far LiveTV seems to be working. There is a problem with recordings though, but I haven't debugged it yet. Also, I

[mythtv] AC3 + bigdvb3.5 + australia + transport.c

2005-01-11 Thread Mark Anderson
Folks, After a number of hours starting at hex dumps and trying to learn a bit about mpeg/dvb protocols I have finally found the problem with transport.c, unfortunately I haven't been able to craft some code that actually fixes it. The problem: The 9th byte of the mpeg2 data is the header lengt

Re: [mythtv] Maybe it *is* interrupt latency

2005-01-11 Thread Trey Boudreau
On Tue, Jan 11, 2005 at 10:44:15AM -0500, Kyle Rose wrote: > > FWIW, the blockiness problem I've encountered appears limited to the > HD-2000: I get no such FIFO overrun issues with the 3000, so if you're > using only 3000's, you should be okay. > > I am currently trying to grok the FIFO stuff in

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

2005-01-11 Thread Sébastien Person
Hi, anothers diffs against current CVS : * mythdvd : added one french string (others are due to my editor that transform ' to ' ...) * mythmusic : major update to french translation. * mythvideo : update to allocine.pl - now fall back to the card Poster when nothing else was found - try to

Re: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Mark Anderson
On Tue, 11 Jan 2005 09:11 pm, Tim Davies wrote: > Okay, my trigger finger is worn out now! It seems to change channels just > fine, and switches between MPEG and AC3 without any problems. > > I must have changed channels 100 times and I haven't managed to trip it up > yet. > > Now, if recording th

Re: [mythtv] 2.6.10 kernel and pcHDTV drivers.

2005-01-11 Thread Brandon Beattie
On Tue, Jan 11, 2005 at 01:16:06PM -0600, Stephen Hocking wrote: > > > > > > In the README that comes with v1.6, Jack says he knows about the issues with > > 2.6.10 kernel, but is waiting for them to solidify. > > > > *Blush* Well, that'll teach me to read READMEs 8^). > > > Stephen pc

Re: [mythtv] Joining on a calculated column

2005-01-11 Thread Chris Petersen
You all tell me which is more efficient, temp table or duplicating the function. The function is below. It goes in the big, ugly, scheduler query and needs to returned in the SELECT list and used in JOINs for recorded and oldrecorded. time to learn how to use EXPLAIN... it's VERY useful in build

Re: [mythtv] Need help debugging problem with scrambled TS streams.

2005-01-11 Thread Anders Hanson
Jesper Sörensen wrote: Anders Hanson skrev: Hi have had problem with encrypted channels for a long time now and I'm about to start debugging mythtv to try to find the cause of problem. Does it work with VDR? Does it work from the command line if you use cam_set & cam_test? It works much better

Re: [mythtv] Live playback / Timestretch

2005-01-11 Thread Mark Spieth
The problem is the processing/algorithmic latency involved in the WSOLA algo. thus any change is not instant. It will probably work. However if you just want to set play speed back to 1.0 when livetv is near the end (3 secs) I posted a couple of different patches that do this. however it hasnt been

[mythtv] [PATCH] Typo - exceede -> exceed

2005-01-11 Thread Allan Stirling
I hate to do this, but here's a one-line patch to fix a typo in the new Recording window. Thanks for everyone's hard work! Cheers, Allan. Index: libs/libmythtv/sr_items.h === RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/sr_items.

Re: [mythtv] Joining on a calculated column

2005-01-11 Thread David Engel
On Tue, Jan 11, 2005 at 12:17:35PM -0500, [EMAIL PROTECTED] wrote: > > Or you could create a temporary table in a separate query (as long as > > you have permission to do so). Works nicely for some things, but beware > > of speed issues (mysql's optimizer might do this for your > > repeated-calcul

Re: [mythtv] Need help debugging problem with scrambled TS streams.

2005-01-11 Thread Jesper Sörensen
Anders Hanson skrev: Hi have had problem with encrypted channels for a long time now and I'm about to start debugging mythtv to try to find the cause of problem. Does it work with VDR? Does it work from the command line if you use cam_set & cam_test? Did you try enabling the debugging in dvbci.

Re: [mythtv] 2.6.10 kernel and pcHDTV drivers.

2005-01-11 Thread Stephen Hocking
> > > In the README that comes with v1.6, Jack says he knows about the issues with > 2.6.10 kernel, but is waiting for them to solidify. > *Blush* Well, that'll teach me to read READMEs 8^). Stephen -- "I and the public know what all schoolchildren learn Those to whom evil is d

[mythtv] Need help debugging problem with scrambled TS streams.

2005-01-11 Thread Anders Hanson
Hi have had problem with encrypted channels for a long time now and I'm about to start debugging mythtv to try to find the cause of problem. The problem is that very often I'm unable to change to a encrypted channel. All the FTA channels work as they should but when trying to change to an encryp

Re: [mythtv] Joining on a calculated column

2005-01-11 Thread Isaac Richards
On Tuesday 11 January 2005 12:53 pm, Chris Petersen wrote: > > Yep, if its a complex formula, then a temp table would be the way to go. > > Permissions shouldnt be an issue as long as you preface the temp table > > with a "#" > > you still need permission to "create temporary tables" which is not >

Re: [mythtv] Joining on a calculated column

2005-01-11 Thread Chris Petersen
Yep, if its a complex formula, then a temp table would be the way to go. Permissions shouldnt be an issue as long as you preface the temp table with a "#" you still need permission to "create temporary tables" which is not always a default option. -Chris _

Re: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Taylor Jacob
Quoting Jesper Sörensen <[EMAIL PROTECTED]>: > Yeah, but anyway, that is another issue and not really related to Tim's > AC3 patch. The PMT stream type fix should be perfectly safe but I'm not > sure if that's enough for AC3 to work or if the other parts of the patch > (descriptors, avformatdecoder

Re: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Jesper Sörensen
Taylor Jacob wrote: As you might know the only AC3 I've got is also on stream type = 6 [private data] with an AC3 descriptor. 0x81 doesn't seem to be used for AC3 in this part of the world. I'm a bit scared of the day when I'll accidentally be "listening" to an EPG or some other non-AC3 data throug

Re: [mythtv] Joining on a calculated column

2005-01-11 Thread mythtv
>> AFAIK, yes. User functions are only in the MySQL 5.x development. With >> MySQL 4.1, you could use a sub-select to create a virtual table with the >> calculation done once. With 3.x and 4.0, I think you're stuck doing it >> the long way. > > Or you could create a temporary table in a separate qu

Re: [mythtv] 2.6.10 kernel and pcHDTV drivers.

2005-01-11 Thread John Patrick Poet
On Tue, 11 Jan 2005, Stephen Hocking wrote: > All, > > I've noticed that the new Fedora kernel has changed the parameter list in one > of the driver functions (yet again). The pcHDTV 1.6 drivers complain about > arguments to functions with the error list like the following - > > make[1]: Entering

Re: [mythtv] Joining on a calculated column

2005-01-11 Thread Chris Petersen
AFAIK, yes. User functions are only in the MySQL 5.x development. With MySQL 4.1, you could use a sub-select to create a virtual table with the calculation done once. With 3.x and 4.0, I think you're stuck doing it the long way. Or you could create a temporary table in a separate query (as long

Re: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Taylor Jacob
> As you might know the only AC3 I've got is also on stream type = 6 > [private data] with an AC3 descriptor. 0x81 doesn't seem to be used for > AC3 in this part of the world. I'm a bit scared of the day when I'll > accidentally be "listening" to an EPG or some other non-AC3 data through > the surr

Re: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Jesper Sörensen
Taylor Jacob wrote: - siparser.cpp and dvbrecorder.cpp now insert *all* descriptors from the PMT, not just the first I agree this needs to be done at some point. Yeah, the current descriptor handling is kinda quick and dirty. I haven't analyzed the patch that deeply, but I don't t

Re: [mythtv] Maybe it *is* interrupt latency

2005-01-11 Thread Kyle Rose
FWIW, the blockiness problem I've encountered appears limited to the HD-2000: I get no such FIFO overrun issues with the 3000, so if you're using only 3000's, you should be okay. I am currently trying to grok the FIFO stuff in the bt878, because I think the btatsc driver handles FIFO overrun situa

[mythtv] 2.6.10 kernel and pcHDTV drivers.

2005-01-11 Thread Stephen Hocking
All, I've noticed that the new Fedora kernel has changed the parameter list in one of the driver functions (yet again). The pcHDTV 1.6 drivers complain about arguments to functions with the error list like the following - make[1]: Entering directory `/lib/modules/2.6.10-1.8_FC2/build' CC [M]

Re: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Taylor Jacob
> - siparser.cpp and dvbrecorder.cpp now insert *all* descriptors > from the PMT, not just the first I agree this needs to be done at some point. > - mpegts.c looks for AC3 data in the private stream, and then > treats it as AC3 data OK.. After staring at your patch I finally u

[mythtv] Delete music files

2005-01-11 Thread pablo paludi
Is there a way to delete music files from select music screen? Thanks, Pablo. ___ 250MB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar

Re: [mythtv] CVS fails to compile - using Gentoo ebuilds

2005-01-11 Thread Ashley Bostock
Thanks that fixed it. On Tue, 11 Jan 2005 11:07:03 +0100, Petter Gundersen <[EMAIL PROTECTED]> wrote: > On Tue, 11 Jan 2005 08:35:22 +, Ashley Bostock <[EMAIL PROTECTED]> wrote: > > When updating to the latest cvs mythtv fails to compile with the > > following error: > > [...] > > Lots of "

Re: [mythtv] Live playback / Timestretch

2005-01-11 Thread Doug Larrick
Neil Whelchel wrote: Hello, I was just wondering if anyone was working on or planning to work on a patch to use timestretch to keep live tv playback in sync. IE If playing live tv and the current playback position is within 30 seconds of real time, use timestretch to keep it there. If not, I would

RE: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Tim Davies
Sorry...yes, I have your patch applied but I don't think the mpeg.c code is used, as mpegts.c is used instead. I took out the mpeg.c hack and all is still well. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Mark Anderson > Sent: Tuesday, 11 Janua

Re: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Mark Anderson
You never answered if you are using the mpeg.c hack? Mark. On Tue, 11 Jan 2005 09:11 pm, Tim Davies wrote: > Okay, my trigger finger is worn out now! It seems to change channels just > fine, and switches between MPEG and AC3 without any problems. > > I must have changed channels 100 times and I

RE: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Tim Davies
Okay, my trigger finger is worn out now! It seems to change channels just fine, and switches between MPEG and AC3 without any problems. I must have changed channels 100 times and I haven't managed to trip it up yet. Now, if recording the TS doesn't require that bit of code, why would you need it

Re: [mythtv] AudioOutput only supports 8 or 16bit audio errors in latest CVS

2005-01-11 Thread Niels den Otter
On Tuesday, 11 January 2005, Niels den Otter wrote: > On Tuesday, 11 January 2005, Nick Rosier wrote: > > I compiled CVS yesterday and get this error when trying to playback my > > recordings: AudioOutput only supports 8 or 16bit audio. When I select > > "play without audio", the recording plays j

Re: [mythtv] CVS fails to compile - using Gentoo ebuilds

2005-01-11 Thread Petter Gundersen
On Tue, 11 Jan 2005 08:35:22 +, Ashley Bostock <[EMAIL PROTECTED]> wrote: > When updating to the latest cvs mythtv fails to compile with the > following error: > [...] > Lots of "undefined reference" messages the cause of the problem? > I also thought that XvMC support was mainly for nvidia c

Re: [mythtv] AudioOutput only supports 8 or 16bit audio errors in latest CVS

2005-01-11 Thread Niels den Otter
Nick, On Tuesday, 11 January 2005, Nick Rosier wrote: > I compiled CVS yesterday and get this error when trying to playback my > recordings: AudioOutput only supports 8 or 16bit audio. When I select > "play without audio", the recording plays just fine WITH audio... > Any ideas? Same problem her

Re: Fwd: [mythtv] CVS fails to compile - using Gentoo ebuilds

2005-01-11 Thread Rob Rosenfeld
Ashley Bostock wrote: Thanks for the reply, but... Running "ebuild mythtv-cvs-0.16.ebuild config" in the "/usr/local/portage/media-tv/mythtv-cvs" directory I get: * This ebuild does not have a config function. On Tue, 11 Jan 2005 09:51:00 +0100, Nick Rosier <[EMAIL PROTECTED]> wrote: Got the sam

Re: [mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Mark Anderson
On Tue, 11 Jan 2005 08:06 pm, Tim Davies wrote: > Okay, I've been at it again. > > > > A few changes to get AC3 working properly in Australia, using the transport > stream. > > - siparser.cpp and dvbrecorder.cpp now insert *all* descriptors > from the PMT, not just the first > > -

Re: [mythtv] CVS fails to compile - using Gentoo ebuilds

2005-01-11 Thread Ivor Hewitt
Nick Rosier wrote: Got the same problem; I think settings.pro was changed. It includes this line: CONFIG += using_xvmc which I think is causing the problem; the e-build script doesn't comment it out if you're not using XvMC. I ran an ebuild mythtv-cvs-0.16.ebuild config and manually commented that

Re: [mythtv] CVS fails to compile - using Gentoo ebuilds

2005-01-11 Thread Ashley Bostock
Ok just to clarify, I start the emerge, it goes off downloads the latest cvs files and then starts to compile... I then edit the settings.pro file it has downloaded - where will this be? somewhere in /var/tmp/portage/mythtv-cvs-0.16/work/ ? What do I do at this stage? leave the emerge running and

Fwd: [mythtv] CVS fails to compile - using Gentoo ebuilds

2005-01-11 Thread Ashley Bostock
Thanks for the reply, but... Running "ebuild mythtv-cvs-0.16.ebuild config" in the "/usr/local/portage/media-tv/mythtv-cvs" directory I get: * This ebuild does not have a config function. On Tue, 11 Jan 2005 09:51:00 +0100, Nick Rosier <[EMAIL PROTECTED]> wrote: > Got the same problem; I think

[mythtv] [PATCH] Big DVB Patch V3.5 - MPEG TS

2005-01-11 Thread Tim Davies
Okay, I’ve been at it again…   A few changes to get AC3 working properly in Australia, using the transport stream.   -  siparser.cpp and dvbrecorder.cpp now insert *all* descriptors from the PMT, not just the first -  mpegts.c looks for AC3 data in the private stream, a

[mythtv] AudioOutput only supports 8 or 16bit audio errors in latest CVS

2005-01-11 Thread Nick Rosier
I compiled CVS yesterday and get this error when trying to playback my recordings: AudioOutput only supports 8 or 16bit audio. When I select "play without audio", the recording plays just fine WITH audio... Any ideas? N. ___ mythtv-dev mailing list mytht

Re: [mythtv] [PATCH]pvr-350 performance patch

2005-01-11 Thread John Harvey
It isn't a massive difference now that most of the driver is stable and seems to cope with playing, recording & OSD updates, but it does reduce the amount of data transfered significantly which helps when something like when the new channel information is faded out after switching channel in live t

Re: [mythtv] CVS fails to compile - using Gentoo ebuilds

2005-01-11 Thread Nick Rosier
Got the same problem; I think settings.pro was changed. It includes this line: CONFIG += using_xvmc which I think is causing the problem; the e-build script doesn't comment it out if you're not using XvMC. I ran an ebuild mythtv-cvs-0.16.ebuild config and manually commented that line out. Just ebui

Re: [mythtv] [PATCH]pvr-350 performance patch

2005-01-11 Thread Nick Rosier
John, applied the patch to my CVS-build; all seems to work fine. Didn't notice performance improvements but then again, it doesn't seem slower either (speed you get used to, slowness not...). No errors, lock-ups or anything so far and I've tried using the OSD extensivelly. N. On Sun, 9 Jan 2005

[mythtv] CVS fails to compile - using Gentoo ebuilds

2005-01-11 Thread Ashley Bostock
When updating to the latest cvs mythtv fails to compile with the following error: = make[1]: Leaving directory `/var/tmp/portage/mythtv-cvs-0.16/work/mythtv/themes' cd setup && make -f Makefile make[1]: Entering directory `/var/tmp/portage/mythtv-cvs-0.16/work/