00:01 | <aw> | hmm, I'd guess I have about 0.25-0.5sec delay between hitting pause and audio stopping (with the audio_buffer_unused = 0 fix) |
00:02 | <Chutt> | yup |
00:02 | <Chutt> | so what does it do when it's broken like in current cvs? |
00:02 | <Chutt> | play a little, pause, play more, pause, etc? |
00:03 | <aw> | no audio whatsoever, constant "Delaying to next trigger" |
00:03 | <Chutt> | ah |
00:08 | <Chutt> | hmm |
00:08 | <Chutt> | can you break things by removing that audio_buffer_unused = 0 line again/ |
00:09 | <Chutt> | and uncomment the printf("waiting for space to write %d... line at 1782 |
00:09 | <Chutt> | and run that |
00:09 | <Chutt> | and let me know what it says when run |
00:11 | <aw> | waiting for space to write 44 bytes on soundcard whish has -7660 bytes free |
00:11 | <aw> | lots of those, then |
00:11 | <aw> | waiting for space to write 5696 bytes on soundcard whish has -7660 bytes free |
00:11 | <Chutt> | does it stay at -7660 |
00:12 | <aw> | yep |
00:13 | <Chutt> | ok, two lines up, before the if (bytesperframe > space_on_soundcard) |
00:14 | <Chutt> | cout << info.bytes << " " << audio_buffer_unused << endl; |
00:14 | <Chutt> | and that should be the last time i ask you to recompile =) |
00:14 | <Chutt> | hopefully |
00:14 | <aw> | not a problem |
00:16 | <aw> | 61460 69120 |
00:16 | <aw> | that's at 48kHz |
00:17 | <aw> | although it's the same on the 32k stream too |
00:19 | <Chutt> | hmm |
00:21 | <Chutt> | odd |
00:22 | -!- | JonnyRo [] has quit ["using sirc version 2.211+KSIRC/1.2.4"] |
00:23 | <Chutt> | i wonder if it ever writes anything to the dsp device |
00:24 | <aw> | doesn't "sound" like it ;^) |
00:24 | <Chutt> | yeah, but if it was only a frame or two |
00:24 | <Chutt> | can you stick something in WriteAudio()? |
00:25 | <Chutt> | line 358 or so, cout << "writeaudio() " << size << endl; |
00:25 | <Chutt> | and let me know if that ever gets hit |
00:26 | <Chutt> | the main issue is |
00:26 | <Chutt> | that that -7660 shouldn't be possible for it to be negative |
00:27 | <aw> | I get a "writeaudio() 1024" right away, then I don't see anymore |
00:27 | <Chutt> | that makes sense |
00:38 | <Chutt> | hrmph |
00:38 | <Chutt> | i need to go to bed |
00:38 | <Chutt> | can't figure out how to fix this nicely :( |
00:42 | -!- | bigguy [] has quit [Read error: 60 (Operation timed out)] |
00:47 | -!- | bigguy [~bigman@h16.44.102.166.ip.alltel.net] has joined #mythtv |
01:03 | <aw> | wow, mythmusic visualization is _much_ cooler, nice job |
01:04 | <FredFunk> | Anyone have trouble with lircd picking up OTHER remotes? (e.g. use the Satellite remote and it thinks I'm hitting the number 4 over and over) |
01:26 | <-- aw | (~awilliam@12-252-50-38.client.attbi.com) has left #mythtv ("Client Exiting") |
01:39 | <-- rkulagow_ | (~rkulagow@12.207.131.29) has left #mythtv |
01:44 | -!- | rkulagow_ [~rkulagow@12.207.131.29] has joined #mythtv |
05:05 | -!- | nevertheless [~neverthel@pD952C782.dip.t-dialin.net] has joined #mythtv |
08:09 | <-- FredFunk | has quit () |
11:00 | -!- | jungle [~jungle@0x503ed324.abnxx7.adsl-dhcp.tele.dk] has joined #mythtv |
11:08 | <rkulagow_> | chutt: just to let you know, it appears that the page_up bug in mythprogfind is fixed now. |
11:08 | <Chutt> | cool |
11:11 | <rkulagow_> | sometimes, i wonder if zap2it is being run by a bunch of monkeys. most of my channels are showing no data. manually accessing the website shows the same thing when i hit tvlistings2 vs tvlistings. |
11:12 | <Chutt> | tvlistings works fine for me |
11:13 | <rkulagow_> | yep; that's what i meant to type. tvlistings is ok, tvlistings2 isn't, and XMLTV is using tvlistings2. |
11:13 | <Chutt> | mdz posted a url to a debian bug report with a fix for xmltv 0.5.6 |
11:13 | <rkulagow_> | i know about manually changing the servername |
11:13 | <Chutt> | to use tvlistings |
11:13 | <rkulagow_> | yep |
11:13 | <Chutt> | i've been using that for ages |
12:18 | <poptix> | ditto |
12:18 | <poptix> | i've been happily using an older xmltv with tvlistings.zap2it.com |
12:46 | -!- | bigguy [] has quit [Read error: 60 (Operation timed out)] |
13:02 | -!- | vidarino [] has quit [Read error: 113 (No route to host)] |
13:19 | -!- | Tuscany0_ [~username@66.54.186.1] has joined #mythtv |
13:31 | -!- | jungle [] has quit [Remote closed the connection] |
13:41 | <rkulagow_> | chutt: since mythfilldatabase filled my database with garbage because of the zap2it issues, i ran the following from mysql> delete from program where starttime>="20030218"; |
13:41 | <rkulagow_> | see any problem in me posting this to the list? |
13:41 | <rkulagow_> | (and then re-running mythfilldatabase, now that zap2it is working again.) |
13:41 | <Chutt> | that should be fine, yeah |
13:42 | <rkulagow_> | i was looking into the mythfilldatabase code to see if there's some way to force the offset from the command line or maybe adding --force option to override the default offset to get it to re-run. |
14:00 | <Chutt> | that would be a good idea |
14:00 | <Chutt> | tell it to regrab a certain day, regardless of what's in the db |
14:05 | <rkulagow_> | right, that's what i was figuring. did you just volunteer me? :) |
14:05 | <Chutt> | if you want to |
15:20 | <nevertheless> | Chutt: around? |
15:21 | <nevertheless> | I get synaesthesia.cpp: In constructor `Synaesthesia::Synaesthesia(long int)': |
15:21 | <nevertheless> | synaesthesia.cpp:50: `SDL_ShowCursor' undeclared (first use this function) |
15:21 | <nevertheless> | is it wanted, that the #endif is prior to the SDL_ShowCurser? |
15:50 | <rkulagow_> | chutt, are you here? |
16:03 | -!- | bigguy [~bigman@h76.44.102.166.ip.alltel.net] has joined #mythtv |
16:53 | --> You | are now talking on #mythtv |
16:53 | -!- | Topic for #mythtv is MythTV - http://mythtv.org/ - PVR for linux |
16:53 | -!- | Topic for #mythtv set by Justin_ at Wed Feb 5 02:54:03 |
17:45 | <Chutt> | i am now, yes |
17:45 | <rkulagow_> | chutt, for the volume stuff, can i just use util.cpp in libmyth, or do you want a seperate file? |
17:46 | <rkulagow_> | (i saw xinerama in there, so i don't know if it's a catchall) |
17:46 | <Chutt> | if it's just a couple stand alone functions, then just use util.cpp |
17:46 | <rkulagow_> | ok, thanks. |
17:46 | <Chutt> | if it can be made into a class, then it should be a separate file |
17:47 | <nevertheless> | Chutt: don't forget, to fix the synaesthesia.cpp:50 #endif thing |
17:47 | <nevertheless> | :-) |
17:47 | <Chutt> | already did |
17:47 | <nevertheless> | good |
18:56 | -!- | nevertheless [] has quit [Remote closed the connection] |
19:15 | <-- Tuscany0_ | (~username@66.54.186.1) has left #mythtv |
19:30 | <PeteCool> | cvs -d :pserver:mythtv@cvs.mythtv.org:/var/lib/cvs co mythmusic |
19:30 | <PeteCool> | cvs server: existing repository /var/lib/cvs/mythmusic/mythmusic does not match /var/lib/cvs/mythmusic |
19:30 | <PeteCool> | cvs server: ignoring module mythmusic |
19:32 | <PeteCool> | nevermind |
19:41 | <PeteCool> | Chutt: did you look at why I might be seeing a mouse pointer in Synesthaesia? |
20:31 | <PeteCool> | Chutt: Goom still crashes for me, with cvs from about 10 minutes ago |
21:17 | -!- | Viddy [] has quit ["Client Exiting"] |
21:39 | <Chutt> | petecool, you're on your own for debugging that, then. it runs fine for me now |
22:04 | <PeteCool> | Chutt: weird |
22:13 | <Chutt> | the bad asm was segfaulting before, but that got fixed when i fixed those compile issues |
22:25 | <PeteCool> | Chutt: it displays a blank screen for about two~three seconds before completely crashing mythmusic |
22:57 | <hurdel> | is something wrong with cvs? |
22:58 | <hurdel> | trying to update MC and it's just sitting there doing nothing |
22:59 | <hurdel> | normally happens immediately |
23:04 | <hurdel> | oh, there it goes finally |
23:37 | -!- | aw [~awilliam@12-252-50-38.client.attbi.com] has joined #mythtv |
23:54 | <Chutt> | aw, hey, does current cvs fix that problem without setting that variable to 0? |
23:55 | <aw> | Chutt: yep, takes a bit to get going, then it's fine |
23:56 | <Chutt> | ok, good |
23:58 | <Chutt> | you get the 'your soundcard sucks' message? |
23:59 | <Chutt> | on the console when it first starts up |
23:59 | <aw> | musta scrolled by to fast... I wouldn't argue though ;) |
23:59 | <Chutt> | it's a little more polite than that |
23:59 | <Chutt> | but that's the gist of the error message =) |