--- | Log | opened Wed Mar 02 00:00:38 2005 |
00:01 | --- | ---> TonyMaro [~newbie@pool-151-205-94-129.char.east.verizon.net] has joined #mythtv |
00:02 | defaultro | good evening everyone. I did troubleshoot my mythfrontend with -v all. And I was getting hammered with prebuffering pause. I remember seeing a message related to audio like "768 left, needed 4096" and also free available something. What is the fix for this? |
00:03 | Beirdo | there you go asking support questions in the wrong channel again |
00:03 | defaultro | Beirdo! |
00:03 | defaultro | :) |
00:04 | defaultro | is that considered a user side issue? |
00:04 | TonyMaro | Beirdo: Too bad the channels aren't the other way... "mythtv" and "mythtv-devel" would actually make more sense for us n00bs |
00:04 | defaultro | Beirdo, i posted about this but nobody knew |
00:04 | Beirdo | reading the topic would make more sense |
00:04 | defaultro | in mythtv-users ml |
00:05 | defaultro | ok |
00:05 | TonyMaro | Beirdo: You don't really expect n00bs to READ do you? lol |
00:05 | defaultro | Tony, actually, he already informed me yesterday about it |
00:05 | defaultro | but I'm thinking that my issue is a code issue |
00:05 | TonyMaro | :) I just found it funny - I hadn't realized yet it was devel channel |
00:05 | Beirdo | defaultro: so what makes this a development issue then? Do you have a patch to fix it? Looks to me like you are looking for user support. |
00:05 | defaultro | ah |
00:05 | defaultro | there you go |
00:06 | defaultro | so what channel is preferarable |
00:06 | defaultro | is it still gonna by mythtv-users? |
00:06 | --- | <--- TonyMaro [~newbie@pool-151-205-94-129.char.east.verizon.net] has left #mythtv (""Eve's Avatar - Avatar's Eve"") |
00:06 | --- | <<-- rmiddle [~rmiddle@pcp04614603pcs.gambrl01.md.comcast.net] has quit ("Leaving") |
00:06 | defaultro | I'll talk to you in the other channel. I hope you can help me |
00:09 | --- | ---> Netslayer [~chris@c-24-126-202-231.we.client2.attbi.com] has joined #mythtv |
00:22 | --- | <<-- tuxristo [~tuxristo@CPE004005c295be-CM014390050068.cpe.net.cable.rogers.com] has quit (Remote closed the connection) |
00:28 | --- | <<-- Shdwdrgn [Picard@sourpuss.net] has quit (Read error: 54 (Connection reset by peer)) |
00:28 | --- | ---> Shdwdrgn [Picard@sourpuss.net] has joined #MythTV |
00:29 | doggkruse | I am trying to trackdown t |
00:29 | doggkruse | the ff/rw issue |
00:30 | Baylink | EOP in .17, you mean? |
00:30 | doggkruse | it seems to be getting stuck in a loop EOP? |
00:31 | doggkruse | sorry EOP? |
00:31 | doggkruse | no, I mean ff goes for 10 seconds ad freezes |
00:31 | Baylink | Oh. Sorry. |
00:31 | doggkruse | seems to be in a loop in Nupple video player around here: |
00:32 | --- | <<-- streamtrade [~jsass@dpc6682057202.direcpc.com] has quit (Read error: 104 (Connection reset by peer)) |
00:32 | doggkruse | if (!videoOutput->EnoughFreeFrames() && !unsafe) |
00:32 | doggkruse | { |
00:32 | doggkruse | //cout << "waiting for video buffer to drain.\n"; |
00:32 | doggkruse | setPrebuffering(false); |
00:32 | doggkruse | if (!videoOutput->availableVideoBuffersWait()->wait(10)) |
00:32 | doggkruse | { |
00:32 | doggkruse | if (++videobuf_retries >= 200) |
00:32 | doggkruse | { |
00:32 | doggkruse | VERBOSE(VB_IMPORTANT, "Timed out waiting for free video buffers."); |
00:32 | doggkruse | if (videosync==NULL && tryingVideoSync) |
00:32 | doggkruse | { |
00:32 | Beirdo | Jeez. |
00:32 | doggkruse | sorry for all the code |
00:32 | Beirdo | www.pastebin.com |
00:32 | Baylink | I won't be too helpful to you, and www.pastebin.com |
00:32 | Baylink | Thanks, Beirdo. :-_ |
00:33 | doggkruse | k, posted it there |
00:33 | doggkruse | under doggkruse |
00:33 | --- | ---> tuxristo [~tuxristo@CPE004005c295be-CM014390050068.cpe.net.cable.rogers.com] has joined #mythtv |
00:36 | --- | <<-- cmorgan [~cmorgan@cpe-68-118-245-76.ma.charter.com] has quit (Remote closed the connection) |
00:36 | --- | <<-- DTrilli [~trillian@cpe-024-165-155-203.midsouth.rr.com] has quit (Read error: 60 (Operation timed out)) |
00:38 | doggkruse | using mythfrontend --verbose all I seem to get an audio error when it frezes |
00:38 | doggkruse | OutputAudioLoop: audio paused |
00:42 | doggkruse | seems to me that the frontend should not be trying to output audio while fast forwarding? |
00:56 | --- | <<-- riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has quit (Read error: 104 (Connection reset by peer)) |
01:01 | doggkruse | this is strange |
01:01 | doggkruse | looking through the code, audio should be paused when ffding..... but I don't get the audio paused messages until after the ff freezes.... |
01:15 | doggkruse | hmmmm |
01:15 | doggkruse | about every third time through the audio loop we get an audio play event while fast forwarding..... that shouldn't happen |
01:16 | --- | ---> riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has joined #mythtv |
01:16 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit ("User disconnected") |
01:28 | --- | User: *** splat1 is now known as splAt1 |
01:30 | --- | User: *** splAt1 is now known as splat1 |
01:31 | doggkruse | okay.... since no one seems interested at this point, I'm going to set myth to compile with debug enabled and go to bed.... I'll be back tomorrow with a backtrace.... |
01:38 | --- | <<-- Octane [~octane@dsl092-100-149.nyc2.dsl.speakeasy.net] has quit ("http://www.danjberger.com") |
01:39 | --- | ---> Octane [~octane@dsl092-100-149.nyc2.dsl.speakeasy.net] has joined #mythtv |
01:39 | --- | <<-- orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has quit (Remote closed the connection) |
01:43 | --- | ---> bleedinge [whocares@saus04.usc.es] has joined #mythtv |
01:49 | --- | ---> orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has joined #mythtv |
01:49 | --- | <<-- orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has quit (Remote closed the connection) |
01:58 | --- | ---> orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has joined #mythtv |
02:02 | doggkruse | I lied about going to bed |
02:03 | doggkruse | I think I have an partial answer |
02:03 | doggkruse | there is this line |
02:03 | doggkruse | stop = framesPlayed <= keyframedist; |
02:03 | doggkruse | } |
02:03 | doggkruse | I think this is resulting in true |
02:03 | doggkruse | possible because of missing keyframes? |
02:04 | --- | <<-- orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has quit (Remote closed the connection) |
02:11 | --- | ---> orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has joined #mythtv |
02:14 | --- | <--- doggkruse [~geoff@c-24-20-62-178.client.comcast.net] has left #mythtv () |
02:18 | --- | <<-- orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has quit (Remote closed the connection) |
02:19 | --- | ---> orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has joined #mythtv |
02:31 | --- | ---> doggkruse [~geoff@c-24-20-62-178.client.comcast.net] has joined #mythtv |
02:31 | --- | <--- doggkruse [~geoff@c-24-20-62-178.client.comcast.net] has left #mythtv () |
02:32 | --- | ---> streamtrade [~jsass@dpc6682057202.direcpc.com] has joined #MythTV |
02:46 | --- | <<-- choenig [~choenig@p50926762.dip.t-dialin.net] has quit (Read error: 113 (No route to host)) |
02:54 | --- | <<-- Netslayer [~chris@c-24-126-202-231.we.client2.attbi.com] has quit (Remote closed the connection) |
03:00 | --- | <--- defaultro [~d@64-135-220-60.FoxValley.net] has left #mythtv () |
03:13 | --- | <<-- Viddy [~lsk@ip-202-37-231-85.internet.co.nz] has quit (Read error: 104 (Connection reset by peer)) |
03:16 | --- | ---> mrrio [~rio@dsl-212-139-187-193.access.as9105.com] has joined #mythtv |
03:25 | --- | <<-- batdog [~jde@cpe-24-174-118-53.houston.res.rr.com] has quit (Read error: 110 (Connection timed out)) |
03:32 | --- | ---> Viddy [~lsk@ip-202-37-231-85.internet.co.nz] has joined #mythtv |
03:36 | --- | <<-- Octane [~octane@dsl092-100-149.nyc2.dsl.speakeasy.net] has quit (Remote closed the connection) |
04:21 | --- | <<-- johnp__ [~jmp@80.4.179.209] has quit (Read error: 104 (Connection reset by peer)) |
04:23 | --- | <<-- Viddy [~lsk@ip-202-37-231-85.internet.co.nz] has quit (Read error: 54 (Connection reset by peer)) |
04:23 | --- | ---> Viddy [~lsk@ip-202-37-231-85.internet.co.nz] has joined #mythtv |
04:33 | --- | ---> [Klatuu] [~blah@206.63.6.222] has joined #mythtv |
04:50 | --- | ---> batdog [~jde@cpe-24-174-118-53.houston.res.rr.com] has joined #mythtv |
04:59 | --- | ---> choenig [~choenig@p50926762.dip.t-dialin.net] has joined #mythtv |
05:09 | --- | ---> Octane [~octane@dsl092-100-149.nyc2.dsl.speakeasy.net] has joined #mythtv |
05:14 | --- | <<-- NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has quit (Client Quit) |
05:29 | --- | <<-- mrrio [~rio@dsl-212-139-187-193.access.as9105.com] has quit (Read error: 110 (Connection timed out)) |
05:39 | --- | ---> gecko [~donavan@dialup-4.225.88.164.Dial1.Cincinnati1.Level3.net] has joined #mythtv |
05:55 | --- | <<-- dhofstra [~dhofstra@c-24-11-247-196.client.comcast.net] has quit (Remote closed the connection) |
05:58 | --- | ---> dhofstra [~dhofstra@c-24-11-247-196.client.comcast.net] has joined #mythtv |
05:59 | --- | <<-- GeckoFiend [~donavan@dialup-4.252.88.166.Dial1.Cincinnati1.Level3.net] has quit (Read error: 110 (Connection timed out)) |
06:23 | --- | ---> KillerBunny [~KillerBun@port149.ds1-arno.adsl.cybercity.dk] has joined #mythtv |
06:25 | --- | <<-- CanadaBoy [~none@fctnnbsch17-156034208089.nb.aliant.net] has quit (Read error: 60 (Operation timed out)) |
06:25 | --- | <<-- [Klatuu] [~blah@206.63.6.222] has quit (Read error: 60 (Operation timed out)) |
06:31 | --- | <<-- levon [~levon@mail.feature-it.de] has quit ("rebooting") |
06:38 | --- | ---> mrrio [~rio@dsl-212-139-188-167.access.as9105.com] has joined #mythtv |
07:09 | --- | <<-- choenig [~choenig@p50926762.dip.t-dialin.net] has quit (Read error: 104 (Connection reset by peer)) |
07:15 | --- | ---> choenig [~choenig@p50926762.dip.t-dialin.net] has joined #mythtv |
07:24 | --- | <<-- choenig [~choenig@p50926762.dip.t-dialin.net] has quit (Read error: 104 (Connection reset by peer)) |
08:00 | --- | ---> CanadaBoy [~none@fctnnbsch17-156034208089.nb.aliant.net] has joined #mythtv |
08:00 | --- | ---> levon [~levon@mail.feature-it.de] has joined #mythtv |
08:02 | --- | <<-- KillerBunny [~KillerBun@port149.ds1-arno.adsl.cybercity.dk] has quit (Read error: 104 (Connection reset by peer)) |
08:19 | --- | ---> gfiend [~donavan@dialup-4.252.91.125.Dial1.Cincinnati1.Level3.net] has joined #mythtv |
08:38 | --- | ---> Roots^ [Mani@cpc1-with2-5-0-cust26.bagu.cable.ntl.com] has joined #mythtv |
08:39 | --- | <<-- gecko [~donavan@dialup-4.225.88.164.Dial1.Cincinnati1.Level3.net] has quit (Read error: 110 (Connection timed out)) |
08:59 | --- | ---> johnp_ [~jmp@80.4.179.209] has joined #mythtv |
09:27 | --- | <<-- johnp_ [~jmp@80.4.179.209] has quit ("Download Gaim: http://gaim.sourceforge.net/") |
09:28 | --- | ---> johnp_ [~jmp@80.4.179.209] has joined #mythtv |
09:45 | --- | <<-- CanadaBoy [~none@fctnnbsch17-156034208089.nb.aliant.net] has quit (Read error: 110 (Connection timed out)) |
10:03 | --- | ---> jeffpc_ [~jeffpc@167.206.220.130] has joined #mythtv |
10:14 | --- | <<-- mdz [~mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has quit (Connection timed out) |
10:28 | --- | ---> robertm [~robertm@65.88.208.4] has joined #mythtv |
10:28 | --- | ---> tobo [~tobo@1-1-12-13c.han.sth.bostream.se] has joined #mythtv |
10:29 | --- | User: *** splat1 is now known as splAt1 |
10:33 | --- | User: *** splAt1 is now known as splat1 |
10:51 | --- | ---> mecraw [~mecraw@69.2.235.2] has joined #mythtv |
11:02 | --- | ---> mdz [~mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #mythtv |
11:04 | --- | <--- gr8nash [~basketoju@mamabear.si-forest.com] has left #mythtv () |
11:08 | --- | ---> gr8nash [~basketoju@mamabear.si-forest.com] has joined #mythtv |
11:08 | --- | <<-- rw [marcelo@rw.user] has quit (Remote closed the connection) |
11:10 | --- | ---> CanadaBoy [~none@fctnnbsch17-156034208089.nb.aliant.net] has joined #mythtv |
11:39 | --- | ---> moot [~bcarlisle@h00a02429a7ed.ne.client2.attbi.com] has joined #mythtv |
11:40 | --- | <--- moot [~bcarlisle@h00a02429a7ed.ne.client2.attbi.com] has left #mythtv () |
11:45 | --- | ---> hadeees [~hadees@dsl001-130-101.aus1.dsl.speakeasy.net] has joined #mythtv |
11:53 | --- | <<-- hadees [~hadees@hadees.sustaining.supporter.pdpc] has quit (Read error: 110 (Connection timed out)) |
11:56 | --- | <<-- mrrio [~rio@dsl-212-139-188-167.access.as9105.com] has quit (Client Quit) |
11:59 | --- | <<-- tobo [~tobo@1-1-12-13c.han.sth.bostream.se] has quit ("Leaving") |
12:06 | --- | ---> mrrio [~rio@dsl-212-139-188-167.access.as9105.com] has joined #mythtv |
12:26 | --- | <<-- johnp_ [~jmp@80.4.179.209] has quit ("Download Gaim: http://gaim.sourceforge.net/") |
12:27 | _rkulagow_ | geez louise! that pvr500 is one in-demand card. one place i checked has stats: total backordered: 892 |
12:28 | @Chutt | heh |
12:28 | @Chutt | that's crazy |
12:28 | @Chutt | only reason i can see wanting one is if you're running out of pci slots |
12:29 | --- | ---> beavis [~beavis@p5081788A.dip0.t-ipconnect.de] has joined #mythtv |
12:29 | @Chutt | two 150s are a hell of a lot cheaper |
12:29 | _rkulagow_ | snapstream has an article where they put 5 pvr500's in one machine, so 10 tuners. |
12:29 | @Chutt | eh, that's silly. |
12:29 | _rkulagow_ | can it be done? yes. but do you want to do it? that's a totally seperate question. |
12:32 | Beirdo | wow |
12:32 | Beirdo | I run 3 PVR-250s and I though I was bad |
12:33 | kvandivo | hmm.... that's an awful lot of bandwidth.. |
12:33 | kvandivo | that would be something like 28 gigs an hour of writing to the disk at the mpg level i use |
12:34 | Beirdo | which is still not that much |
12:34 | Beirdo | be like running 4 HDTV |
12:34 | Beirdo | or something |
12:34 | kvandivo | ya.. guess not.. about 8 megs a second |
12:35 | _rkulagow_ | just wondering what it takes to saturate the PCI bus |
12:35 | _rkulagow_ | and if 5, why not 6? the intel d865G series has 6 PCI slots + 1 AGP |
12:36 | _rkulagow_ | (that's what i've got on my masterbackend) |
12:45 | --- | <<-- mecraw [~mecraw@69.2.235.2] has quit (Read error: 54 (Connection reset by peer)) |
12:57 | --- | ---> rw [marcelo@201009096164.user.veloxzone.com.br] has joined #mythtv |
13:07 | --- | ---> KillerBunny [KillerBunn@port149.ds1-arno.adsl.cybercity.dk] has joined #mythtv |
13:10 | --- | ---> tobo [~tobo@1-1-12-13c.han.sth.bostream.se] has joined #mythtv |
13:11 | @Chutt | hrm |
13:12 | @Chutt | to buy another lcd or not |
13:12 | @Chutt | since they're $20 cheaper now |
13:21 | GreyFoxx | What kind of lcd ? |
13:22 | @Chutt | dell 20" |
13:23 | @Chutt | down to $490 |
13:23 | GreyFoxx | Mmmmm I could use one of those myself :) |
13:29 | --- | ---> woodefec [~hcs@pf183.gdansk.cvx.ppp.tpnet.pl] has joined #mythtv |
13:29 | woodefec | hey - do i need sthing else than make, qt3 to install mythtv |
13:29 | woodefec | ? |
13:29 | woodefec | i mean - i have mysql, libttf and lame |
13:30 | kvandivo | reading both the topic, and the documentation will lead you down the road you need to be on |
13:30 | woodefec | as i configure it creates config.h, config.mak |
13:30 | woodefec | kvandivo : thx |
13:30 | --- | <--- woodefec [~hcs@pf183.gdansk.cvx.ppp.tpnet.pl] has left #mythtv () |
13:38 | --- | <<-- _rkulagow_ [~rkulagow_@c-67-167-67-120.client.comcast.net] has quit (Read error: 110 (Connection timed out)) |
13:39 | --- | <<-- rkulagow_ [~rkulagow_@c-67-167-67-120.client.comcast.net] has quit (Read error: 110 (Connection timed out)) |
13:51 | --- | ---> johnp_ [~jmp@82-69-87-196.dsl.in-addr.zen.co.uk] has joined #mythtv |
14:17 | --- | ---> NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has joined #mythtv |
14:40 | --- | ---> choenig [~choenig@p50926762.dip.t-dialin.net] has joined #mythtv |
14:45 | --- | <<-- BlurredWe [~foo@c-24-9-113-38.client.comcast.net] has quit (Connection timed out) |
14:52 | --- | ---> _rkulagow_ [~rkulagow_@c-67-167-67-120.client.comcast.net] has joined #mythtv |
14:57 | --- | <<-- riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has quit (Connection timed out) |
14:57 | --- | ---> Baylink [~jra@cgi.jachomes.com] has joined #mythtv |
15:04 | --- | ---> riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has joined #mythtv |
15:09 | --- | ---> doggkruse [~geoff@c-24-20-62-178.client.comcast.net] has joined #mythtv |
15:13 | --- | <<-- johnp_ [~jmp@82-69-87-196.dsl.in-addr.zen.co.uk] has quit (Read error: 60 (Operation timed out)) |
15:20 | --- | <<-- riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has quit (Read error: 60 (Operation timed out)) |
15:24 | --- | <<-- doggkruse [~geoff@c-24-20-62-178.client.comcast.net] has quit (Remote closed the connection) |
15:26 | --- | ---> doggkruse [~geoff@c-24-20-62-178.client.comcast.net] has joined #mythtv |
15:31 | --- | ---> riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has joined #mythtv |
15:34 | --- | <<-- orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has quit (Remote closed the connection) |
15:37 | --- | ---> woodefec [~hcs@pk185.gdansk.cvx.ppp.tpnet.pl] has joined #mythtv |
15:37 | --- | <--- woodefec [~hcs@pk185.gdansk.cvx.ppp.tpnet.pl] has left #mythtv () |
15:54 | --- | ---> NemLappy^ [~Nem@p54ABD173.dip.t-dialin.net] has joined #mythtv |
15:57 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit ("User disconnected") |
16:06 | --- | <<-- choenig [~choenig@p50926762.dip.t-dialin.net] has quit (Read error: 104 (Connection reset by peer)) |
16:15 | --- | ---> Baylink [~jra@cgi.jachomes.com] has joined #mythtv |
16:22 | --- | ---> stoffel [~sfr@p5081349F.dip.t-dialin.net] has joined #mythtv |
16:25 | --- | <<-- stoffel_ [~sfr@pD95EAA80.dip.t-dialin.net] has quit (Read error: 60 (Operation timed out)) |
16:26 | --- | ---> mecraw [~mecraw@69.2.235.2] has joined #mythtv |
16:32 | --- | ---> choenig [~choenig@p50926762.dip.t-dialin.net] has joined #mythtv |
16:35 | --- | <<-- choenig [~choenig@p50926762.dip.t-dialin.net] has quit (Read error: 113 (No route to host)) |
16:36 | --- | ---> Baylink_ [~jra@cgi.jachomes.com] has joined #mythtv |
16:37 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit (Nick collision from services.) |
16:37 | --- | <<-- tobo [~tobo@1-1-12-13c.han.sth.bostream.se] has quit ("Leaving") |
16:37 | --- | User: *** Baylink_ is now known as Baylink |
16:37 | --- | User: *** Hamsta is now known as Hamstaman |
16:44 | --- | ---> Baylink_ [~jra@cgi.jachomes.com] has joined #mythtv |
16:44 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit (Nick collision from services.) |
16:44 | --- | User: *** Baylink_ is now known as Baylink |
16:49 | --- | ---> orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has joined #mythtv |
16:52 | --- | ---> doggkruse_ [~geoff@c-24-20-62-178.client.comcast.net] has joined #mythtv |
16:53 | --- | <<-- doggkruse [~geoff@c-24-20-62-178.client.comcast.net] has quit (Remote closed the connection) |
16:54 | --- | <<-- robertm [~robertm@65.88.208.4] has quit (Read error: 113 (No route to host)) |
16:56 | --- | <<-- KillerBunny [KillerBunn@port149.ds1-arno.adsl.cybercity.dk] has quit (Read error: 54 (Connection reset by peer)) |
16:57 | --- | ---> robertm [~robertm@65.88.208.4] has joined #mythtv |
16:58 | --- | <<-- hadeees [~hadees@dsl001-130-101.aus1.dsl.speakeasy.net] has quit (Client Quit) |
17:00 | --- | ---> hadees [~hadees@dsl001-130-101.aus1.dsl.speakeasy.net] has joined #mythtv |
17:01 | --- | <<-- riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has quit (Read error: 60 (Operation timed out)) |
17:04 | --- | ---> BlurredWe [~foo@dnvrapanas20poolc25.dnvr.uswest.net] has joined #mythtv |
17:09 | --- | ---> riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has joined #mythtv |
17:21 | --- | <--- shadash [~shadn@63.241.8.101] has left #mythtv () |
17:29 | --- | <<-- Hamstaman [~Hamstaman@pD95F8170.dip.t-dialin.net] has quit (Remote closed the connection) |
17:30 | --- | ---> shadash [~shadn@63.241.8.101] has joined #mythtv |
17:33 | --- | <<-- riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has quit (Connection timed out) |
17:35 | --- | ---> Hamstaman [~Hamstaman@pD95F8170.dip.t-dialin.net] has joined #mythtv |
17:37 | --- | <<-- mrrio [~rio@dsl-212-139-188-167.access.as9105.com] has quit (Client Quit) |
17:43 | --- | <<-- NemLappy^ [~Nem@p54ABD173.dip.t-dialin.net] has quit (Read error: 54 (Connection reset by peer)) |
17:44 | --- | ---> riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has joined #mythtv |
17:46 | --- | <<-- beavis [~beavis@p5081788A.dip0.t-ipconnect.de] has quit ("Leaving") |
17:47 | --- | ---> mrrio [~rio@dsl-212-139-188-167.access.as9105.com] has joined #mythtv |
17:52 | --- | <<-- Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has quit (No route to host) |
17:57 | --- | User: *** gfiend is now known as Geckofiend |
17:58 | --- | <--- shadash [~shadn@63.241.8.101] has left #mythtv () |
18:15 | mtjs | hi |
18:15 | mtjs | if I use nvidia for tv out, I can see the mythtv interface |
18:15 | mtjs | but from the moment I press live tv it crashes... |
18:15 | kvandivo | congratulations |
18:15 | mtjs | ;) |
18:15 | mtjs | what can that be, I don't find any info on that... |
18:16 | mtjs | also if I play a video (with mplayer) trough mythtv |
18:16 | kvandivo | follow the docs. they tell you what to do in the event of a crash. |
18:17 | --- | <<-- robertm [~robertm@65.88.208.4] has quit ("Leaving") |
18:18 | mtjs | wait 6 monds for .18 ? |
18:19 | --- | <<-- Roots^ [Mani@cpc1-with2-5-0-cust26.bagu.cable.ntl.com] has quit () |
18:23 | gr8nash | mtjs you didnt read the topic |
18:23 | gr8nash | this isnt for user support |
18:32 | --- | <<-- doggkruse_ [~geoff@c-24-20-62-178.client.comcast.net] has quit (Read error: 110 (Connection timed out)) |
18:37 | mtjs | gr8nash: I'm a nagger ;) |
18:37 | mtjs | tought to report something |
18:37 | mtjs | pitty some mythtv developers are like ... so ... ... uncool |
18:40 | --- | <<-- jeffpc_ [~jeffpc@167.206.220.130] has quit (Remote closed the connection) |
18:42 | Geckofiend | reading that whitepaper on the Tivo reccomendation system. It never ceases to amaze me how there's an algorithm for damn near everything. |
18:46 | dopester | determining what commercial entities to sell out and pollute your tivo with useless shows you don't want to see? |
19:03 | --- | <<-- Baylink [~jra@cgi.jachomes.com] has quit (Remote closed the connection) |
19:09 | --- | ---> oneo99 [~oneo@fitzy2.resnet.nd.edu] has joined #mythtv |
19:09 | --- | <<-- BlurredWe [~foo@dnvrapanas20poolc25.dnvr.uswest.net] has quit () |
19:12 | --- | User: *** splat1 is now known as splAt1 |
19:16 | --- | ---> hadeees [~hadees@cpe-70-113-20-102.austin.res.rr.com] has joined #mythtv |
19:17 | --- | <<-- hadees [~hadees@hadees.sustaining.supporter.pdpc] has quit (Client Quit) |
19:53 | --- | ---> Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has joined #mythtv |
19:53 | --- | <<-- Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has quit (Read error: 104 (Connection reset by peer)) |
19:54 | --- | ---> Anduin [~awithers@cpe-24-169-110-95.rochester.res.rr.com] has joined #mythtv |
20:00 | --- | <<-- mecraw [~mecraw@69.2.235.2] has quit ("Trillian (http://www.ceruleanstudios.com") |
20:00 | streamtrade | Any particular tools you use to measure performance of the code? I am using hdtv and trying to milk the most out of my processor, I am planning to see where the bottlenecks are. |
20:05 | Geckofiend | heh wow the scrrensaver singleton is borked |
20:09 | --- | ---> cmorgan [~cmorgan@cpe-68-118-245-76.ma.charter.com] has joined #mythtv |
20:10 | --- | <<-- streamtrade [~jsass@dpc6682057202.direcpc.com] has quit (Read error: 104 (Connection reset by peer)) |
20:19 | --- | ---> gecko [~donavan@dialup-4.225.94.144.Dial1.Cincinnati1.Level3.net] has joined #mythtv |
20:33 | --- | <<-- Geckofiend [~donavan@dialup-4.252.91.125.Dial1.Cincinnati1.Level3.net] has quit (Nick collision from services.) |
20:33 | --- | User: *** gecko is now known as GeckoFiend |
20:39 | --- | ---> streamtrade [~jsass@dpc6682057202.direcpc.com] has joined #MythTV |
21:06 | --- | <<-- mrrio [~rio@dsl-212-139-188-167.access.as9105.com] has quit (Client Quit) |
21:12 | @Chutt | whee. |
21:13 | @Chutt | i drove for 3 hours today to spend 15 minutes fixing a computer problem |
21:13 | @Chutt | so exciting |
21:20 | --- | ---> Baylink [~jra@cgi.jachomes.com] has joined #mythtv |
21:21 | dopester | you become an it gimp for a day? |
21:21 | @Chutt | naw, brother called and said his computer died |
21:21 | @Chutt | he's got his big senior (in hs) term paper due tomorrow |
21:23 | dopester | sucks being the "computer expert" in the family |
21:52 | --- | <<-- riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has quit ("Leaving") |
21:52 | --- | ---> riksta [~rick@host217-42-22-145.range217-42.btcentralplus.com] has joined #mythtv |
22:17 | --- | <<-- NightMonkey [~NightMonk@NightMonkey.active.supporter.pdpc] has quit (Read error: 110 (Connection timed out)) |
22:29 | --- | ---> HRearden [HRearden@cpe-024-165-155-203.midsouth.rr.com] has joined #mythtv |
22:35 | --- | ---> Hamsta [~Hamstaman@pD95F8254.dip.t-dialin.net] has joined #mythtv |
22:54 | --- | <<-- Hamstaman [~Hamstaman@pD95F8170.dip.t-dialin.net] has quit (Read error: 110 (Connection timed out)) |
22:59 | --- | ---> Captain_Murdoch_ [~cpinkham@p123.n-dcpop04.stsn.com] has joined #mythtv |
23:06 | --- | <<-- orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has quit (Read error: 110 (Connection timed out)) |
23:07 | --- | ---> orion2012 [~orion@cpe-66-69-83-49.satx.res.rr.com] has joined #mythtv |
23:17 | --- | <<-- HRearden [HRearden@cpe-024-165-155-203.midsouth.rr.com] has quit (Read error: 110 (Connection timed out)) |
23:20 | --- | <<-- hadeees [~hadees@cpe-70-113-20-102.austin.res.rr.com] has quit (Client Quit) |
23:27 | --- | ---> Netslayer [~chris@c-24-126-202-231.we.client2.attbi.com] has joined #mythtv |
23:27 | --- | ---> rkulagow__ [~rkulagow@c-67-167-67-120.client.comcast.net] has joined #mythtv |
23:28 | dopester | evening rkulagow__ |
23:29 | rkulagow__ | hey, dopester. |
23:29 | rkulagow__ | so, the bad news is that when i bypassed everything and plugged the Air2PC straight into the cable from comcast i was still getting unc errors |
23:30 | rkulagow__ | i need to go outside and see if there's something wrong at the MPOE to my house |
23:31 | dopester | is it happening on all the channels or just some? |
23:32 | rkulagow__ | i think it was on all of them. let me check my recording schedule; i may be able to bypass the distribution amp and go straight into the outside cable again. |
23:32 | rkulagow__ | brb |
23:35 | rkulagow__ | crap. i just realized that i'd lose my cable modem connection if i bypass |
23:35 | dopester | my cable mode didn't like going though an amp |
23:36 | --- | <<-- batdog [~jde@cpe-24-174-118-53.houston.res.rr.com] has quit (Read error: 110 (Connection timed out)) |
23:36 | rkulagow__ | mine has been working fine. |
23:37 | rkulagow__ | i can put a two way splitter in front of the distro amp so i can put the air2pc on one leg and the distro amp on the other. worth a shot? |
23:37 | dopester | i dunno |
23:37 | dopester | you said you don't have anything else that gets digital cable right? |
23:37 | rkulagow__ | btw, you have a chance to look at the stuff i put at the end of the HOWTO? |
23:38 | rkulagow__ | no, i don't |
23:38 | dopester | yeah looked ok to me.. |
23:38 | dopester | yeah i wish there was something else to validate your cable being ok with |
23:38 | dopester | your int he same situation im in.. i can't get discoveryhd to save my life |
23:38 | dopester | getting an hdtv in a week or two but until then i won't be able to know anything eles.. |
23:39 | rkulagow__ | well, i'm way off from getting an hdtv, so can't do that. |
23:42 | --- | ---> batdog [~jde@cpe-24-174-118-53.houston.res.rr.com] has joined #mythtv |
23:45 | rkulagow__ | does any of the ber / SNR stuff tell you if the incoming signal is _too_ strong? |
23:47 | dopester | the snr was dxxx ish right? |
23:47 | rkulagow__ | i'm booting up now, so i'll let you know in a sec |
23:47 | dopester | k |
23:51 | rkulagow__ | status 1f | signal fc20 | snr dde0 | ber 00007ff8 | unc 0000000f | FE_HAS_LOCK |
23:51 | rkulagow__ | status 1f | signal fbb0 | snr dde0 | ber 00007ff8 | unc 0000000e | FE_HAS_LOCK |
23:51 | rkulagow__ | status 1f | signal fb80 | snr ddb0 | ber 00007ff8 | unc 00000011 | FE_HAS_LOCK |
23:51 | dopester | looks ok to me |
23:51 | dopester | well the signal and snr |
23:51 | rkulagow__ | other than the unc, of course, which sucks. |
23:51 | dopester | yep :) |
23:52 | --- | <<-- linuxwhore [~johnh@70-56-163-89.mpls.qwest.net] has quit (Connection timed out) |
23:52 | rkulagow__ | back to the real problem. channel scan doesn't show any channels. is the unc affecting that, or should i still be able to see what digital channels are available? |
23:52 | --- | ---> hadees [~hadees@cpe-66-68-66-147.austin.res.rr.com] has joined #mythtv |
23:54 | rkulagow__ | also, 2.6.11 + your QAM patch. still don't need to go the dvb-kernel route, correct? |
23:54 | dopester | yes |
23:54 | dopester | if it locks its good |
--- | Log | closed Thu Mar 03 00:00:02 2005 |