Friday, January 8th, 2010, 00:00 UTC | ||
[00:00:03] | TauPan: | key's 'm' in live-tv playback |
[00:00:06] | cc: | @wagnerrp: the script brings me an "SyntaxError: invalid syntax" on the rec.title line... is there a special format for the title? i change it correctly with case sensitiv |
[00:00:18] | gunni_ (gunni_!n=quassel@xdsl-81-173-249-5.netcologne.de) has quit (Read error: 60 (Operation timed out)) | |
[00:00:20] | Dagmar: | Sounds to me like you've gone and set up some playback profile which is failing utterly |
[00:00:44] | Dagmar: | LIke, if the video was recorded properly, it indicates whether or not it's interlaced or progressive content |
[00:00:48] | Dagmar: | There is nothing to detect. |
[00:00:55] | TauPan: | I record from my analog tv card. |
[00:01:00] | TauPan: | with mythtv |
[00:01:13] | Dagmar: | So you've got interlaced content and your deinterlacer choice is failing horribly |
[00:01:47] | TauPan: | ok, so what do I do? |
[00:02:06] | Dagmar: | Look into playback profiles, probably delete them all, or make one that makes some sense |
[00:02:29] | Dagmar: | Preferably one that does not rely on the functionality (or lack thereof) of the ATI video driver to do deinterlacing. |
[00:03:03] | Dagmar: | The ones that are in there by default, like CPU+ and so forth, are meant to be suggestions that most of the time work |
[00:03:14] | Dagmar: | They are generally suboptimal for everyone |
[00:03:18] | Dagmar: | s/generally/equally/; |
[00:10:18] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
[00:11:03] | TauPan: | ah... typical problem...I should have known... if I use a gl renderer, it works... Xv is no good with the fglrx driver. |
[00:11:15] | TauPan: | Dagmar: thanks for your help! |
[00:11:21] | Dagmar: | Yes, the ATI driver is full of broken |
[00:11:25] | TauPan: | indeed |
[00:11:39] | bobgill (bobgill!n=smileyfa@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Read error: 110 (Connection timed out)) | |
[00:11:47] | TauPan: | I'm thinking of switching to the open source drivers soon, it looks like they should support all I need by now. |
[00:13:11] | cc: | @wagnerrp: i found the problem. there was a missing : after the if statement in the script |
[00:13:24] | TauPan: | is it possible to use a different renderer for fullscreen and a resized window? |
[00:14:15] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
[00:15:23] | beata (beata!i=beata@c-68-49-32-212.hsd1.md.comcast.net) has joined #mythtv-users | |
[00:16:47] | beata: | anyone know why im getting this error on jamu.py svn a couple days ago |
[00:16:50] | beata: | File "./jamu.py", line 6399, in processMythTvMetaData |
[00:16:50] | beata: | if not len(self.config['localpaths']['posters']): |
[00:16:50] | beata: | KeyError: 'posters' |
[00:17:39] | iamlindoro: | TVDB has been down for days |
[00:18:33] | beata: | works here |
[00:18:44] | RDV_Linux: | beata: Jamu has not been changed in trunk for many weeks, Check the Jamu version you using with ./jamu -v |
[00:18:58] | iamlindoro: | API has been down for like five days |
[00:19:09] | iamlindoro: | it may have come back online today, but that was not a couple days ago |
[00:19:24] | beata: | was just looking at the www site |
[00:19:24] | beata: | got ya |
[00:19:31] | iamlindoro: | the site is not the same as the API |
[00:19:45] | beata: | understandale |
[00:20:58] | dare (dare!i=dare@its.better.with-linux.com) has quit (Read error: 110 (Connection timed out)) | |
[00:22:58] | wagnerrp: | cc: yeah, i always seem to be leaving those off |
[00:23:50] | wagnerrp: | Dagmar: thats all CG? |
[00:23:53] | dare (dare!i=dare@its.better.with-linux.com) has joined #mythtv-users | |
[00:24:36] | abqjp (abqjp!n=abqjp@97-119-165-158.albq.qwest.net) has quit () | |
[00:25:05] | PatrickDK (PatrickDK!i=patrickd@dyn-24-49-47-99.myactv.net) has quit () | |
[00:25:14] | cc: | @wagnerrp: the script selects the right episodes, but something is wrong with the delete when i uncomment it |
[00:25:27] | cc: | Traceback (most recent call last): |
[00:25:28] | cc: | File "./delete.python", line 15, in <module> |
[00:25:28] | cc: | be.deleteRecording(rec) |
[00:25:28] | cc: | File "/usr/lib/python2.6/dist-packages/MythTV/MythTV.py", line 364, in deleteRecording |
[00:25:28] | cc: | return self.backendCommand(BACKEND_SEP.join([command,program.toString()])) |
[00:25:28] | cc: | File "/usr/lib/python2.6/dist-packages/MythTV/MythTV.py", line 968, in toString |
[00:25:30] | cc: | string += BACKEND_SEP + locale.format("%0.6f" %self.stars) |
[00:25:32] | cc: | TypeError: format() takes at least 2 arguments (1 given) |
[00:25:44] | wagnerrp: | heh... yeah.... youre runing a old version of the bindings |
[00:25:45] | TauPan: | Ah, I think I found a combination that works for me, now. |
[00:26:06] | wagnerrp: | that last '%' is supposed to be a ',' |
[00:26:30] | TauPan (TauPan!n=taupan@dudelab.org) has left #mythtv-users ("thanks again and bye") | |
[00:27:49] | wagnerrp: | grab a new copy off http://svn.mythtv.org/svn/branches/release-0- . . . dings/python |
[00:28:05] | wagnerrp: | then just 'python setup.py install' |
[00:28:06] | cc: | |
[00:29:03] | wagnerrp: | http://svn.mythtv.org/trac/changeset/22797 |
[00:29:11] | wagnerrp: | my fault on that one |
[00:29:56] | cc: | ah ok |
[00:34:00] | seandiddy (seandiddy!n=sean@cpe-69-204-170-57.nycap.res.rr.com) has joined #mythtv-users | |
[00:34:46] | seandiddy (seandiddy!n=sean@cpe-69-204-170-57.nycap.res.rr.com) has quit (Client Quit) | |
[00:35:06] | cc: | File "./delete.python", line 15 |
[00:35:06] | cc: | be.deleteRecording(rec) |
[00:35:06] | cc: | ^ |
[00:35:06] | cc: | IndentationError: unindent does not match any outer indentation level |
[00:35:39] | cc: | after patching the /usr/lib/python2.6/dist-packages/MythTV/MythTV.py script |
[00:36:04] | wagnerrp: | python code structure is based off intents, that line must be indented to the same column as the line above it |
[00:37:46] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit (Read error: 60 (Operation timed out)) | |
[00:37:48] | cc: | oh sorry, i am new in python :-/ |
[00:38:26] | wagnerrp: | so in that for loop, the first line after the start of the loop must be indented past where the for loop is |
[00:38:37] | antgel (antgel!n=topdog@78-105-205-147.zone3.bethere.co.uk) has quit (Read error: 110 (Connection timed out)) | |
[00:38:38] | wagnerrp: | and each subsequent line in that loop must be at the same indent |
[00:40:48] | Dagmar: | Welcome to Fortran-2010 |
[00:41:44] | wagnerrp: | kind of... fortran just had specific meaning for the first seven characters |
[00:42:00] | wagnerrp: | and that hasnt been required since f90 |
[00:42:07] | cc: | UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 70: ordinal not in range(128) |
[00:42:24] | wagnerrp: | yep... unicode... you have fun with that |
[00:42:28] | cc: | |
[00:43:13] | Dagmar: | Suuuure there isn't |
[00:43:19] | wagnerrp: | try item five in http://mythtv.org/wiki/Jamu#This_stupid_thing_does_not_work.21 |
[00:43:19] | cc: | Titel: <<King of Queens (2009-07–16 15:06:32)>> is the output of my added print 'Titel: <<%s>>' % (rec) |
[00:43:25] | Dagmar: | rofl |
[00:43:30] | Dagmar: | I <3 that URL |
[00:44:27] | cc: | :-) |
[00:44:27] | wagnerrp: | i may need to put an '.encode("utf-8")' into that '.toString()' function |
[00:45:03] | wagnerrp: | basically, utf and python is a messy prospect at best |
[00:45:34] | andreax (andreax!n=andreaz@p57B95EFC.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[00:47:32] | wagnerrp: | Dagmar: that looks too damn good to be computer generated |
[00:49:16] | wagnerrp: | of course he did screw up at 8m in, the blades are spinning backwards |
[00:53:59] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has quit () | |
[00:59:18] | Lord_Deathscythe (Lord_Deathscythe!n=chris@h184.222.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
[01:00:31] | wagnerrp: | iamlindoro: are you starting up a schema version for NetVision? |
[01:03:43] | iamlindoro: | wagnerrp, think I'm at 1004 right now |
[01:04:24] | iamlindoro: | so I guess that's "yes" :) |
[01:04:31] | wagnerrp: | ok, im just tweaking the various classes so you basically cannot use anything canned in the bindings without checking schema version |
[01:05:05] | wagnerrp: | what settings value is that? |
[01:09:09] | Wicked (Wicked!n=zero@unaffiliated/blazed) has quit ("You should have never seen this quit message!") | |
[01:11:06] | Captain_Murdoch: | Dagmar, when I download that mp4 file and play it in mplayer, it says it is in 1280x720 h264/aac, isn't that high enough? |
[01:11:40] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
[01:11:51] | Captain_Murdoch: | ~200 MegaBytes |
[01:12:26] | CShadowRun (CShadowRun!n=cshadowr@cshadowrun.com) has quit (Read error: 60 (Operation timed out)) | |
[01:13:14] | Oberon (Oberon!n=chris@h143.234.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
[01:13:37] | Oberon is now known as Guest51062 | |
[01:13:48] | iamlindoro: | wagnerrp, NetvisionDBSchemaVer |
[01:14:18] | ** sphery wonders if Netvision has 20/20 ** | |
[01:15:54] | JJ1 (JJ1!n=jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
[01:16:06] | sphery: | What's up with 4 out of 5 *buntu users getting "the file for this recording cannot be found" |
[01:17:20] | ** skd5aner must be the 1/5 that doesn't ** | |
[01:17:40] | skd5aner: | unless my tuner goes whacky, but that's rare anymore |
[01:19:01] | sphery: | heh, that's good to hear, at least |
[01:19:04] | sphery: | are you on 9.10? |
[01:19:42] | kc: | sphery, I saw an e-mail that one of the mythbuntu maintainers opened a new ticket in myth for that segfault issue I had. 7830 is a dupe of 7779 |
[01:20:38] | sphery: | kc: thanks... I close the dup |
[01:27:22] | Lord_Deathscythe (Lord_Deathscythe!n=chris@h184.222.20.98.dynamic.ip.windstream.net) has quit (Read error: 110 (Connection timed out)) | |
[01:28:05] | EvilGuru (EvilGuru!n=freddie@warzone2100/developer/EvilGuru) has quit (Read error: 110 (Connection timed out)) | |
[01:30:20] | Dagmar (Dagmar!i=dagmar@unaffiliated/dagmar) has quit (Read error: 110 (Connection timed out)) | |
[01:37:37] | cc: | @wagnerrp: thank you very much for your help, i will try the utf8 thing tomorrow |
[01:38:14] | wagnerrp: | what line and file was that error in? |
[01:38:16] | cc: | ciao |
[01:38:27] | wagnerrp: | was it when trying to print the title/subtitle? or was it in toString()? |
[01:39:41] | cc: | in the be.deleteRecording(rec) |
[01:40:00] | wagnerrp: | yeah, that was in toString |
[01:40:11] | wagnerrp: | something *i* need to fix |
[01:42:09] | EvilGuru (EvilGuru!n=freddie@helium.witherden.org) has joined #mythtv-users | |
[01:43:57] | CShadowRun (CShadowRun!n=cshadowr@cshadowrun.com) has joined #mythtv-users | |
[01:46:29] | cal_ (cal_!n=cal@yossman.net) has joined #mythtv-users | |
[01:46:53] | Dagmar (Dagmar!i=dagmar@c-98-193-180-167.hsd1.tn.comcast.net) has joined #MythTV-Users | |
[01:50:50] | wilberfan (wilberfan!n=wilberfa@96-41-122-151.dhcp.mtpk.ca.charter.com) has joined #mythtv-users | |
[01:50:55] | cal_: | are there more themes anywhere for mythtv .22 yet, other than the default ones? |
[01:51:33] | wagnerrp: | theres blue-abstract, there are unfinished ports of metallurgy and mepo, and then there are several other unfinished and unreleased themes |
[01:51:51] | wagnerrp: | expect several more in by the end of the month |
[01:52:08] | cal_: | yeah, from the contest |
[01:52:14] | cal_: | maybe I will just wait till then |
[01:52:34] | cal_: | where are the ones you mentioned? |
[01:53:02] | PointyPumper (PointyPumper!i=Pintlezz@190.244.90.204) has quit () | |
[01:53:06] | wagnerrp: | blue-abstract has a path on the wiki, the other two ive seen show up in the mailing list |
[01:53:13] | Polydwarf (Polydwarf!n=no@ip72-208-232-169.ph.ph.cox.net) has joined #mythtv-users | |
[01:53:15] | cal_: | ok |
[01:53:18] | sphery: | wagnerrp: btw, there /is/ a way to force Myth to run with wrong schema versions without any code changes/recompiling/... I want to make it work like you said it works, but someone added the code to allow people to force it to work with wrong schema version shortly after I added code to prevent that. |
[01:53:34] | PointyPumper (PointyPumper!i=Pintlezz@190.244.90.204) has joined #mythtv-users | |
[01:53:44] | sphery: | Oh, and I won't tell how to do so (as it's better if no one knows :) |
[01:53:55] | inordkuo (inordkuo!n=inorkuo@adsl-177-180-200.int.bellsouth.net) has joined #mythtv-users | |
[01:54:01] | wagnerrp: | override it with '-O <whatever>'? |
[01:54:53] | cal_: | blue abstract looks pretty sweet wagner |
[01:55:05] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit ("ZNC by prozac - http://znc.sourceforge.net") | |
[01:55:12] | wagnerrp: | tell $blue_abstract_author |
[01:55:39] | cal_: | whats your theme of choice right now? ;) |
[01:55:50] | Polydwarf: | I've got a sound card question that's probably been asked/solved before, but my googlefu is weak tonight... I'm running straight ubuntu 9.10 (not mythbuntu) with myth installed via apt... mythfrontend just loves to lock the sound card (for instance, if i'm running mplayer <mp3 file>, as soon as I start mythfrontend, mplayer essentially pauses; huludesktop also will not play audio if mythfrontend is running). Any ideas? |
[01:56:38] | wagnerrp: | right now, im just using graphite (16:9) on one tv, mythcenter (4:3) on the other |
[01:56:55] | wagnerrp: | i actually havent been using my frontends directly much in the last couple months, besides commercial cutting |
[01:57:21] | wagnerrp: | Polydwarf: thats because huludesktop is designed for ubuntu, which uses pulseaudio |
[01:57:27] | sphery: | wagnerrp: no, not exactly (but it does relate to a setting) |
[01:57:37] | wagnerrp: | however pulseaudio gets disabled whenever mythfrontend is running |
[01:57:45] | sphery: | basically there's a setting that you can use to tell myth you're smarter than it is |
[01:57:59] | wagnerrp: | heh |
[01:58:00] | sphery: | though if you were smarter than Myth, you'd know to never /ever/ use that setting :) |
[01:58:23] | cal_: | wagnerrp: not using the front ends? you just play your recordings with mplayer or what? lol |
[01:58:23] | wagnerrp: | well technically, all you have to do with the bindings is change one number in one file |
[01:58:53] | Polydwarf: | hulu's just an example.. myth doesn't play nicely with mplayer and the rest. I'm pretty much an idiot when it comes to pulse; ;am I looking at a source build with some options? |
[01:59:04] | wagnerrp: | cal_: no, on windows with http://svn.mythtv.org/trac/ticket/7858 |
[01:59:38] | wagnerrp: | Polydwarf: mythtv and pulseaudio dont play nice |
[02:00:01] | cal_: | wagnerrp said windows |
[02:00:12] | Polydwarf: | hmm.. I'm going to be a sad panda if I have to switch distros. :( |
[02:00:15] | anenigma_: | Polydwarf: all your regular ubuntu packages use pulseaudio. myth stops/disables pulseaudio when it starts. hence all your music stops |
[02:00:25] | wagnerrp: | so until mythtv gets proper (stable) pulseaudio support, or pulseaudio gets proper (not hackish) alsa emulation, external programs are going to suffer |
[02:01:09] | Polydwarf: | hrm. I see... so, given that ubuntu is apparently a bad choice for distro, what's a better one? |
[02:01:12] | sphery: | all your music are belong to us |
[02:01:17] | Polydwarf: | lol |
[02:01:29] | wagnerrp: | ubuntu/mythbuntu work just fine if youre using mythtv |
[02:01:36] | wagnerrp: | its only a problem if you try to call external programs |
[02:01:53] | cc (cc!n=cc@ip-80-226-20-21.vodafone-net.de) has quit () | |
[02:01:55] | wagnerrp: | specifically, external programs designed to use pulse for output |
[02:02:08] | wagnerrp: | as opposed to using alsa |
[02:02:25] | Polydwarf: | right; but using external programs is now a household requirement. :) Hulu is one example. :) |
[02:03:12] | Polydwarf: | maybe I'll bite the bullet and try fedora if it doesn't use pulse |
[02:03:22] | wagnerrp: | so iamlindoro, how can you __know__ the cable companies wont start using AACS? |
[02:03:32] | ** iamlindoro groans ** | |
[02:03:35] | iamlindoro: | That guy |
[02:04:23] | sphery: | How can you handle watching Hulu's poor-quality, jumpy, jerky video (due to the fact that it's built around Adobe Trash) when you're used to MythTV and all it's high-quality, smooth, easy-to-control, skips-commercials-automatically, allows-timestretch, doesn't-play-a-new-commercial-every-time-you-rewind-to-catch-what-they-just-mumb led, ... glory??? |
[02:05:02] | sphery: | Polydwarf: default Fedora uses Pulse, too |
[02:05:16] | Polydwarf: | frankly, hulu has shows that aren't shown on network. Content is king and all that. |
[02:05:30] | Polydwarf: | ugh.. that makes me sad, sphery. :( |
[02:05:31] | clever: | sphery: is it posible to watch hulu without mythbrowser? |
[02:05:39] | wagnerrp: | Polydwarf: are you saying you dont have a four year backlog of recordings? |
[02:05:53] | Polydwarf: | it's only 2.5 years of backlog ;) |
[02:06:01] | Polydwarf: | I know, I'm not doing it right. |
[02:06:04] | wagnerrp: | clever: not (legally) without a partnership with Hulu |
[02:06:26] | sphery: | clever: actually, you can--just use Firefox or Konq or ... |
[02:06:26] | clever: | wagnerrp: ah, i was looking at ripping the .flv out but it refused to even play, so i had no example to go by |
[02:06:32] | sphery: | :D |
[02:06:33] | clever: | sphery: without using flash |
[02:06:39] | sphery: | not legally |
[02:06:39] | wagnerrp: | thats because there is no .flv |
[02:06:55] | clever: | sphery: even just downloading the .flv and playing it in mplayer makes it use 1% the cpu power it normaly did |
[02:06:56] | wagnerrp: | its streamed, encrypted, and only cached in memory rather than being written to disk |
[02:07:01] | wagnerrp: | theres nothing to rip out |
[02:07:02] | clever: | ahh |
[02:07:13] | clever: | i generaly see the raw .flv url right in the html |
[02:07:14] | sphery: | all of the "grab the video stream from <insert site>" stuff is in violation of ToS and in some cases may be in violation of laws |
[02:07:17] | clever: | or in my proxy logs |
[02:07:17] | wagnerrp: | see all the discussions about boxee and rtmpe |
[02:07:31] | sphery: | In the US, at least, it /is/ a violation of copyright law to grab those |
[02:07:32] | Polydwarf: | that, sphery, and it tends to break at the drop of a hat. |
[02:07:44] | clever: | sphery: some of the time, its as simple as viewing the source and doing cut/paste on the right part |
[02:07:46] | sphery: | Polydwarf: that, too |
[02:07:47] | clever: | right to wget |
[02:08:08] | clever: | is that also illegal? |
[02:08:20] | wagnerrp: | well its at least a violation of TOS |
[02:08:32] | sphery: | well, you haven't been given a license to copy it to hard disk, so... |
[02:08:38] | clever: | ah |
[02:08:55] | iamlindoro: | If only someone would write a plugin that would allow for viewing these kinds of sites within their terms of service |
[02:08:57] | iamlindoro: | alas |
[02:09:01] | Polydwarf: | last I knew, it was a legal grey area; the providers don't want you doing it, but they also essentially hand it to you on a silver platter (in the case of the easy-wget-method) |
[02:09:03] | clever: | in my case, flash makes firefox unstable and sucks so much power that the framerates suck |
[02:09:06] | sphery: | might be able to argue that if you kept it in a pipeline and it never touched the drive... but you'd have to stump up your own legal fund to make that argument :) |
[02:09:10] | wagnerrp: | s/write/release/... |
[02:09:15] | wagnerrp: | :P |
[02:09:17] | iamlindoro: | wagnerrp, yeah yeah, working on it |
[02:09:21] | clever: | iamlindoro: i remember there being a youtube plugin which made heavy use of the rss feeds for canned searches |
[02:09:24] | clever: | for mythtv |
[02:09:47] | iamlindoro: | wagnerrp, If I thought it wouldn't be a fulltime job to handle support requests if I released now, I would |
[02:10:22] | wagnerrp: | RDV_Linux: now that the official format is out, do you want the output from those grabbers to be fully processed? or would a minidom object be sufficient? |
[02:10:25] | clever: | sphery: yeah, i could easily throw the flv url directly at mplayer, then it would only risk touching swap |
[02:10:30] | cal_ (cal_!n=cal@yossman.net) has left #mythtv-users () | |
[02:10:44] | hadees (hadees!n=hadees@66-90-245-77.dyn.grandenetworks.net) has quit (Read error: 54 (Connection reset by peer)) | |
[02:10:49] | clever: | sphery: but i was a baaad boy, wget ....{1,2,3,4,5,6,7,8,9}.., ripped the entire set of videos in one batch:P |
[02:10:49] | sphery: | clever: agreed about Flash/Firefox. I don't enable Flash or Java in Firefox (and set it up so it doesn't ask me to enable them) and then I have a ~/.mozilla/home-plugins which has its own .mozilla dir with the plugins installed. Then, when I have to use Flash for something, I start up with: export HOME=${HOME}/.mozilla/home-plugins && firefox -no-remote |
[02:11:00] | anenigma_: | Polydwarf: have you tried disabling pulseaudio in ubuntu? might be easier than switching distros. i don't have an ubuntu install handy, but apparently it's via system->preferences->sound and then selecting alsa |
[02:11:12] | hadees (hadees!n=hadees@66-90-245-77.dyn.grandenetworks.net) has joined #mythtv-users | |
[02:11:19] | clever: | sphery: i just disable flash in the addons menu |
[02:11:20] | sphery: | personally, I can't wait until Hulu goes subscription only |
[02:11:21] | wagnerrp: | anenigma_: mythtv automatically disabled pulseaudio, and thats the problem |
[02:11:38] | wagnerrp: | apparently huludesktop relies on pulseaudio to output audio |
[02:11:41] | anenigma_: | wagnerrp: yes, i meant if he disables it completely, and lets everything run through alsa |
[02:11:42] | clever: | sphery: also, you dont need export there, just 'HOME=${HOME}/.mozilla/home-plugins firefox -no-remote' |
[02:11:55] | iamlindoro: | clever, You have been around way, way too long not to know better about our channel rules. So consider this your one and only warning, ever, about violating terms of service/illegitimate aqcuisition of videos |
[02:11:58] | clever: | sphery: that export will basicaly fry the shell and make it unusable for the old home |
[02:11:58] | anenigma_: | that is, assuming hulu and whatever else also works with regular alsa |
[02:12:15] | sphery: | clever: yeah, never knew whether any other processes would be started, so I figured it's just as easy |
[02:12:25] | sphery: | done in a subshell, it doesn't even affect my term :) |
[02:12:29] | Polydwarf: | anenigma, no I haven't; I'll give it a shot, though. Thanks for the idea (I honestly wouldn't have thought that you could disable it in the first place) |
[02:12:36] | clever: | sphery: ah |
[02:12:59] | sphery: | I may try it your way to see if I notice issues |
[02:13:12] | sphery: | (after all, learning is always worth the time :) |
[02:13:37] | clever: | if you give env variables as NAME=data program, then it will effect only that program |
[02:13:39] | RDV_Linux: | wagnerrp: Let me get back to you when I update jamu and mirobridge to use the new bindings. I have one more wiki page to create and then will be doing the bindings work. I may be able to give you a better reply at that point. |
[02:13:41] | sphery: | clever: oh, and please no confessions in here or I may have to sic the channel police on you :) |
[02:14:01] | clever: | sphery: i know, and lets just say it was all free videos |
[02:14:02] | wagnerrp: | ok, minidom it is for now |
[02:14:08] | wagnerrp: | let me know if you change your mind |
[02:14:41] | sphery: | clever: still not licensed to own the videos... basically we don't want to know |
[02:15:07] | wagnerrp: | clever: assuming youre using bash |
[02:15:17] | clever: | wagnerrp: yeah, i always use bash |
[02:15:55] | clever: | if the system isnt bash by default, then i manualy run bash |
[02:19:09] | anenigma_: | whenever i get a new shell (ie at a new job) my first step is always copy over my .bashrc and my .vimrc files |
[02:20:09] | clever: | anenigma_: yeah, i often copy a few lines of my bashrc over to new installs |
[02:20:16] | clever: | vimrc is more of a black box |
[02:20:24] | clever: | still dont have it working the same everywhere |
[02:20:32] | clever: | each one indents differently |
[02:20:46] | clever: | i mainly fix it by sharing $HOME via nfs to every box in the house |
[02:20:56] | anenigma_: | that's easy at home, not so easy at work though :) |
[02:21:10] | clever: | yeah |
[02:21:40] | clever: | also not easy on a personal laptop at hotel |
[02:21:44] | clever: | nfs doesnt like dialup :P |
[02:22:07] | clever: | and that mount point is part of PATH, so that then cripples the entire box |
[02:22:11] | wagnerrp: | huh... minidom isnt like that xml example on the wiki |
[02:22:26] | wagnerrp: | complaining about the '=' in the youtube URL |
[02:22:38] | wagnerrp: | s/isnt/doesnt/ |
[02:25:47] | r0ut3 (r0ut3!n=r0ut3@cpe-76-88-29-254.san.res.rr.com) has joined #mythtv-users | |
[02:26:36] | beata: | anyway to use mythweb video w/out storage groups? I cant use sg yet, becase then i cant play them with mplayer |
[02:26:44] | iamlindoro: | Hmm, equals doesn't bother the Qt XML parser, but that doesn't necessarily mean it's right/ok either |
[02:27:03] | iamlindoro: | beata, .22 MythWeb only supports non-SG. Trunk only supports SG. |
[02:27:27] | beata: | hm so i could revert mythweb |
[02:27:33] | iamlindoro: | not without reverting all of Myth |
[02:27:34] | wagnerrp: | are you running trunk? |
[02:28:59] | beata: | yea |
[02:29:48] | [R] ([R]!n=rbox@unaffiliated/rbox) has joined #mythtv-users | |
[02:30:45] | beata: | hmm wonder when mplayer is gona work in trunk for sg, what is the ticket for that. I was looking for it but could not find it |
[02:30:53] | iamlindoro: | there is none |
[02:30:56] | iamlindoro: | since it's not a bug |
[02:31:02] | iamlindoro: | just a feature people want that's not implemented |
[02:31:17] | iamlindoro: | and even when ISOs work in SG, it's quite likely external players won't |
[02:31:31] | sphery: | Most annoying change from T-bird 2.x -> 3.x: when a new message comes in to a thread and your folder is in thread view sorted by date, the whole thread is moved to the most current side (top/bottom). That means for all the broken threads on -users, I read some random response from the middle before reading the real thread. |
[02:31:46] | beata: | iamlindoro hmmm |
[02:31:56] | wagnerrp: | speaking of which, #7875 should be able to handle if you can pass the URI to the command line |
[02:32:06] | wagnerrp: | although it currently wont do anything for VIDEO_TS folders |
[02:34:06] | JJ1 (JJ1!n=jjensen@jeffjensen.dsl.visi.com) has left #mythtv-users () | |
[02:36:34] | wesw02 (wesw02!n=wesw02@RO1-DSL-208-102-248-31.fuse.net) has joined #mythtv-users | |
[02:38:37] | wesw02: | I know this isn't really the topic for the channel, but there doesn't seem to be much going on in here. I'm looking for an IR remote/receiver with a small external _reciever_ (similar to IR Blaster size, but a reciever) so it isn't very noticable. Does anyone have a suggestion? |
[02:39:13] | wesw02: | Most of the ones I've found are rather large |
[02:39:21] | wagnerrp: | wesw02: the one that comes with the hauppauge cards is not much larger |
[02:39:45] | anenigma_: | beata: my solution is a wrapper script. mount your sg on whatever the local box is, and then some regex can pull out a filename, and sg, and do appropriate translations |
[02:39:51] | anenigma_: | it's nasty, but it works |
[02:40:00] | wagnerrp: | http://www.terrington.id.au/linux/my-set-top- . . . pauge-ir.jpg |
[02:40:07] | dansushi (dansushi!n=dan@72.93.252.46) has quit (Remote closed the connection) | |
[02:40:13] | wesw02: | I actually have one of those, however the tuner card is in my backend in the basement |
[02:40:30] | wesw02: | can I buy a usb device to use it without the card? |
[02:40:37] | wagnerrp: | not that i know of |
[02:40:53] | wagnerrp: | do you have an existing ir reciver? |
[02:41:08] | anenigma_: | i wonder if you can extend those cables. as in, how long can you make the hauppauge cable before the stuff stops working |
[02:41:19] | dansushi (dansushi!n=dan@72.93.252.46) has joined #mythtv-users | |
[02:41:31] | wagnerrp: | you could cut a notch out of a 3.5" bay cover, or somewhere else on the front of your case |
[02:41:35] | wagnerrp: | and mount your receiver behind it |
[02:41:50] | beata: | anenigma_ is it online somwhere? |
[02:41:57] | wesw02: | I have one, but I broke the ir sensor it trying to unsolder it from the circuit |
[02:41:58] | [R]: | why am i not surprised? |
[02:42:05] | [R]: | Hmm, no-one popped up yet to banish this discussion to /dev/null for discussing DRM and how it could **theoretically** be circumvented ? |
[02:42:21] | wagnerrp: | [R]: no, theyve poped up several times |
[02:42:28] | wesw02: | wagnerrp that's not a bad option |
[02:42:33] | [R]: | i havent seen any yet...but i still have 100 messages |
[02:42:36] | wagnerrp: | people dont take a hint |
[02:43:56] | BjornR1989 (BjornR1989!n=inbox@d54C2B422.access.telenet.be) has quit ("( www.nnscript.com :: NoNameScript 4.22 )") | |
[02:50:09] | anenigma_: | beata: my script i can pastebin, one tic |
[02:50:46] | beata: | thx |
[02:52:33] | anenigma_: | beata: http://pastebin.org/72328 |
[02:52:40] | anenigma_: | if you know perl, it's relatively straightforward |
[02:53:35] | beata: | not a huge fan, but i can muddle through. where do you put the script? |
[02:54:05] | beata: | ah |
[02:54:07] | beata: | the player |
[02:54:24] | beata: | good idea btw |
[02:54:38] | anenigma_: | regex is my hammer, i use it to fix/break everything |
[02:54:47] | wagnerrp: | anyone who calls regexs 'straightforward' should be slapped |
[02:54:56] | wagnerrp: | :) |
[02:55:14] | anenigma_: | well .. the perl part is straightforward. the regex is slightly more complex :P |
[02:55:21] | beata: | yea |
[02:55:31] | beata: | regex can hurt my head |
[02:55:55] | [R]: | i once learned the theory behind regexes |
[02:56:00] | [R]: | i wanted to gouge my eyes out |
[02:56:49] | [R]: | which is probably why i dropped out of my compilers class |
[02:57:16] | puff (puff!i=puff@66.45.34.102) has joined #mythtv-users | |
[02:57:26] | puff: | Hi, I need a little help tweaking my mythtv config. |
[02:57:47] | puff: | I was using this with a TV via S-video out, but we replaced that TV with an HD and we need to get HD out hardware. |
[02:58:12] | puff: | Meanwhile, I'd like to just watch some stuff on an LCD monitor, but X goes blank after mythtv starts up,probably switching on s-video out. |
[02:58:41] | [R]: | did you set myth to switch video modes? |
[02:58:44] | [R]: | disable that |
[02:59:55] | puff: | [R]: How do I do that iwth the screen blank? :-) |
[03:00:08] | puff: | Is there a way I can do that from a terminal console? |
[03:00:15] | puff: | Er, console terminal. |
[03:00:18] | [R]: | you can edit the database |
[03:00:29] | [R]: | although beats me if i know what all the things you need to change |
[03:00:41] | mattjackets (mattjackets!n=matt@c-98-239-177-13.hsd1.pa.comcast.net) has joined #mythtv-users | |
[03:01:52] | mattjackets: | anyone know why mythmusic 0.22 wouldn't be reading id3v1 tags? (ubuntu 9.10, some files only have id3v1 tags) |
[03:02:43] | r0ut3: | Is there any way to record cable Digital/HD chanles on a MythTV/Linux pc? |
[03:02:59] | mattjackets: | (looks like the ubuntu package may be from fixes r22594) |
[03:03:36] | mattjackets: | r0ut3: if your HD box has a firewire port, it may be possible |
[03:04:27] | r0ut3: | There aren't any tuner cards that I can get for my computer? |
[03:05:51] | Polydwarf: | r0ut3, you can also look at getting a hauppauge hdpvr |
[03:06:06] | wagnerrp: | r0ut3: check on silicondust.com, they have channel lineups searchable by zip code of what you can expect to get unencrypted over digital cable |
[03:06:16] | Polydwarf: | if you're talking about just over-the-air atsc signal, there are plenty of cards/usb sticks to do it |
[03:06:40] | wagnerrp: | anything encrypted, and youre going to have to use analog capture, and for HD your only option is an HDPVR |
[03:07:07] | mattjackets: | some providers may broadcast some channels in the clear via QAM as well (over cable) |
[03:09:37] | r0ut3: | Bummer, so there is nothing like this for linux yet? http://www.cetoncorp.com/products.php |
[03:10:20] | wagnerrp: | s/yet/ever/ |
[03:10:49] | r0ut3: | Why never? |
[03:10:50] | wagnerrp: | cablecard requires that the content remain encrypted from the capturecard all the way to the display device |
[03:11:00] | wagnerrp: | its part of the licensing agreement |
[03:11:09] | wagnerrp: | such a thing can never happen in open source software |
[03:11:20] | wagnerrp: | DRM and open source are mutually exclusive |
[03:12:17] | r0ut3: | Bummer guess I have to look at windows media center. Thanks for the input everyone! |
[03:14:33] | squidly (squidly!n=squidly@HoodLUG/member/squidly) has quit ("leaving") | |
[03:14:51] | squidly (squidly!n=squidly@HoodLUG/member/squidly) has joined #mythtv-users | |
[03:16:56] | clever: | wagnerrp: and no way to replay that encrypted stuff to a display device layeter? |
[03:17:41] | puff: | clever: Some cable boxes have firewire out, I plan to look into that. |
[03:17:47] | lucas007 (lucas007!n=voodoo@h66-244-214-11.pmcnet.ca) has joined #mythtv-users | |
[03:17:59] | clever: | puff: yeah, i have firewire on my HD box, but so far i havent gotten a single channel out |
[03:18:00] | [R]: | firewire will get you nothing, or at the most locals |
[03:18:02] | clever: | just channel changing |
[03:18:05] | puff: | clever: In a nutshell, premium cable content is transmitted in encrypted form, to decrypt it you need the key, the key is in the cable box. |
[03:18:17] | [R]: | puff: s/premium/99%/ |
[03:18:25] | clever: | puff: yeah, but shouldnt a cablecard also have the key, if your cableco offers it? |
[03:18:43] | clever: | [R]: i cant even get the tv guide channel or the other local channels for the area |
[03:18:45] | puff: | [R]: "premium" meaning "not the channels they're forced by law to provide in open format". |
[03:18:50] | wesw02 (wesw02!n=wesw02@RO1-DSL-208-102-248-31.fuse.net) has quit ("This computer has gone to sleep") | |
[03:18:54] | [R]: | clever: why would you get the tv guide channel? tahts kind pointless |
[03:18:57] | puff: | "required" meaning "when the law is actually enforced." |
[03:19:13] | clever: | [R]: its one of the most simple channels that you would have no reason to 5c encrypt |
[03:19:15] | [R]: | clever: to use a cablecard... you need a tuner capable of using it... and there are no linux compabile tuners |
[03:19:16] | puff: | clever: A cable card offered by the cable company? I hadn't heard of that option. |
[03:19:24] | lucas007: | What is the best capture card to use with MythTV? anyone? |
[03:19:28] | [R]: | clever: they have no reason to 5c anything... that doenst stop them |
[03:19:37] | puff: | lucas007: Friends speak highly of the HD Home Run. |
[03:19:42] | [R]: | lucas007: depends on what you are capturing |
[03:19:58] | puff: | lucas007: It's basically a network appliance, captures and serves the video over ethernet. |
[03:20:05] | lucas007: | Dishnetwork. |
[03:20:10] | clever: | [R]: i'll have to check the more random channels and verify the local ones |
[03:20:16] | [R]: | do you wnt to capture sd or hd from it? |
[03:20:28] | lucas007: | sorry hd. |
[03:20:36] | [R]: | the only way to capture hd from a box is with an hdpvr |
[03:20:38] | Polydwarf: | I've heard good things about hdhomerun too, but it seems kind of expensive, compared to usb sticks/etc |
[03:20:58] | [R]: | Polydwarf: its dual tuner and you dont ahve to screw around with stupid drivers |
[03:21:12] | lucas007: | k thanks hdpvr.. |
[03:21:24] | puff: | [R]: Also easier on your system load, IRRC. |
[03:21:25] | [R]: | but last i heard there was still none to be found |
[03:21:26] | [R]: | ANYWHERE |
[03:21:36] | Polydwarf: | my hauppauge usb stick worked out of the box in ubuntu, no driver fiddling needed..? |
[03:21:56] | clever: | Polydwarf: the ubuntu admins fiddled with it for you, and made the defaults sane |
[03:22:12] | clever: | but they havent done that for every card |
[03:22:14] | [R]: | puff: capturing a digital stream isn't exactly the most processor intensive action one can do |
[03:22:20] | Polydwarf: | 'k, different experience based on distro, then :) |
[03:22:26] | clever: | [R]: but usb itself might be |
[03:22:27] | puff: | clever: Anyway, the general point is, you need the key to decrypt, so unless you break the law or have more money than God and Donald Trump in order to acquire the cable company, you need to use their device with the key built in, and then capture off that device's output. |
[03:22:46] | clever: | puff: yeah |
[03:23:02] | clever: | ive also noticed that the on demand channels are on clear QAM |
[03:23:21] | puff: | Really? Cool. |
[03:23:31] | clever: | and i'm not even paying for on demand |
[03:23:39] | clever: | i'm spying on the neighors:P |
[03:23:41] | [R]: | lol |
[03:23:45] | puff: | I'd had thoughts about having my mythtv record the on-demand stuff (and I *am* paying for it :-). |
[03:23:58] | clever: | with my cable co, its 93.1 thru 93.10 |
[03:23:59] | [R]: | puff: well thats pretty tricky |
[03:24:18] | puff: | [R]: Dang, I was afraid you'd say that. |
[03:24:30] | clever: | with a single capture card, i could rip 10 oe |
[03:24:33] | clever: | once |
[03:24:55] | [R]: | i thought myth had a limit of like 4 or something |
[03:25:10] | clever: | [R]: its a card limit, and its 1 multiplex per tuner |
[03:25:19] | clever: | the on demand is 10 feeds of 480i |
[03:25:25] | [R]: | no... when setting up the multirec |
[03:25:26] | clever: | so it fits in a single multiplex it seems |
[03:25:30] | [R]: | i thought there was a limit of like 4 |
[03:25:30] | clever: | ah |
[03:25:36] | clever: | myth probly wont like on demand anyways |
[03:25:41] | [R]: | like? |
[03:25:41] | clever: | id just capture that with an external tool |
[03:25:44] | puff: | Anybody have suggestions re: swithcing back to output to the LCD screen? |
[03:25:55] | clever: | the time the show comes on at is under your control |
[03:26:03] | clever: | no schedules to put a rule on |
[03:26:11] | [R]: | so? you can watch livetv |
[03:26:15] | [R]: | or set up a custom schedule |
[03:26:17] | puff: | I despise on-demand. |
[03:26:32] | clever: | [R]: you would have to work out how long to make the custom schedule ahead of time |
[03:26:35] | puff: | Comcast's implementation, that is. It is truly lame. |
[03:26:39] | clever: | easyer to just punch in a cli command to record |
[03:26:42] | clever: | and ctrl+c at the end |
[03:26:43] | [R]: | clever: well if you know what you are gonna watch... |
[03:26:52] | [R]: | puff: pretty sure everyone's is |
[03:26:57] | clever: | still more work id think |
[03:27:42] | ** puff wishes the DRMdiots would just get over it and switch to open standards, already. ** | |
[03:27:59] | puff: | Or at the very least that they'd make it easier for open devices to use their services legally. |
[03:28:05] | dayer4b (dayer4b!i=62e20f1e@gateway/web/freenode/x-xzexqrakbjeqjrfq) has joined #mythtv-users | |
[03:28:10] | dayer4b: | hello |
[03:28:19] | [R]: | puff: it'll never happen |
[03:28:19] | dayer4b: | i am lacking much knowledge |
[03:28:25] | dayer4b: | i am a newbie |
[03:28:27] | dayer4b: | and i need help |
[03:28:51] | [R]: | dayer4b: well step one is to tell us your problem instsed of saying "i need help" |
[03:29:03] | dayer4b: | does anybody know anything about installing the DViCO FusionHDTV7 on Fedora 10? |
[03:29:37] | clever: | puff: if an open source device can decode the file, then i can cut&paste the code and convert it to mp3 |
[03:29:37] | [R]: | i'm sure google does |
[03:30:01] | clever: | puff: enless it incoperates a black box of magic, like a cable card or SIM card |
[03:30:04] | puff: | clever: See, this is why DRM is fundamentally stupid. |
[03:30:04] | dayer4b: | i've followed the directions (correctly, i think) on this page: http://www.mythtv.org/wiki/DViCO_FusionHDTV7_Dual_Express |
[03:30:14] | clever: | something that cant be duplicated but needs to exist for all playback |
[03:30:20] | dayer4b: | but mythtv doesn't see the card |
[03:30:20] | puff: | clever: If the user can perceive the information, then the user can record the information. |
[03:30:25] | puff: | clever: Everything else is just hand-waving. |
[03:30:30] | dayer4b: | i don't think the card's installed correctly |
[03:30:36] | clever: | puff: you know how a SIM card works? |
[03:30:48] | [R]: | dayer4b: if you dont know how to put a card in your computer... |
[03:31:10] | clever: | puff: the cell tower sends you a block of random data, the SIM card encrypts it with a key you cant read, and you return the new 'random garbage' |
[03:31:11] | puff: | clever: If it were not (inappropriately, IMHO) illegal, blowing right through DRM would be a solved propblem. Instead, in order to not break laws, I have to deal with their crap. |
[03:31:12] | dayer4b: | there doesn't seem to be anything at /dev/video0 |
[03:31:55] | clever: | puff: the remote end knows the key, and can verify the math your SIM card did |
[03:32:02] | clever: | and without the SIM card you cant negotiate the session |
[03:32:12] | [R]: | dayer4b: who said there was going to be a /dev/video0? |
[03:32:32] | puff: | clever: Sounds like a standard zero-knowledge-transfer authentication. |
[03:33:22] | clever: | puff: you could have a private key that you 'own' which you must have to decrypt the music files, then you have to manualy shuffle the card between the mp3 player and computers |
[03:33:25] | lucas007: | thanks for the input puff,clever and ... |
[03:33:31] | clever: | only the device with the card can play the files |
[03:33:57] | clever: | but you still have the problem of blocking capture of the output |
[03:34:13] | dayer4b (dayer4b!i=62e20f1e@gateway/web/freenode/x-xzexqrakbjeqjrfq) has quit (Ping timeout: 180 seconds) | |
[03:35:27] | puff: | God, I hate it when people use DIVs to fake frames. |
[03:35:45] | clever: | .innerHTML on it? |
[03:35:49] | puff: | clever: Well that's my point, ultimately you cannot share knowledge and not share it. |
[03:36:08] | clever: | puff: the only thing i can think of, is to include the decoding and DAC in that chip |
[03:36:12] | puff: | clever: It's self-contradicting. All of these schemes founder on that basic fact. |
[03:36:19] | clever: | so it outputs raw analog signals |
[03:36:23] | RDV_Linux: | beata: The issue you reported with jamu is a bug. You have turned on a seldom used option in your jamu.conf file. You can stop this jamu abort by commenting out the folderart' option or setting the value to 'False'. This functionality has been made redundant by MythVideo. This code will be removed for the 0.23 release. |
[03:36:32] | puff: | clever: Even then, the analog signals can be captured. |
[03:36:55] | clever: | puff: yeah, but if i take your totaly closed source mp3 player, i can just hook it to 'line in' on my pc and do the same thing |
[03:37:02] | puff: | clever: The legal consequences (which I believe to be unconstitutional, but...) are what stops most people from just rolling over this crap. |
[03:37:15] | clever: | analog capture cant be stopped as easily, but comes at the cost of quality |
[03:37:31] | clever: | most of this is to stop you from getting a clean digital copy |
[03:38:10] | puff: | Anybody know *anything* about mythtv command line interface? |
[03:38:21] | [R]: | puff: what command line interface |
[03:38:24] | clever: | puff: telnet? |
[03:38:33] | puff: | [R]: Shell commands. |
[03:38:37] | puff: | non-X. |
[03:38:42] | [R]: | puff: huh? |
[03:38:55] | clever: | puff: myth cant really be configured from cli |
[03:39:10] | clever: | mythweb is about the closest you can get, and it cant do everything |
[03:39:13] | simcop2387_ (simcop2387_!n=simcop23@p3m/member/simcop2387) has joined #mythtv-users | |
[03:40:49] | puff: | My basic problem is that it boots up, runs mythtv, then switches to S-video out mode. I no longer have an s-video out device. |
[03:41:05] | clever: | thats not myth |
[03:41:09] | clever: | thats Xorg problems |
[03:41:11] | puff: | Is there some way to interrupt the mythtv startup so it odesn't go into s-video out? |
[03:41:31] | Dagmar: | It's not Myth. It's how you've set up your video card. |
[03:41:35] | [R]: | clever: btw... it looks like i get the tv guide channel on unencrypted qam |
[03:41:37] | iamlindoro: | puff, Myth doesn't have any control of which video output is used |
[03:41:46] | puff: | To rephrase... it boots up, displays the mythtv splash/loading screen, then goes blank. |
[03:41:50] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit (Client Quit) | |
[03:41:58] | clever: | [R]: mine is NTSC and multicast in 480i digital (encrypted) |
[03:42:07] | iamlindoro: | MythTV splash, or *mythbuntu* splash? |
[03:42:23] | iamlindoro: | ie the progress bar, or *actual* MythTV? |
[03:42:37] | [R]: | mythbuntu doesnt have a progress bar |
[03:42:48] | iamlindoro: | [R], The boot process does |
[03:42:51] | puff: | Ah,mythbuntu. Okay. |
[03:42:57] | [R]: | iamlindoro: not in 9.10 |
[03:43:42] | iamlindoro: | puff, So which screen are you seeing? The boot process, or do you actually see Myth proper start and then it blanks out? |
[03:43:55] | puff: | I see the mythbuntu splash screen. |
[03:44:11] | iamlindoro: | Then as Dagmar and I mentioned, it's an X configuration issue |
[03:44:17] | iamlindoro: | puff, nVidia drivers? |
[03:45:06] | puff: | Yup. |
[03:45:10] | iamlindoro: | puff, if so, ssh in and do the following |
[03:45:16] | puff: | I'm in. |
[03:45:21] | iamlindoro: | cd /etc/X11/ |
[03:45:31] | iamlindoro: | sudo mv xorg.conf xorg.conf.backup |
[03:45:39] | Dagmar (Dagmar!i=dagmar@unaffiliated/dagmar) has quit (Read error: 60 (Operation timed out)) | |
[03:45:43] | iamlindoro: | make sure only the DVI or HDMI is plugged in, then |
[03:45:48] | iamlindoro: | sudo nvidia-xconfig |
[03:45:49] | puff: | Okay. |
[03:45:56] | iamlindoro: | then reboot |
[03:46:18] | puff: | Says "WARNING: Unable to locate/open X configuraoitn file. |
[03:46:27] | iamlindoro: | that's fine, it should write a "fresh" one |
[03:46:28] | clever: | yeah, you hid the file |
[03:46:45] | puff: | "sh: pkg-config not found\nNew X configuraiton file written to /etc/X11/xorg.conf" |
[03:46:46] | iamlindoro: | puff, which if you ls you shoudl now see |
[03:46:47] | puff: | Cool. |
[03:47:39] | Dagmar (Dagmar!i=dagmar@c-98-193-180-167.hsd1.tn.comcast.net) has joined #MythTV-Users | |
[03:48:10] | puff: | Yay, it appeared to reboot twice, the second time it didn't shut off the LCD screen. |
[03:48:18] | puff: | Muchos grassyass. |
[03:48:25] | iamlindoro: | you are welcome |
[03:48:57] | puff: | I feel like there's some doc, somewhere, that I have missed reading. Is there a book or something that people recommend? |
[03:49:41] | simcop23- (simcop23-!n=simcop23@c-76-17-8-201.hsd1.ga.comcast.net) has joined #mythtv-users | |
[03:49:45] | gandalfcome (gandalfcome!n=gandalfc@150.203.187.195) has joined #mythtv-users | |
[03:49:51] | iamlindoro: | The wiki and the official docs are the best and most accurate resource |
[03:50:00] | OsoLoco (OsoLoco!n=OsoLoco_@adsl-074-170-208-045.sip.shv.bellsouth.net) has joined #mythtv-users | |
[03:50:19] | gandalfcome (gandalfcome!n=gandalfc@150.203.187.195) has quit (Client Quit) | |
[03:50:34] | simcop2387 (simcop2387!n=simcop23@p3m/member/simcop2387) has quit (Nick collision from services.) | |
[03:50:41] | simcop23- is now known as simcop2387 | |
[03:52:23] | [R]: | 3.2gb for 31 minutes |
[03:52:39] | OsoLoco (OsoLoco!n=OsoLoco_@adsl-074-170-208-045.sip.shv.bellsouth.net) has left #mythtv-users () | |
[03:52:41] | [R]: | i didn't think QAM had that high of a bitrate |
[03:53:10] | iamlindoro: | yep, and that's not even max |
[03:54:27] | [R]: | 25.8mbits |
[03:54:30] | [R]: | wow |
[03:54:35] | puff: | Hm, there's no audio on the headphone jack. |
[03:54:46] | [R]: | whats full bitrate over ATSC? |
[03:54:51] | iamlindoro: | Well, 3.2 for 30 Minutes isn't 25.8 Mbit |
[03:54:56] | iamlindoro: | not even close |
[03:54:59] | [R]: | did i do the math right? |
[03:55:01] | [R]: | not right* |
[03:55:07] | iamlindoro: | nope |
[03:55:18] | iamlindoro: | 3.2 is about 13–14 |
[03:55:23] | [R]: | 3388598668 * 8 |
[03:55:24] | [R]: | no? |
[03:55:44] | [R]: | oh wait... i forgot to figure in the time |
[03:56:04] | [R]: | 14.5 |
[03:56:06] | [R]: | that's better |
[03:56:14] | [R]: | 13.8... |
[03:58:21] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has joined #mythtv-users | |
[04:01:09] | simcop2387_ (simcop2387_!n=simcop23@p3m/member/simcop2387) has quit (Read error: 110 (Connection timed out)) | |
[04:02:08] | marmoset (marmoset!i=marmoset@mail.malformed.org) has joined #mythtv-users | |
[04:06:13] | k_ross (k_ross!i=47a40d7d@gateway/web/freenode/x-botbqlnpcxfrvpcp) has joined #mythtv-users | |
[04:08:25] | lucas007 (lucas007!n=voodoo@h66-244-214-11.pmcnet.ca) has left #mythtv-users () | |
[04:08:47] | inordkuo (inordkuo!n=inorkuo@adsl-177-180-200.int.bellsouth.net) has quit ("Leaving.") | |
[04:09:33] | marmoset (marmoset!i=marmoset@mail.malformed.org) has left #mythtv-users () | |
[04:13:46] | ptzlnfw (ptzlnfw!n=hardeegk@cpe-071-075-177-086.carolina.res.rr.com) has joined #mythtv-users | |
[04:18:16] | Polydwarf (Polydwarf!n=no@ip72-208-232-169.ph.ph.cox.net) has quit () | |
[04:19:24] | amidaniel (amidaniel!n=amidanie@wikipedia/AmiDaniel) has quit (Read error: 60 (Operation timed out)) | |
[04:19:27] | kormoc (kormoc!n=kormoc@unaffiliated/kormoc) has quit () | |
[04:21:57] | k_ross: | so is it a known limitation of the HD-PVR that VBR doesn't really work as advertised? |
[04:22:19] | [R]: | how do you think its working... and how do you think its supposed to work? |
[04:22:46] | k_ross: | pushing all the controls to the right should result in 13.5 Mbps average VBR, but really results in a little more than 7 Mbps |
[04:23:14] | wagnerrp: | thats because its just using some quantizer that the firmware thinks will result in 13.5mbps |
[04:23:29] | k_ross: | moving the right slider to below 13.5 results in 13.5 Mbps CBR, and my file sizes results in something like 14.1 Mbps |
[04:24:11] | wagnerrp: | thats 13.5mbps h264, plus your audio track, and whatever overhead the TS container has |
[04:24:48] | k_ross: | moving the max bitrate below the avg bitrate results in CBR just like it should, and quite counter-intuitively, results in better video quality |
[04:25:40] | [R]: | why would you think CBR should be less quality? |
[04:25:52] | k_ross: | i'm happy for the boost in video quality i got, but it just seems when you ask for 13.5 Mbps avg VBR, that's what you should get, not 7 Mbps |
[04:26:03] | wagnerrp: | well for a given average bitrate, it will be |
[04:26:18] | k_ross: | [R]: moving the bitrate sliders lower would make one think it will result in less quality :) |
[04:26:28] | [R]: | k_ross: except the max it can do is 13.5 |
[04:26:48] | [R]: | and when you are doing vbr |
[04:26:53] | [R]: | you're not getting a constant 13 |
[04:26:56] | k_ross: | then why does the max bitrate go up to 20.2? |
[04:27:01] | [R]: | with cbr 13, you are getting constant |
[04:27:17] | k_ross: | regardless, i'm happier than i was yesterday :) |
[04:27:24] | [R]: | someone tried explaining that to me |
[04:27:36] | [R]: | i dindt really absorb it |
[04:27:45] | [R]: | because i know constant 13.5 is better than average 13 |
[04:27:45] | [R]: | .5 |
[04:28:15] | k_ross: | except now my file sizes are just about double what they were before |
[04:28:33] | [R]: | and this surprises you? |
[04:28:39] | wagnerrp: | k_ross: so buy more hard drives, or re-encode |
[04:28:45] | wagnerrp: | going to cost you about the same either way |
[04:29:03] | wagnerrp: | (actually the hard drives will be roughly twice as much, but neither will be cheap) |
[04:29:06] | k_ross: | i plan on buying more drives. currently have 5 x 1TB in raid 5 |
[04:29:20] | wagnerrp: | hopefully not for recording |
[04:29:37] | k_ross: | recording, live tv, myth video, everything |
[04:29:44] | k_ross: | but not the mysql database |
[04:29:52] | wagnerrp: | recordings generally do better on independent drives |
[04:30:34] | k_ross: | haven't noticed any problems related to drive throughput yet |
[04:31:23] | wagnerrp: | well the problem is that mythtv frequently flushes data to disk |
[04:31:38] | wagnerrp: | so with multiple recordings, you get a ton of 1–2MB fragments |
[04:32:10] | k_ross: | i read about an XFS mount option that lets it allocate files 500 MB at a time, which i use |
[04:32:32] | wagnerrp: | although to be honest, that should be made optional |
[04:32:38] | k_ross: | i also run xfs_fsr nightly on cron |
[04:32:55] | clever: | k_ross: yeah i tried to use that mount option, but i didnt format the disk right so it didnt work |
[04:33:13] | wagnerrp: | it only existed so that frontends which accessed recordings over NFS would have recent files, without worrying about memory cache on the backend |
[04:33:20] | wagnerrp: | but with mythproto, thats a non-issue |
[04:33:30] | k_ross: | i access recordings over NFS |
[04:33:39] | wagnerrp: | what for? |
[04:34:01] | clever: | wagnerrp: streaming a live file over nfs causes many problems |
[04:34:13] | clever: | each time you update the last-mod stamp, the client side cache is cleared |
[04:34:16] | k_ross: | that's just how i set it up before i knew different |
[04:34:30] | clever: | causing the read-ahead buffer to go to waste and consume more bandwidth/cpu to recover |
[04:34:39] | wagnerrp: | you just unmount the recordings, and myth continues on like nothing ever happened |
[04:34:51] | k_ross: | plus i have a slave backend that writes its recordings over NFS to the master backend where all the storage is |
[04:34:53] | clever: | ive only noticed it on systems that can bearly handle playback, but it is there |
[04:35:36] | k_ross: | hmm, i'll try that. |
[04:35:42] | wagnerrp: | yeah, you cant record to storage group |
[04:35:56] | wagnerrp: | all the code is there, it just needs some glue |
[04:36:07] | clever: | k_ross: there is a option in mythtv-setup, always stream from backend |
[04:36:07] | clever: | that has the same effect as umount |
[04:36:36] | wagnerrp: | the device selection code needs to be added to mythproto writes, and the recording routines need to be tweaked |
[04:39:12] | cal_ (cal_!n=cal@yossman.net) has joined #mythtv-users | |
[04:39:42] | cal_: | in mythbrowser, f1 doesn't seem to work for me.. doesn't give full control to the web page. any ideas? |
[04:41:49] | k_ross: | wagnerrp and clever: setting it to stream from backend is working well so far :) |
[04:42:52] | k_ross: | often, bringing up the guide while watching live tv would cause the video to stutter or pause, seems smooth now |
[04:43:48] | k_ross: | oops never mind, on the 10th try it got the pause again |
[04:49:57] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
[04:51:05] | [R] ([R]!n=rbox@unaffiliated/rbox) has quit ("Leaving") | |
[04:51:21] | Guest51062 (Guest51062!n=chris@h143.234.20.98.dynamic.ip.windstream.net) has quit ("I am called onward") | |
[04:51:36] | Lord_Deathscythe (Lord_Deathscythe!n=chris@h143.234.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
[04:51:38] | dashcloud (dashcloud!n=quassel@pool-173-49-209-133.phlapa.fios.verizon.net) has quit (Read error: 113 (No route to host)) | |
[04:51:55] | k_ross: | clever: your comment about that mount option not working had me worried, so i went and checked two recordings that were recording at the same time. using xfs_bmap, it shows 6 extents on the 1st recording and 7 on the 2nd, so it seems to be working |
[04:52:14] | clever: | k_ross: by not working, i mean you cant write to the files at all |
[04:52:23] | k_ross: | oh! |
[04:52:23] | clever: | they are permantly stuck at 0 bytes in size |
[04:52:29] | cal_ (cal_!n=cal@yossman.net) has left #mythtv-users () | |
[04:52:36] | k_ross: | i thought you just meant it ignored the option |
[04:52:39] | clever: | you need to allocate part of the filesystem for use with those fat blocks |
[04:52:56] | clever: | and if you didnt do that at format time, the special area is already out of space |
[04:52:59] | clever: | so you cant ever write to the files |
[04:53:03] | k_ross: | i didn't |
[04:53:16] | k_ross: | didn't know about it until a couple weeks ago |
[04:53:28] | clever: | maybe i did something wrong with the options |
[04:53:29] | k_ross: | but i formatted six months ago |
[04:54:21] | k_ross: | actually closer to a year, now that i think about it |
[04:54:32] | k_ross: | sheesh time flies |
[04:56:53] | wagnerrp: | iamlindoro, RDV_Linux: i figured out why minidom was choking on the XML on the wiki.... see http://www.microshell.com/programming/php/xml-and-ampersand/ |
[04:57:01] | k_ross: | since we mentioned more hard drives, i'm looking at a new case to hold everything. i currently have a regular tower case, with a 3-in-5 drive cage, which i really like. i'm thinking of getting a second one of those, and a case with enough 5.25" spots to hold it |
[04:57:25] | k_ross: | it looks like Cooler Master makes good, inexpensive cases that fit the bill |
[04:57:48] | wagnerrp: | k_ross: if youre buying another box, why not grab a rackmount |
[04:58:03] | k_ross: | thought about that |
[04:58:19] | k_ross: | not that i have a rack to mount it into. i could just set it on top of a desk... |
[04:58:41] | wagnerrp: | theres no difference between a tower and a 4U chassis |
[04:58:51] | wagnerrp: | let me find the case... |
[04:59:23] | beata (beata!i=beata@c-68-49-32-212.hsd1.md.comcast.net) has quit (Read error: 113 (No route to host)) | |
[04:59:24] | k_ross: | i thought about those supermicro chassis that have something like 20 hot swappable drive bays |
[04:59:42] | wagnerrp: | here we go... http://www.newegg.com/Product/Product.aspx?Item=N82E16811219031 |
[04:59:43] | k_ross: | those look nice |
[04:59:51] | wagnerrp: | same thing as the supermicro stuff, but a lot cheaper |
[05:00:01] | wagnerrp: | a couple people in here have those norco boxes |
[05:00:16] | inordkuo (inordkuo!n=inorkuo@adsl-177-180-200.int.bellsouth.net) has joined #mythtv-users | |
[05:00:52] | wagnerrp: | i would only suggest that if youve got somewhere out of the way to shove it, it wont be quiet |
[05:00:54] | RDV_Linux: | wagnerrp: Maybe I am not getting your point but as it says in the MNV grabber wiki page all '&' characters must be changed to '&' strings. |
[05:01:39] | wagnerrp: | well crap... thats two hours wasted |
[05:01:42] | k_ross: | right, very similar. but for a lot less money i can get a second 3-in-5 cage, and a cheap tower case to shove it in |
[05:01:51] | wagnerrp: | RDV_Linux: see the first XML example, the youtube one |
[05:01:57] | iamlindoro: | RDV_Linux, He's complaining because your script isn't doing so :) |
[05:02:07] | k_ross: | but i keep looking at those supermicro and norco cases, mostly for the cool factor :) |
[05:02:52] | k_ross: | hmm, how much you think i could get on ebay for my 3-in-5 cage to offset the price of the norco? |
[05:03:03] | iamlindoro: | RDV_Linux, we're getting away with it right now because I'm doing a double-check conversion in the code |
[05:03:09] | wagnerrp: | they usually sell for ~$100 new, not sure what ebay prices would be |
[05:03:21] | cal_ (cal_!n=cal@yossman.net) has joined #mythtv-users | |
[05:03:48] | cal_: | this is still an issue? http://svn.mythtv.org/trac/ticket/7363 I am experiencing it on my system |
[05:04:09] | wagnerrp: | yeah, all the examples on that page have un-escaped ampersands |
[05:04:11] | iamlindoro: | cal_, is the ticket closed? If not, then yes |
[05:04:32] | cal_: | :) |
[05:05:20] | RDV_Linux: | iamlindoro: I am confused as all the grabbers change '&' characters '&' for at least titles, descriptions and URLs. Did some field slip through and in which grabber? |
[05:05:33] | iamlindoro: | RDV_Linux, URL, youtube |
[05:05:53] | wagnerrp: | RDV_Linux: all the examples on the MNV grabber format page have un-escaped ampersands |
[05:06:32] | iamlindoro: | HAHAHA |
[05:06:34] | iamlindoro: | it's the wiki |
[05:06:39] | iamlindoro: | wiki translated it back |
[05:06:42] | r0ut3 (r0ut3!n=r0ut3@cpe-76-88-29-254.san.res.rr.com) has quit ("Leaving") | |
[05:06:54] | iamlindoro: | look at the source |
[05:06:57] | wagnerrp: | bugger... |
[05:07:16] | wagnerrp: | two hours... COMPLETELY wasted |
[05:07:59] | wagnerrp: | ignore my complaints, nothing to see here, move along |
[05:08:29] | achandra (achandra!n=achandra@ip24-56-11-166.ph.ph.cox.net) has joined #mythtv-users | |
[05:09:26] | RDV_Linux: | iamlindoro: Right here is a real URL "http://www.youtube.com/v/R_7GVIDcOMs?f=videos . . . play=1" |
[05:09:34] | iamlindoro: | RDV_Linux, see above |
[05:10:09] | wagnerrp: | its in a 'pre' tag, that means NO FORMATTING, why is it formatting? |
[05:10:26] | iamlindoro: | dunno, tried to fix it with a <code> tag and it still formatted |
[05:10:35] | wagnerrp: | unless is it the browser that is doing so? |
[05:10:37] | achandra: | Hi guys, im seeing a very strange issue when using iso's for video. I dont have any video groups set as recommended, and i rip a dvd into myth. In non file browse mode, I cant play the iso's but can play the most recent one i ripped. Otherwise, if i do enable browse mode, all the metadata related background and info disappears with a "?" and I can play the file. Any ideas? |
[05:10:40] | RDV_Linux: | RDV_Linux: I had assumed that anything a code block would not change it back |
[05:10:49] | wagnerrp: | talking to yourself now? |
[05:11:19] | mag0o: | at least he's not responding |
[05:11:25] | RDV_Linux: | It reduces arguments and I get more compliments;) |
[05:12:20] | wagnerrp: | achandra: in browse mode, its working directly off the file system... no database, no metadata |
[05:12:22] | k_ross: | it's okay to talk to yourself. it's even okay to answer. just don't talk to yourself and then say "huh?" |
[05:13:42] | achandra: | wagnrerp, i see. It complains in non-browse mode about /dev/dvd not being found...except for most recent ripped iso. Any ideas whats going on there? |
[05:13:49] | RDV_Linux: | wagnerrp: I should have known as I had to add "<code>&amp;</code>" to get the '&' to display properly. |
[05:14:09] | wagnerrp: | thats just not right... |
[05:14:15] | wagnerrp: | you shouldnt have to do that |
[05:15:04] | RDV_Linux: | wagnerrp: How did this issue get you to waste 2 hrs? |
[05:15:26] | wagnerrp: | trying to figure out a way i could process that xml |
[05:15:37] | wagnerrp: | python was choking on it |
[05:15:46] | RDV_Linux: | aah |
[05:15:57] | iamlindoro: | wagnerrp, FWIW I spent more time than that figuring out that we needed to escape them in the first place when writing the grabber spec |
[05:16:00] | wagnerrp: | but since it was indexing off the start of the text, rather than the start of the line |
[05:16:08] | wagnerrp: | it just magically fell on a '=' |
[05:16:23] | wagnerrp: | so i was tracking down the wrong problem |
[05:24:43] | mattjackets (mattjackets!n=matt@c-98-239-177-13.hsd1.pa.comcast.net) has quit ("Leaving") | |
[05:37:20] | wagnerrp: | RDV_Linux: if i process this, would you prefer it be some structured format similar to the XML file? or would you rather have something flat like they would be in the database? |
[05:41:36] | RDV_Linux: | Probably flat like in the data base. All I was going to do was sort/filter on specific fields like title and description. Then I would recreate RSS video "item" metadata with the sorted or filtered records to out put to MVN. |
[05:43:06] | RDV_Linux: | wagnerrp: There may be some slight advantage in getting a structure for the final output but I do not see a large advantage. |
[05:44:34] | wagnerrp: | well im thinking i just give you DBDataWrite objects that you can decide whether or not you want to push them into the database |
[05:45:06] | wagnerrp: | or you want this to function as a aggregator that gets called like normal? |
[05:46:14] | wagnerrp: | ill just leave it as a minidom for now |
[05:52:00] | [R] ([R]!n=rbox@unaffiliated/rbox) has joined #mythtv-users | |
[05:58:24] | Defense|Twin (Defense|Twin!n=jepz@e177224245.adsl.alicedsl.de) has joined #mythtv-users | |
[05:59:47] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit () | |
[06:00:03] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has quit () | |
[06:00:50] | wagnerrp: | anenigma_: looking at this script, it looks like its returning a URI for SG videos? |
[06:01:03] | wagnerrp: | (the one you pastebinned) |
[06:03:19] | wagnerrp: | anyway, RDV_Linux... i just put up another copy of the bindings on trac |
[06:03:51] | wagnerrp: | it has searchXML and searchTree, which return minidom objects |
[06:04:21] | RDV_Linux: | wagnerrp: Ok will start using them in a day or two. thanks |
[06:04:28] | wagnerrp: | and theres also a grabberList staticmethod in the class, which returns a list of all available grabbers in the database |
[06:04:55] | wagnerrp: | staticmethod means you would call it directly like NetVisionGrabber.grabberList() |
[06:05:10] | wagnerrp: | it just returns a list of NetVisionGrabber objects |
[06:05:22] | wagnerrp: | or tuple of, rather |
[06:05:33] | RDV_Linux: | wagnerrp: cool |
[06:11:24] | anenigma_: | wagnerrp: it's basically returning the lsat part of the URI for SG videos. iirc (been a while since i wrote that script), it takes anything of the form [word]://[word]@[wordorIPaddress]/file/path and just returns the "/file/path" bit |
[06:11:50] | metalac: | how does one add channel information to ATSC channels if over the air stuff is very poor or non-existant? |
[06:12:04] | [R]: | metalac: channel information? |
[06:12:15] | metalac: | [R]: program description and such |
[06:12:22] | [R]: | schedules direct |
[06:12:27] | squidly: | what does MediaRenderer::HttpServer Create Error |
[06:12:30] | squidly: | mean |
[06:12:44] | squidly: | and why does it cause my frontend to hang |
[06:12:57] | [R]: | whenb does it sy that? |
[06:13:08] | squidly: | when I start up mythfrontend |
[06:13:14] | [R]: | is another one running? |
[06:13:49] | squidly: | that would be it |
[06:13:55] | wagnerrp: | anenigma_: ok, ive got a fusefs program that takes the URI, and mounts it as a single file in a folder |
[06:13:59] | squidly: | thanks |
[06:14:05] | wagnerrp: | so basically, that could be dropped in place |
[06:15:55] | metalac: | [R]: schedules direct doesn't pickup all digital streams though |
[06:16:26] | [R]: | metalac: well tahts what your option is... no data or what sd has |
[06:18:33] | Lord_Deathscythe (Lord_Deathscythe!n=chris@h143.234.20.98.dynamic.ip.windstream.net) has quit ("I am called onward") | |
[06:19:16] | metalac: | damn |
[06:20:15] | anenigma_: | wagnerrp: neat. yeah this hack was written in like 5minutes, just a quick "fuck gotta fix it fast or get yelled at" approach |
[06:21:04] | iamlindoro: | anenigma_, channel is a profanity-free-zone |
[06:21:18] | metalac: | [R]: nevermind looks like SC has my antenna broadcast as lineup as well :) |
[06:21:19] | metalac: | thanks |
[06:21:49] | [R]: | lol |
[06:25:26] | grokky (grokky!n=grokky@excalibur.csse.unimelb.edu.au) has quit (Read error: 110 (Connection timed out)) | |
[06:26:14] | jst_home: | jpabq: yt? |
[06:27:03] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
[06:27:21] | jpabq: | jst_home, yeah? |
[06:27:44] | jst_home: | jpabq: hey there, and happy new year! |
[06:27:59] | jpabq: | Thanks! |
[06:28:27] | jpabq: | Ready for Christmas yet? |
[06:29:36] | jst_home: | jpabq: yeah, right! :) |
[06:30:07] | jst_home: | I've been seeing this audio oddness with my HDPVR recordings and I was wondering if you've seen anything similar, given our similar setups... |
[06:30:43] | jst_home: | jpabq: I basically get audio glitches, short pauses, once every maybe 15 minutes or so |
[06:30:57] | jst_home: | doesn't seem to be at a regular interval, but something like that... |
[06:31:03] | olesalscheider (olesalscheider!n=desktop@xdsl-78-34-185-182.netcologne.de) has joined #mythtv-users | |
[06:31:10] | jst_home: | jpabq: sound familiar? |
[06:31:26] | jpabq: | I have rare audio-drop outs, with 1080i material, but otherwise it is solid. If I stick to 720p I don't seem to have any at all. |
[06:31:33] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
[06:31:44] | inordkuo (inordkuo!n=inorkuo@adsl-177-180-200.int.bellsouth.net) has quit ("Leaving.") | |
[06:32:07] | jst_home: | jpabq: hmm, ok... I think I see them mostly with 720p, but I think I've seen them with 1080 as well... |
[06:32:19] | jst_home: | maybe my particular rev of the HDPVR then... |
[06:32:30] | jpabq: | David Engel, however, has pretty much concluded that 99% of his HD-PVR problems are because of audio glitches from his STB. |
[06:32:51] | jst_home: | oh, interesting... |
[06:33:02] | d00gster (d00gster!n=doughant@77.31.3.118) has joined #mythtv-users | |
[06:33:19] | jpabq: | David ended up ditching the S/PDIF and going RCA to make his HD-PVR usable. He is willing to give up DD5.1 to get stability. |
[06:33:21] | ptzlnfw (ptzlnfw!n=hardeegk@cpe-071-075-177-086.carolina.res.rr.com) has quit ("Leaving.") | |
[06:34:03] | jst_home: | jpabq: so I never used to watch tv here before I started playing with myth... but my wife says she never heard them with our DirecTV DVR, but that doesn't mean they weren't there I guess |
[06:34:41] | jst_home: | I may ditch 5.1 for a while then too to test out that theory... |
[06:34:51] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has joined #mythtv-users | |
[06:35:09] | jpabq: | My H20 and H21 don't seem to cause me any problems. But, David also concluded that certain channels were more likely to cause a problem than others. David is on Dish. |
[06:35:33] | jst_home: | jpabq: I'll also be buying one more HDPVR here sometime, maybe I'll have better luck with that one |
[06:35:33] | wagnerrp: | anenigma_: also, please dont use pastebin.org, lots 'o popups |
[06:35:45] | wagnerrp: | they even manage to get them through on firefox |
[06:36:38] | jst_home: | heh, that's funny, I wrote that popup blocker years and years ago :) |
[06:37:04] | jst_home: | it needs updating :) |
[06:37:11] | wagnerrp: | full screen crap, with rewritten 'close' functions |
[06:37:16] | wagnerrp: | i need to install noscript |
[06:37:27] | jst_home: | that'll do it |
[06:37:29] | Defense|Twin (Defense|Twin!n=jepz@e177224245.adsl.alicedsl.de) has quit (Remote closed the connection) | |
[06:37:36] | jst_home: | kindof a big hammer tho |
[06:37:41] | jpabq: | jst_home, http://www.gossamer-threads.com/lists/mythtv/users/409442 |
[06:38:20] | metalac (metalac!n=dejan@mail.lazyroot.org) has quit ("Leaving") | |
[06:39:18] | jst_home: | jpabq: hmm, odd... I'm subscribed to mythtv-users, but I've totally never seen that thread |
[06:39:42] | anenigma_: | wagnerrp: oh. didn't realise, nothing popped up for me. |
[06:40:30] | jpabq: | jst_home, may not be your problem, but it is probably worth reading. |
[06:40:41] | jst_home: | yeah, for sure |
[06:40:47] | wagnerrp: | pastebin.com, pastebin.ca, mythtv.pastebin.ca, the python guys like paste.pacoo.org for some reason |
[06:41:05] | wagnerrp: | paste.pocoo.org |
[06:41:41] | Elwell (Elwell!i=elwell@freenode/staff/elwell) has quit (Remote closed the connection) | |
[06:42:07] | jpabq: | jst_home, good luck. I am off to bed. I will check back log in the morning. |
[06:42:28] | jst_home: | jpabq: ok, thanks, gives me something to experiment with next time I tear my entertainment center into pieces :) Might be a little while |
[06:42:52] | jst_home: | jpabq: at least I know I'm not alone |
[06:43:02] | jst_home: | jpabq: have a good night |
[06:43:07] | jpabq: | jst_home, I seem to be blessed with my HD-PVR setup. If I had the problems others report, I would be very irritated. |
[06:44:39] | jst_home: | jpabq: good for you! I'm generally happy too, but some times this audio thing gets to be annoying |
[06:49:08] | superdump (superdump!n=rob@unaffiliated/superdump) has joined #mythtv-users | |
[06:49:17] | achandra (achandra!n=achandra@ip24-56-11-166.ph.ph.cox.net) has quit ("Leaving") | |
[07:07:46] | Kunalagon (Kunalagon!n=Kunalago@pc3.telekom.yu) has joined #mythtv-users | |
[07:12:24] | Gumby (Gumby!n=gumby@unaffiliated/gumby) has joined #mythtv-users | |
[07:16:07] | grokky (grokky!n=grokky@ppp118-209-206-52.lns20.mel6.internode.on.net) has joined #mythtv-users | |
[07:38:04] | hpeter (hpeter!n=hpeter@84-72-18-197.dclient.hispeed.ch) has joined #mythtv-users | |
[07:43:56] | hpeter (hpeter!n=hpeter@84-72-18-197.dclient.hispeed.ch) has quit () | |
[07:52:52] | jya (jya!n=avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users | |
[07:55:03] | chraist (chraist!n=chraist@62.88.128.149) has joined #mythtv-users | |
[07:55:46] | chraist (chraist!n=chraist@62.88.128.149) has left #mythtv-users ("Ex-Chat") | |
[07:56:30] | jvs (jvs!n=jvs@90.146.56.206) has joined #mythtv-users | |
[07:58:44] | olejl (olejl!n=olejl@95.66.74.24) has quit (Read error: 110 (Connection timed out)) | |
[08:05:32] | k_ross (k_ross!i=47a40d7d@gateway/web/freenode/x-botbqlnpcxfrvpcp) has quit (Ping timeout: 180 seconds) | |
[08:06:08] | hpeter (hpeter!n=hpeter@250-203.5-85.cust.bluewin.ch) has joined #mythtv-users | |
[08:06:57] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has quit () | |
[08:08:13] | octavsly (octavsly!n=octavsly@static.ip-80-255-245-177.signet.nl) has joined #mythtv-users | |
[08:09:47] | [R] ([R]!n=rbox@unaffiliated/rbox) has quit ("Leaving") | |
[08:20:34] | KraMer (KraMer!n=mark@adsl-70-240-197-64.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving") | |
[08:20:43] | Dagmar (Dagmar!i=dagmar@unaffiliated/dagmar) has quit ("knives to sharpen") | |
[08:20:59] | Dagmar (Dagmar!i=dagmar@unaffiliated/dagmar) has joined #MythTV-Users | |
[08:22:09] | Elwell (Elwell!i=elwell@freenode/staff/elwell) has joined #mythtv-users | |
[08:24:07] | Kunalagon (Kunalagon!n=Kunalago@pc3.telekom.yu) has quit (Read error: 104 (Connection reset by peer)) | |
[08:24:57] | Kunalagon (Kunalagon!n=Kunalago@pc3.telekom.yu) has joined #mythtv-users | |
[08:37:36] | Gumby: | hi all, I was hoping someone in here might have a clue.. I am trying to setup mythtv to use lirc and it keeps giving me a connection refused error. Anyone have any idea what I might have done wrong? Permissions on /dev/lircd are the same as the user who is running mythtv |
[08:39:08] | cdpuk (cdpuk!n=chris@cdpuk.cdp.me.uk) has joined #mythtv-users | |
[08:40:24] | GlemSom (GlemSom!n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has joined #mythtv-users | |
[08:40:43] | chraist (chraist!n=chraist@62.88.128.149) has joined #mythtv-users | |
[08:42:20] | octavsly: | Gumby: After starting irw, do you see any codes after pressing the remote keys? |
[08:42:38] | Gumby: | octavsly: yes. irw works. just mythtv says connection refused |
[08:42:58] | chraist (chraist!n=chraist@62.88.128.149) has left #mythtv-users ("Ex-Chat") | |
[08:42:59] | octavsly: | did you try running the mythtv as a different user> |
[08:43:27] | Gumby: | I have no different use but I can try sudo.. one sec |
[08:43:30] | octavsly: | Gumby: and in the lates version of mythtv 0.22 you can select the lirc device. Did you check is that's correct? |
[08:43:47] | Gumby: | octavsly: I checked the DB and made a change |
[08:43:56] | Gumby: | before that it wasnt even detecting it |
[08:44:41] | Gumby: | even as sudo it fails |
[08:44:49] | octavsly: | what is teh error? |
[08:45:13] | octavsly: | BTW, in my case /dev/lirc0 is the device and not /dev/lircd |
[08:45:24] | octavsly: | it might also be /dev/lirc/<something> |
[08:47:16] | Gumby: | what is in your DB for your remote? |
[08:47:25] | octavsly: | let me check |
[08:47:32] | Gumby: | select * from settings where value like '%lirc%'; |
[08:48:41] | Gumby: | ah, I think I got it |
[08:49:01] | Gumby: | the howto I read said to chmod 666 |
[08:49:07] | Gumby: | I decided to just chmod 777 |
[08:49:12] | Gumby: | seems to have worked |
[08:49:14] | octavsly: | Gumby: OK |
[08:52:41] | puff: | Hm, I'm having a problem getting sound. |
[08:53:03] | puff: | I'm using mythbuntu, but nobody's awake on #ubuntu-mythtv. Any suggestions? |
[08:53:53] | Gumby: | puff: you can try removing pulseaudio thats caused a lot of people a lot of issues but I dont know how it is currently. Also, perhaps check alsamixer |
[08:54:06] | octavsly: | Gumby: mines are rw-rw-rw |
[08:55:12] | Gumby: | octavsly: weird, just changed mine back to 666 and it works now |
[08:55:14] | Gumby: | hrm.. |
[08:55:54] | puff: | I get system beeps (e.g. ctrl-G) from the onboard speaker, but nothing through the headphone jack. |
[08:56:34] | octavsly: | puff: does you sound works in other applications? |
[08:56:38] | puff: | I checked alsamixer and it seemed several channels were MM, which I believe means muted. Changed them and also upped the volume. |
[08:57:04] | puff: | octavsly: I don't have any other apps on this machine... I guess I could try installing amarok, or something. |
[08:57:06] | octavsly: | puff: like mplayer |
[09:00:32] | puff: | hm, how about vlc? |
[09:00:39] | puff: | Oh, there's mplayer, one sec. |
[09:01:44] | superm1: | Gumby, what makes you think pulseaudio is even on the system? |
[09:01:56] | superm1: | it's not in mythbuntu installs. it's only in installs of ubuntu that people add myth* onto |
[09:02:21] | superm1: | puff, it's possible that your card simply has a bug |
[09:02:53] | superm1: | puff, if after unmuting all mixers it still doesn't work, try installing the linux-backports package for alsa |
[09:03:01] | superm1: | i forget it's exact name, but you should be able to find it in synaptic |
[09:03:16] | superm1: | it contains an updated ALSA so it may help your bug |
[09:03:36] | puff: | Okay, tried mplayer, it said "AO [pulse] Failed to connect to server: internal error" |
[09:03:41] | Gumby: | superm1: oh right, you said you were using mythbuntu. You are correct, mythbuntu doesnt use pulseaudio. Vanilla Ubuntu however does |
[09:04:11] | superm1: | Gumby, i dont have the problem, puff does. i just wanted to make sure you were aware that mythbuntu doesn't use pulse |
[09:04:12] | Gumby: | orr sorry.. puff said he was using mythbuntu |
[09:04:14] | superm1: | yeah |
[09:04:36] | superm1: | puff, mplayer tries pulse and falls back to alsa with the default config from the repos |
[09:04:50] | superm1: | your best test tool is really something like aplay |
[09:05:01] | superm1: | aplay /usr/share/sounds/alsa/Front_Center.wav |
[09:05:13] | Gumby: | hehe, my mce remote turns on my electric fireplace if I press buttons fast enough |
[09:05:37] | puff: | Oksy,will try aplay. |
[09:07:00] | puff: | aplay runs, no sound on any of the three jacks. |
[09:07:50] | octavsly: | puff: then it is time to look in /var/log/messages |
[09:09:46] | octavsly: | puff: I am not sure anymore but you may try alsaconf to configure your sound device |
[09:11:19] | puff: | fgrep shows now occurrence of "sound" or "audio" or "alsa" in /var/log/messages. Tailing /var/log/messages and running "aplay /usr/share/sounds/alsa/Front_Center.wav" causes no output to /var/log/messages. dmesg also has no occurrence of sound, alsa or audio. |
[09:12:36] | puff: | No alsaconf... /usr/bin/alsamixer and /sbin/alsactl. |
[09:13:20] | octavsly: | puff: try $> lsmod | grep snd |
[09:13:35] | octavsly: | puff: what does it say? |
[09:14:31] | puff: | Typing "$> lsmod | grep snd" and "sudo $> lsmod | grep snd" both say permission denied. |
[09:14:40] | puff: | sudo lsmod | grep snd Gives me about 20 lines of output. |
[09:15:04] | octavsly: | looks like the sound card is there but not configured, or the levels are muted |
[09:15:11] | puff: | is $> supposed to be the shell prompt, or some sort of STDERR redirect? |
[09:15:15] | octavsly: | yes |
[09:15:21] | octavsly: | sory for the confusion |
[09:16:31] | puff: | there are no volume controls (that I can find) on the desktop. |
[09:16:32] | superm1: | dude honestly if it's a bug with the driver, try the new version before you go through much other trouble |
[09:16:39] | superm1: | that's why the new version is available in the repos |
[09:16:41] | puff: | superm1: Yeah.... sigh. |
[09:17:52] | superm1: | puff, not sigh, "apt-get install linux-backports-modules-alsa-karmic-generic", reboot try it again |
[09:18:07] | superm1: | if it doesn't work, then you at least have tried the latest version and can file a bug indicating so |
[09:18:13] | superm1: | that's the first thing that upstream ALSA would ask for anyway |
[09:21:23] | puff: | Okay, well first thing I gotta do is find a cat5 cable so I can get this box connected |
[09:21:33] | puff: | And then try installing the backports. |
[09:21:49] | puff: | Thanks for the help. I'll check in tomorrow with a report on how it turns out. |
[09:21:53] | superm1: | k good luck |
[09:22:02] | puff: | G'night. |
[09:22:41] | aloril_ (aloril_!n=aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has quit (Remote closed the connection) | |
[09:25:30] | aloril (aloril!n=aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv-users | |
[09:35:56] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Read error: 110 (Connection timed out)) | |
[09:36:24] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
[09:39:41] | dare (dare!i=dare@its.better.with-linux.com) has quit (Excess Flood) | |
[09:39:42] | kothog (kothog!n=kothog@unaffiliated/kothog) has quit (Excess Flood) | |
[09:40:19] | kothog (kothog!n=kothog@unaffiliated/kothog) has joined #mythtv-users | |
[09:41:10] | Tomasu (Tomasu!n=moose@S010600195b863efb.ed.shawcable.net) has quit (Excess Flood) | |
[09:41:32] | Tomasu (Tomasu!n=moose@S010600195b863efb.ed.shawcable.net) has joined #mythtv-users | |
[09:43:00] | dare (dare!i=dare@its.better.with-linux.com) has joined #mythtv-users | |
[09:48:57] | stoffel (stoffel!n=quassel@p57B4F9BE.dip.t-dialin.net) has joined #mythtv-users | |
[09:48:57] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[09:57:34] | Dubstar_04 (Dubstar_04!n=sandal@cpc1-warr4-0-0-cust655.bagu.cable.ntl.com) has joined #mythtv-users | |
[09:58:24] | Dubstar_04: | iamlindoro: I have just seen the mythnetvision wiki, tres bon!! have you released the plugin yet? |
[10:00:37] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
[10:01:23] | Dubstar_04: | iamlindoro: never mind i just read the mailing list! sorry!! |
[10:08:34] | dare (dare!i=dare@its.better.with-linux.com) has quit (Excess Flood) | |
[10:09:35] | dare (dare!i=dare@its.better.with-linux.com) has joined #mythtv-users | |
[10:12:02] | justinh: | think I'll be popping to B&Q at lunchtime. Plan to buy materials to build a sledge :-) |
[10:14:07] | jimmy1 (jimmy1!n=jimmy@cp892105-b.roose1.nb.home.nl) has quit (Remote closed the connection) | |
[10:37:05] | Dubstar_04: | justinh: where are you going sledging? |
[10:37:47] | justinh: | we have a very steep hill very close to where I live |
[10:37:55] | justinh: | already well compacted & icy |
[10:38:28] | justinh: | plus there are loads of parks with good hills nearby too :) |
[10:38:31] | Dubstar_04: | plus theres more snow on the way!! |
[10:38:44] | justinh: | doesn't need to be. this stuff ain't going anywhere fast |
[10:39:01] | Dubstar_04: | are you still at daresbury? |
[10:39:12] | justinh: | yeah there's not much here but at home.. whew |
[10:39:42] | Dubstar_04: | im starting my new job just down the express way soon!! |
[10:40:01] | justinh: | cool |
[10:40:22] | Dubstar_04: | not sledging related but now you know. |
[10:40:26] | justinh: | http://tweetphoto.com/8057630 :D |
[10:40:58] | Dubstar_04: | i saw that the other day |
[10:41:02] | justinh: | made that on Tuesday with what the BBC weather site called 'light snow' |
[10:41:05] | Dubstar_04: | that must of tahen ages |
[10:41:09] | justinh: | 4 inches light?! |
[10:41:25] | justinh: | nah a couple of hours |
[10:41:41] | justinh: | 20 mins of that was getting the main snowball back into the garden |
[10:41:49] | justinh: | it wouldn't fit through the gate lol |
[10:43:04] | Dubstar_04: | a load of chavs down the road built a 10' monster, its a shame thats the most productive thing they will do all year! |
[10:43:11] | justinh: | heheh |
[10:43:52] | justinh: | I was looking online for sledges last night. Everywhere that normally sells em are out of stock, even up to the models costing hundreds of quid |
[10:44:42] | Dubstar_04: | just push a kid if theirs... |
[10:45:10] | Dubstar_04: | of theirs? |
[10:46:06] | justinh: | I remember when I was a kid we all had those crap plastic ones. My dad found an old wooden one somewhere. Its runners were rusted but once we cleaned them up it *flew* compared to the plastic ones |
[10:46:36] | justinh: | must be the difference in the contact surface area or something |
[10:47:15] | ivor: | indeed the runners work more like ice skates |
[10:47:26] | justinh: | pity we don't yet have a kid I can use as an excuse :D |
[10:47:37] | justinh: | so I'll have to just admit it's for me |
[10:47:46] | Dubstar_04: | it all depends on the density of the snow for which type is best |
[10:48:01] | justinh: | proper runners work well on all kinds |
[10:48:24] | Dubstar_04: | not if the snow is too light |
[10:48:39] | justinh: | true but it's at least 2 inch thick packed snow now |
[10:52:32] | justinh: | anyway, it's something to do innit |
[10:52:57] | ivor: | surely its the time of year to be inside in the warmth coding.... |
[10:53:29] | justinh: | with the right clothing it needn't be cold outside :) |
[10:53:40] | Dubstar_04: | I am doing house work waiting for my new dvd drive to come then i can actually watch my lovefilm rentals |
[10:57:54] | ivor: | justinh: spent the night wrangling with ffmpeg but still couldnt sort out the HD soundtrack. |
[10:58:26] | ivor: | googling seems like a common problem with lots of suggested fixes. none of which seemed to work. |
[10:59:21] | Gumby: | Hi all. I am using a Genpix Skywalker to get 8psk channels. I get a bit of stuttering and some motion blur even when using vdpau. Could changing to a different deinterlacer help this? I do see a fair amount of "NVP(2): prebuffering pause" in the mythfrontend log. |
[11:02:26] | justinh: | ivor: which stream is the real audio track according to ffmpeg -i ? |
[11:02:44] | ivor: | 0.19 is the ac3 |
[11:02:58] | justinh: | is that the first audio stream? |
[11:03:28] | ivor: | nope. thats the problem. the first audio stream is the mp3 narrative track. |
[11:03:35] | justinh: | IIRC stuarta was thinking about better PID filtering at one point so we could strip the crap out as we record |
[11:04:09] | ivor: | http://pastebin.com/m4dee7928 |
[11:04:28] | ivor: | pid filtering would be cool. |
[11:04:39] | justinh: | is that what myth is recording? |
[11:05:08] | ivor: | yup. thats HD DVB-S |
[11:05:12] | justinh: | that's a lot of junk :) |
[11:05:30] | justinh: | the AD stream is stereo? eeew |
[11:05:32] | ivor: | thanks. :) |
[11:06:07] | justinh: | complicates my idea of filtering AD out on the fly |
[11:07:08] | justinh: | I've ocnsidered hacking the existing filtering to strip out mono audio & subtitles. they just waste space here |
[11:07:37] | justinh: | but having seen that ffmpeg output it's clear that it'll take a lot more thinking about to do it right |
[11:08:20] | stoffel (stoffel!n=quassel@p57B4F9BE.dip.t-dialin.net) has quit (Remote closed the connection) | |
[11:10:04] | olejl (olejl!n=olejl@95.66.74.24) has joined #mythtv-users | |
[11:10:09] | ivor: | havent found any tools that'll manipulate it either. ffmpeg is producing crap. and all the dvb tools choke on the h264 stream. |
[11:10:32] | justinh: | wonder if freesat are doing anything fancy to identify the streams. IIRC the spec stipulates the streams be marked |
[11:11:02] | justinh: | using ffmpeg from their trunk? |
[11:11:08] | ivor: | yup |
[11:11:13] | ivor: | naturally. :) |
[11:11:16] | justinh: | figured you might be :) |
[11:11:46] | justinh: | is that BBC HD btw? |
[11:12:02] | ivor: | yup. |
[11:12:58] | justinh: | ahh NAR is 'narration' not AD |
[11:13:02] | ivor: | I've got a growing collection of recordings with narrative audio. :) |
[11:16:07] | ivor: | "interesting" but not ideal. :) |
[11:17:09] | justinh: | seen a digitalspy post which says mencoder might do it |
[11:17:16] | ivor: | it didnt |
[11:17:28] | ivor: | :) |
[11:19:21] | justinh: | so is ffmpeg producing complete garbage or just something the ps3 can't play? |
[11:19:51] | ivor: | its refusing to produce a usable file. |
[11:20:11] | ivor: | creating a ts, its marking the video as mpeg2. |
[11:21:53] | olesalscheider (olesalscheider!n=desktop@xdsl-78-34-185-182.netcologne.de) has quit (Remote closed the connection) | |
[11:21:57] | justinh: | hex editor? ;-) |
[11:22:33] | justinh: | wonder if you need to specifically tell it to make h.264 |
[11:22:51] | ivor: | indeed. I was hoping to find a simple incantation to run to fix them, without spending days hacking. |
[11:23:37] | justinh: | -vcodec h264 ? |
[11:24:23] | Gumby: | hrm, oddly enough I found less jitteryness and motion blur when using ffmpeg as compared to vdpau. Is this common? |
[11:28:34] | justinh: | ivor: maybe -vtag options would help |
[11:32:37] | justinh: | you seen http://www.gossamer-threads.com/lists/mythtv/users/376832 no doubt... |
[11:39:19] | octavsly (octavsly!n=octavsly@static.ip-80-255-245-177.signet.nl) has quit (Read error: 110 (Connection timed out)) | |
[11:47:31] | AndyCap: | ivor: tsmuxer? |
[11:50:17] | GreyFoxx: | [6~ |
[11:50:34] | ** justinh waves to GreyFoxx's cat ** | |
[11:51:44] | janneg__ is now known as janneg | |
[11:51:54] | olejl (olejl!n=olejl@95.66.74.24) has quit (Read error: 110 (Connection timed out)) | |
[11:53:00] | olejl (olejl!n=olejl@95.66.74.24) has joined #mythtv-users | |
[11:55:03] | Easy_Rider9999 (Easy_Rider9999!n=Miranda@91.34.54.133) has joined #mythtv-users | |
[11:56:08] | Easy_Rider9999: | Hallo has anybody succeded in repairde MythtV Idle detection with these scripts: http://www.gossamer-threads.com/lists/mythtv/users/150732 I alway get Errors when running these scripts.... |
[12:01:50] | olesalscheider (olesalscheider!n=desktop@xdsl-78-34-185-182.netcologne.de) has joined #mythtv-users | |
[12:02:11] | martin_ (martin_!n=martin@78.32.255.81) has joined #mythtv-users | |
[12:04:00] | MartinJT (MartinJT!n=martin@78.32.255.81) has quit (Read error: 110 (Connection timed out)) | |
[12:06:40] | justinh: | uhhhhh whut? |
[12:06:58] | justinh: | ohhhh |
[12:07:07] | justinh: | no, I'm not a tree hugger :) |
[12:09:03] | gunni_ (gunni_!n=quassel@xdsl-81-173-251-175.netcologne.de) has joined #mythtv-users | |
[12:11:17] | amidaniel (amidaniel!n=amidanie@wikipedia/AmiDaniel) has joined #mythtv-users | |
[12:22:07] | stoffel (stoffel!n=quassel@p57B4F9BE.dip.t-dialin.net) has joined #mythtv-users | |
[12:22:07] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[12:24:28] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
[12:24:51] | gunni (gunni!n=quassel@xdsl-81-173-250-176.netcologne.de) has quit (Read error: 110 (Connection timed out)) | |
[12:28:59] | rambo3 (rambo3!n=programm@212.247.61.227) has joined #mythtv-users | |
[12:29:19] | rambo3: | Hey-a-hey-a-hey-a-hey-a |
[12:29:36] | rambo3: | I am looking for native american translation for mythtv |
[12:31:21] | faichele (faichele!n=faichele@p5DD5BC1A.dip.t-dialin.net) has joined #mythtv-users | |
[12:33:27] | olesalscheider (olesalscheider!n=desktop@xdsl-78-34-185-182.netcologne.de) has quit (Remote closed the connection) | |
[12:37:53] | bergqvistjl (bergqvistjl!n=bergqvis@79-76-193-103.dynamic.dsl.as9105.com) has joined #mythtv-users | |
[12:38:01] | bergqvistjl: | hi |
[12:38:37] | bergqvistjl: | has anybody been having problems playing 720 HD mp4 files using the internal player, specifically slowed down (unlistenbale) audio? |
[12:39:44] | mcmoyer (mcmoyer!n=marlon@71.86.114.173) has quit () | |
[12:40:48] | bergqvistjl: | if so, is there a solution to it, apart from playing in another player (im using the video storage group as it helps keep my metadata more organised) |
[12:41:42] | bergqvistjl: | im using mythbuntu x64 9.10 with the .23 build |
[12:42:27] | beata (beata!i=beata@c-68-49-32-212.hsd1.md.comcast.net) has joined #mythtv-users | |
[12:43:47] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Read error: 113 (No route to host)) | |
[12:44:17] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
[12:45:15] | octavsly (octavsly!n=octavsly@static.ip-80-255-245-177.signet.nl) has joined #mythtv-users | |
[12:46:34] | amidaniel: | Do they play fine in other players? (e.g., mplayer, vlc, ..) |
[12:49:32] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has joined #mythtv-users | |
[12:54:26] | lyricnz (lyricnz!n=simonrob@ppp118-209-168-178.lns20.mel6.internode.on.net) has joined #mythtv-users | |
[12:54:58] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Read error: 113 (No route to host)) | |
[12:55:13] | bergqvistjl: | yes, but as ive switched to using storage groups, they wont play at all in other players. |
[12:55:22] | bergqvistjl: | be right back |
[12:55:26] | bergqvistjl (bergqvistjl!n=bergqvis@79-76-193-103.dynamic.dsl.as9105.com) has left #mythtv-users () | |
[12:56:56] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
[13:01:12] | Spida (Spida!n=timo@213.164.145.162) has joined #mythtv-users | |
[13:02:04] | Birmaan (Birmaan!n=sfg@213-73-155-199.cable.quicknet.nl) has joined #mythtv-users | |
[13:02:24] | Birmaan (Birmaan!n=sfg@213-73-155-199.cable.quicknet.nl) has left #mythtv-users () | |
[13:03:38] | Spida: | I just upgraded to 0.22-fixes (from 20090105), mythfrontend works, but I get "MasterServerIP or MasterServerPort not found! You mayneed to check your settings.php file or re-run mythtv-setup" in mythweb. the apache-config still has the correct setenv-statements. what else can I do? |
[13:08:52] | rambo3: | Hey-a-hey-a-hey-a-hey-a |
[13:08:56] | rambo3: | I am looking for native american translation for mythtv |
[13:11:32] | inordkuo (inordkuo!n=inorkuo@97.66.21.169) has joined #mythtv-users | |
[13:12:39] | stoffel (stoffel!n=quassel@p57B4F9BE.dip.t-dialin.net) has quit (Read error: 113 (No route to host)) | |
[13:16:00] | sircolin (sircolin!n=sircolin@my83-216-68-241.mynow.co.uk) has joined #mythtv-users | |
[13:17:49] | Dibblah: | Which native american? |
[13:17:53] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
[13:18:46] | beata (beata!i=beata@c-68-49-32-212.hsd1.md.comcast.net) has quit (Read error: 113 (No route to host)) | |
[13:19:00] | CyberKnet (CyberKnet!n=CyberKne@64.207.247.98) has joined #Mythtv-Users | |
[13:20:31] | Dibblah: | http://en.wikipedia.org/wiki/Classical_Nahuatl? |
[13:21:14] | Dibblah: | None exists at this time and I would doubt any will. |
[13:22:23] | justinh: | rambo3: you're always coming in here asking without doubt the most ridiculous questions |
[13:22:39] | mzb: | how? |
[13:22:53] | justinh: | the most frequent one was about a chess plugin |
[13:22:53] | ** mzb goes back to his peace pipe ** | |
[13:24:39] | justinh: | anyway, I got me some nice sturdy plywood & 2 metres of 2mm steel :) |
[13:27:17] | rambo3: | hi |
[13:27:38] | ivor: | justinh: wooo. cant wait for the action pics. |
[13:28:02] | jduggan: | justinh: i went to the darkside, ordered v+ :p |
[13:29:00] | justinh: | hope it works. then all the kids' laughing at it will be proven wrong ;-) |
[13:29:25] | justinh: | jduggan: hope it works :-) |
[13:30:02] | ivor: | justinh: they;re probably laughing at you not it. :) |
[13:30:07] | justinh: | heh |
[13:30:31] | ivor: | "look at grandad and his sledge" |
[13:30:33] | justinh: | if I finish it tonight & the paint dries in time for tomorrow morning I'll go out early & test it |
[13:31:35] | ivor: | you;'re going to build something *AND* paint it! wow. I tend to get over excited straight after the build phase. :) |
[13:32:27] | justinh: | I probably will too |
[13:32:39] | justinh: | picture me testing it in the dark & breaking both legs |
[13:32:49] | jduggan: | justinh: and me, ive done it for sport :|, will let you know how it is when its installed on 21st. Have you ever seen it in action? |
[13:33:04] | justinh: | jduggan: no, but I've not heard anything good about it |
[13:33:25] | jduggan: | justinh: heard bad about it? :D |
[13:33:33] | justinh: | crashy |
[13:34:08] | justinh: | it's been a long time since I read much about it but having said that there've not been many software updates since then either |
[13:35:37] | justinh: | it couldn't be any worse than Sky + I bet |
[13:40:30] | jduggan: | ive read a few reports of v+ missing recordings |
[13:40:38] | jduggan: | its scheduler must suck |
[13:40:44] | jduggan: | :P |
[13:41:01] | jduggan: | ive never heard of sky+ missing recordings, but ive seen the boxes crash/die and theyre also quite noisey imo |
[13:41:07] | justinh: | give em their dues the boxes don't have enough RAM for a proper mysql server :D |
[13:42:44] | justinh: | I used Sky+ at a mate's house a while back. I got up hours before him & wanted to watch something. Couldn't figure out where the hell the recordings were kept for the life of me |
[13:43:01] | justinh: | turned out they're in the guide. WTF? |
[13:43:20] | justinh: | guide/planner. ridiculous |
[13:43:43] | Spida (Spida!n=timo@213.164.145.162) has left #mythtv-users () | |
[13:45:31] | justinh: | btw Dibblah you've no doubt seen this.. any thoughts? http://www.omnima.co.uk/store/catalog/Embedde . . . p-16140.html |
[13:46:06] | Dibblah: | It doesn't look too bad. Depends what you want it for. |
[13:46:23] | justinh: | I dunno yet |
[13:46:24] | Dibblah: | No hardware floating point, so not particularly good for audio. |
[13:46:38] | Dibblah: | + you'd have to make the output device. |
[13:46:47] | justinh: | USB audio devices are dirt cheap |
[13:47:12] | Dibblah: | Oh, forgot it had USB :) |
[13:47:43] | justinh: | could make a cheap network audio thingy |
[13:48:45] | justinh: | turns out a guy I work with is *heavily* into all this embedded stuff |
[13:48:58] | justinh: | it's always the quiet ones, it seems |
[13:49:34] | olejl1 (olejl1!n=olejl@95.66.74.24) has joined #mythtv-users | |
[13:49:42] | Dibblah: | Don't expect that CPU to do any more than stereo audio, though. |
[13:49:51] | justinh: | that'd suit me |
[13:50:45] | olejl (olejl!n=olejl@95.66.74.24) has quit (Read error: 110 (Connection timed out)) | |
[13:50:59] | olesalscheider (olesalscheider!n=desktop@xdsl-78-34-185-182.netcologne.de) has joined #mythtv-users | |
[13:52:19] | mcmoyer (mcmoyer!n=marlon@66.226.203.5) has joined #mythtv-users | |
[13:52:55] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Read error: 110 (Connection timed out)) | |
[13:53:20] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
[13:56:13] | jvs (jvs!n=jvs@90.146.56.206) has quit ("Leaving") | |
[13:59:56] | olesalscheider (olesalscheider!n=desktop@xdsl-78-34-185-182.netcologne.de) has quit (Remote closed the connection) | |
[14:03:51] | justinh: | heheh http://www.omnima.co.uk/store/catalog/Aviosys . . . p-16150.html |
[14:09:55] | patdk-wk: | wish it did h264 |
[14:10:09] | patdk-wk: | so I wouldn't have to keep everything in two formats |
[14:10:24] | justinh: | you don't keep everything :-) |
[14:10:50] | justinh: | that's the beauty of a DVR. Maybe you have the terms 'DVR' and 'TV archival system' confuzzled ;-) |
[14:10:51] | patdk-wk: | I keep everything :) |
[14:11:10] | patdk-wk: | na, I use mythtv as a dvr |
[14:11:22] | patdk-wk: | then after a few months they get transcoded and moved to mythvideo :) |
[14:11:31] | justinh: | god, if we kept everything at home.. we'd have petabytes of soap operas bynow |
[14:11:52] | patdk-wk: | I have 6tb right now |
[14:12:03] | AndyCap: | justinh: hence the PVR! |
[14:12:03] | justinh: | 60TB in a year or two |
[14:12:18] | justinh: | 10PB in 5 years |
[14:12:23] | patdk-wk: | hehe |
[14:12:28] | justinh: | 10000PB in 10 years |
[14:12:29] | patdk-wk: | I don't watch much tv |
[14:12:31] | justinh: | it'll never end |
[14:12:51] | AndyCap: | archiving stuff isn't a huge problem if you don't record crap you don't watch. :) |
[14:12:53] | zarth (zarth!n=zarth@i-195-137-41-70.freedom2surf.net) has joined #mythtv-users | |
[14:13:06] | zarth: | greetings |
[14:13:20] | sircolin (sircolin!n=sircolin@my83-216-68-241.mynow.co.uk) has quit ("Leaving.") | |
[14:13:22] | justinh: | it's enough of a time vampire to watch a few shows a week once let alone bother them ever again |
[14:13:55] | zarth: | can I ask what do the panel think of this: http://linitx.com/viewproduct.php?prodid=11471 for a myth front end box? |
[14:14:16] | AndyCap: | zarth: fail? |
[14:14:20] | justinh: | FAIL |
[14:14:23] | justinh: | don't even go there |
[14:14:32] | zarth: | ahh – why so bad? |
[14:14:38] | justinh: | if you seriously want SFF, go for ION |
[14:14:55] | AndyCap: | zarth: via is underpowerd, drivers for the video part are a nightmare? |
[14:15:02] | justinh: | zarth: because it'll barely be able to decode SDT with its CPU |
[14:15:07] | justinh: | SDTV I mean |
[14:15:30] | justinh: | I had an epia m10k & even with xvmc it sucked |
[14:15:30] | zarth: | so why do these things get sold? |
[14:15:40] | justinh: | zarth: for chumps to buy |
[14:15:44] | zarth: | there seems to be a 1.5GHz one as well |
[14:15:49] | ivor: | justinh: tsk. :) |
[14:15:52] | justinh: | forget all about them |
[14:15:58] | zarth: | all about what? |
[14:15:58] | ivor: | you just need to write the drivers. |
[14:16:08] | justinh: | for the money you'd be better off with ION |
[14:16:16] | zarth: | ok I will look at those, thanks |
[14:16:25] | justinh: | epia stuff isn't bad if you can put the time in but for what they cost they're a rip off |
[14:16:36] | AndyCap: | zarth: because people get a hardon for tiny computers. |
[14:16:42] | ivor: | a fun hobby though. |
[14:17:04] | justinh: | ivor: yeah but not when you need a working, reliable frontend for minimal effort |
[14:17:28] | ** AndyCap is happy with his intel DG45FC. ** | |
[14:17:28] | ivor: | true. is that a consideration for anyone? weird. |
[14:17:49] | ivor: | will rock if I can get the h264 stuff going though. |
[14:18:09] | justinh: | give my old m10k board its due, it was okay for a good while. but with newer releases of myth it just was unable to play a lot of my recordings without stuttering |
[14:18:43] | AndyCap: | http://www.phoronix.com/scan.php?page=article . . . ap&num=1 |
[14:18:52] | justinh: | if I hadn't become so reliant on minimyth it'd have been a different story but ubuntu had its faults on that system too |
[14:19:07] | octavsly: | I agree with the VIA comments |
[14:19:18] | octavsly: | I was experiencing with those for 3 years |
[14:19:32] | octavsly: | the graphic drivers are not as good with the new xorg |
[14:19:50] | octavsly: | I was busy with the fanless one EIPA EN12000 |
[14:19:58] | zarth: | ok, so starting again, is there a good UK supplier of cases that will support my choice of nvidia card and be fairly silent? |
[14:20:04] | sudo_technician (sudo_technician!n=sean@cpe-69-204-170-57.nycap.res.rr.com) has joined #mythtv-users | |
[14:20:08] | octavsly: | EN12000E ( E fron Eden I think) |
[14:20:11] | justinh: | mini-itx.com ? |
[14:20:35] | AndyCap: | zarth: or seriously consider hiding it somewhere? |
[14:20:36] | octavsly: | DO you need TV ? PCI ? |
[14:20:43] | justinh: | zarth: if you're planning for forego the optical drive, just hide it :) |
[14:20:53] | AndyCap: | USB optical. :P |
[14:21:01] | zarth: | justinh I was thinking that very thing |
[14:21:07] | justinh: | but then if you're gonna hide it, save your money & just have a big fugly noisy box outside the room |
[14:21:27] | AndyCap: | and if you build it right it's probably not that noisy either. |
[14:21:31] | octavsly: | VIS was good at one thing... POWER |
[14:21:36] | zarth: | I have a secret panel under the hifi cupboard, but it needs a fairly slimline case |
[14:21:44] | octavsly: | I have never seen anything at that computing power consuming so less |
[14:21:45] | AndyCap: | octavsly: as in very little power. :P |
[14:21:58] | justinh: | well obviously if the CPU only sucks 2W it's gonna SUCK |
[14:22:05] | AndyCap: | octavsly: no case at all? :P |
[14:22:11] | sudo_technician: | good for a UPS |
[14:22:15] | octavsly: | I had a mythtv running on it for over one year |
[14:22:24] | octavsly: | fanless |
[14:22:26] | justinh: | most wall warts pull more than that with no load |
[14:22:27] | AndyCap: | if you call that running.. :P |
[14:22:30] | octavsly: | I could hear only the hard-disk |
[14:22:41] | AndyCap: | octavsly: heh, pxe boot |
[14:22:42] | patdk-wk: | I kind of like my ssf optiplex frontends |
[14:22:47] | ivor: | hard disk? crazy. pxe. |
[14:22:58] | justinh: | anything that relies on hardware acceleration is only ever gonna be as useful as the driver allows it |
[14:23:04] | ivor: | cough. |
[14:23:06] | ** patdk-wk is getting tired of ltsp pxe, and thinking of doing iscsi pxe ** | |
[14:23:09] | AndyCap: | *cough*broadcom*cough* |
[14:23:25] | zarth: | so all the linux unichrome stuff is, erm, shite? |
[14:23:26] | ivor: | justinh: indeed. but still. good fun. :) |
[14:23:30] | justinh: | that applies to xvmc and vdpau |
[14:23:46] | justinh: | zarth: for your money you'd be better going with ion |
[14:23:48] | AndyCap: | va-api, whatever-new-api-broadcom-is-pushing |
[14:24:03] | ivor: | vaapi is quite nice to work with. |
[14:24:03] | patdk-wk: | va-api is vdpau really |
[14:24:07] | patdk-wk: | they are compatable |
[14:24:08] | ivor: | no it isn't |
[14:24:27] | justinh: | thought they were similar enough to be inter-pluggable to a degree |
[14:24:36] | AndyCap: | but I've seen mention of a vdpau interface to va-api and possibly vice versa |
[14:24:38] | ivor: | very different design, goal and structure. |
[14:24:52] | patdk-wk: | I though vdpau does va-api plus more |
[14:24:55] | ivor: | there is a vdpau wrapper for vaapi so in that sense they interoperate |
[14:25:18] | octavsly: | SOme links I was looking at in the past. http://www.asrock.com/nettop/index.asp But they do not have PCI, so I cannot put a TV card in |
[14:25:46] | justinh: | octavsly: most tuners won't happily live in a small box anyway |
[14:26:02] | octavsly: | justinh: why? |
[14:26:03] | AndyCap: | and you only get one or two |
[14:26:06] | patdk-wk: | justinh, oh, that was a video server thing, I was thinking client |
[14:26:22] | justinh: | octavsly: ummm, power consumption == heat |
[14:26:24] | ivor: | justinh: but everyone puts the tuners in the big server in the datacentre? |
[14:26:41] | AndyCap: | s/datacentre/closet/ but yes |
[14:26:42] | octavsly: | justinh: the problem is the processor |
[14:27:01] | justinh: | tuner cards generate a significant amount of heat by themselves |
[14:27:18] | justinh: | not quite comparable to a CPU but still worth noting |
[14:27:19] | octavsly: | in my opinion. The ATOM is not the best but is better, so there some PCI devices might be in |
[14:28:01] | octavsly: | justinh: I will search for some power specs of some tuners I have DVB-S/T |
[14:28:05] | AndyCap: | zarth: so what do you need in a frontend? |
[14:28:27] | justinh: | even 5W in a box with bad airflow is going to cause problems |
[14:28:51] | octavsly: | justinh: what temp du you have in mind? |
[14:29:06] | octavsly: | nowadys the HD/processors |
[14:29:11] | octavsly: | can handle higher temps |
[14:29:22] | octavsly: | a HD can go as high as 55 |
[14:29:28] | Dibblah: | Why do you need to |
[14:29:28] | justinh: | consumer ICs generally don't like high temps |
[14:29:35] | Dibblah: | split up your sentences? |
[14:29:36] | octavsly: | and VIA can be 70C without a problem |
[14:29:52] | AndyCap: | and who cares about the hd or cpu since it is the tunercard that is actually doing useful work. |
[14:29:58] | ivor: | Dibblah: very nar |
[14:30:02] | octavsly: | correct but PC market is different |
[14:30:06] | ivor: | Dibblah: row screen? |
[14:30:24] | ivor: | IRC as haiku? |
[14:30:49] | ** patdk-wk just like to use cases with 120mm fans at 800rpm or so, nice, quiet, and cools great ** | |
[14:31:09] | justinh: | the problem with a lot of tuner cards is they use an analogue capture chip as the PCI interface. those contain thirsty analogue circuitry generally |
[14:31:32] | justinh: | a brooktree type video decoder, even doing nothing pulls a bit of power |
[14:31:44] | AndyCap: | I see one tuner card specifies 0–35 degrees for operating temperature. |
[14:31:49] | AndyCap: | so it doesn't like it hot |
[14:32:00] | ivor: | justinh: as I discovered building my 16 input cctv capture pc. :) |
[14:32:02] | at0m (at0m!n=at0m@94-225-90-23.access.telenet.be) has joined #mythtv-users | |
[14:32:07] | justinh: | heh |
[14:32:07] | octavsly: | justinh: agree but I have not seen problems untill now |
[14:32:08] | ivor: | on third PSU now. |
[14:32:22] | justinh: | nobody ever sees any problems. Until they do :D |
[14:32:25] | octavsly: | I have a HP D530 I think and I have two TV cards in |
[14:32:48] | octavsly: | justinh: I am monitoring the temperature and I see no issue |
[14:32:50] | justinh: | why do you think I always go for motherboards with 5 PCI slots to house my 3 dvb-t tuner cards? |
[14:32:53] | justinh: | ;-) |
[14:33:07] | justinh: | cuz when they're in adjacent slots.. whoah baby |
[14:33:08] | AndyCap: | and linux drivers don't always power stuff down either, from what I saw the kernellabs blog. |
[14:33:29] | justinh: | AndyCap: that might be more to do with them never waking up properly again ;-) |
[14:33:30] | patdk-wk: | justinh, get a wide case, and install fans in the side :) over the pci/pcie slots |
[14:33:51] | AndyCap: | justinh: or not knowing where the switch is since nobody bothered to write it down. :P |
[14:34:38] | grokky (grokky!n=grokky@ppp118-209-206-52.lns20.mel6.internode.on.net) has quit (Remote closed the connection) | |
[14:34:44] | justinh: | I modified the case to have fans in the right place ;-) |
[14:34:54] | justinh: | AND space the cards out |
[14:35:01] | justinh: | no point otherwise |
[14:35:05] | octavsly: | justinh: how old is your now |
[14:35:08] | octavsly: | ? |
[14:35:26] | justinh: | current backend is more than 8 years old |
[14:35:37] | octavsly: | justinh: OK quite old |
[14:35:39] | patdk-wk: | I just upgraded mine last month |
[14:35:46] | octavsly: | justinh: mine is 2 yers only |
[14:35:53] | patdk-wk: | as my last one was 3 years old, and needed rebooting ever 2 weeks :( |
[14:35:54] | sudo_technician: | Friend wants me to setup security camera's up in a bar |
[14:35:54] | justinh: | it had a spat where it looked like it was dying, but cleaning the ram contacts has brought it back to life |
[14:36:18] | justinh: | sudo_technician: so don't use mythtv. get ZONEMINDER |
[14:36:30] | sudo_technician: | will check it out |
[14:36:36] | AndyCap: | justinh: but zoneminder doesn't have commercial flagging. |
[14:36:43] | justinh: | I went out & bought replacement hardware for it which is currently my (inactive) dev box :) |
[14:36:47] | sudo_technician: | no commercials here |
[14:36:51] | justinh: | but mythtv isn't a CCTV app |
[14:36:55] | justinh: | not even remotely like one |
[14:36:58] | justinh: | zoneminder IS |
[14:37:17] | sudo_technician: | need a multi-camera(5–10) |
[14:37:20] | patdk-wk: | the only cctv like ability mythtv has is pip |
[14:37:23] | justinh: | sudo_technician: ZONEMINDER |
[14:37:31] | AndyCap: | justinh: it was a joke. |
[14:37:50] | justinh: | AndyCap: never underestimate people who venture into this channel ;-) |
[14:37:52] | sudo_technician: | wanted to use RG6 instead of cat5e transfer to server |
[14:38:13] | justinh: | sudo_technician: cat5 is cheaper. use baluns for the analogue video |
[14:38:16] | sudo_technician: | any suggestions on a decent Video input card |
[14:38:24] | justinh: | sudo_technician: see the ZONEMINDER website |
[14:38:35] | sudo_technician: | thanks justinh |
[14:38:40] | justinh: | there are specialised cards for multiple channel video capture |
[14:38:55] | sudo_technician: | cool, will check out |
[14:39:21] | justinh: | if you want full res full framerate recording across all inputs it might get expensive |
[14:39:31] | justinh: | might be cheaper to just buy a box from Taiwan |
[14:40:37] | justinh: | FWIW though, CCTV worth having is *expensive* |
[14:40:56] | patdk-wk: | cctv with audio is defently nice though |
[14:41:18] | justinh: | in terms of evidence & actual usability you need very good quality cameras, very well lit |
[14:41:40] | patdk-wk: | and I would say atleast 10–15fps |
[14:41:56] | sudo_technician: | wow, nice suggestion...will most likely be headed in that direction...a motion detection variable is a great feature |
[14:41:58] | patdk-wk: | I really hate these 1fps cctv things |
[14:42:42] | justinh: | patdk-wk: a customer of ours installed a system at a money handling depot. it got raided & we sent a techie down to help extract evidence. Turned out the cash counting area cameras were on 1fps |
[14:43:13] | justinh: | and the loading bay cameras had very wide angle lenses which meant nobody could read the vehicle number plates |
[14:43:15] | sudo_technician: | if using for a business, any idea on a price for a license |
[14:43:18] | patdk-wk: | hardly usable video? |
[14:43:24] | patdk-wk: | like only 2 or 3 usable frames? |
[14:43:29] | justinh: | patdk-wk: precisely |
[14:43:38] | justinh: | sudo_technician: zoneminder is GPL |
[14:44:05] | justinh: | you could even sell boxes using it & not have any fees to pay |
[14:44:10] | AndyCap: | sudo_technician: I'm sure they'd appreciate a donation though. |
[14:44:24] | sudo_technician: | so no need for a license, just give what you want |
[14:44:32] | ivor: | justinh: numptyville cctv installation. when a PC visited to check my cctv once his jaw dropped. :) |
[14:44:52] | justinh: | ivor: jaws drop when they see mine too & it's just thrown together |
[14:45:03] | jya (jya!n=avenardj@60-242-40-141.static.tpgi.com.au) has quit () | |
[14:45:16] | ivor: | justinh: mutting something unprintable about the systems in the high-street. |
[14:45:23] | justinh: | they look puzzled when you tell them they won't be able to see an event from 2 months ago when the cameras were looking the wrong way |
[14:45:45] | justinh: | ivor: oh gawd, the one I have would cost the best part of a grand for the DVR alone |
[14:46:11] | justinh: | it's not great either but miles ahead of the boxes from Taiwan |
[14:46:42] | patdk-wk: | how much bitrate does yours record? |
[14:46:47] | justinh: | the majority of those record quads to disk. which is to say, they split 4 cameras onto the screen & record that image to disk. to look at a single camera they zoom into a quadrant |
[14:46:51] | justinh: | patdk-wk: 50k jpeg |
[14:46:54] | ivor: | justinh: running zoneminder? |
[14:47:05] | patdk-wk: | I mean, how many megs per second or whatever |
[14:47:06] | justinh: | mpeg is NOT a good idea for CCTV |
[14:47:37] | justinh: | 50KB x 4 * 25 |
[14:47:39] | patdk-wk: | I'm more thinking for offsite backup |
[14:48:00] | AndyCap: | justinh: what's wrong with mpeg? |
[14:48:06] | justinh: | AndyCap: motion artifacts |
[14:48:25] | justinh: | think about it. you want loads of storage time so they crank the bitrate down |
[14:48:35] | justinh: | aaand the majority of events cctv capture happen pretty damn quickly |
[14:48:53] | justinh: | like the ones you're interested in ;-) |
[14:49:17] | AndyCap: | so nothing wrong with mpeg as such, just people doing it wrong? |
[14:49:45] | justinh: | yeah. customers want ever increasing storage times |
[14:49:50] | amidaniel (amidaniel!n=amidanie@wikipedia/AmiDaniel) has quit ("leaving") | |
[14:49:57] | justinh: | mostly to protect them from false litigation |
[14:50:09] | patdk-wk: | 40mbit :( for justinh |
[14:50:28] | justinh: | e.g. old dear says she slipped in a shopping centre on $date. centre looks up CCTV records for $date & disproves the fact she fell ;-) |
[14:50:42] | gregL (gregL!n=greg@cpe-67-246-41-80.nycap.res.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[14:51:17] | justinh: | so yeah they prevent crime alright ;-) |
[14:51:31] | gregL (gregL!n=greg@cpe-69-204-183-188.nycap.res.rr.com) has joined #mythtv-users | |
[14:52:04] | justinh: | but they don't stop 2 guys breaking into your house AFTER they both look directly into the cameras & making off with valuables & one of your cars. I know :-( |
[14:52:20] | ivor: | justinh: and I can check on the state of the snow at home from work... :) |
[14:52:21] | AndyCap: | nah, why would that stop them? |
[14:52:22] | ivor: | justinh: ouch. |
[14:52:31] | AndyCap: | any more than longer prison sentences. |
[14:52:40] | AndyCap: | all for nothing if nobody bothers to look for you |
[14:52:45] | justinh: | ivor: yeah mine is handy for that too |
[14:52:58] | atmos4 (atmos4!n=sunset@ip-95-222-82-17.unitymediagroup.de) has joined #mythtv-users | |
[14:53:06] | atmos4: | hi |
[14:53:13] | justinh: | AndyCap: they took 3 mobile phones too, all active. cops coulda traced them in next to no time |
[14:53:34] | justinh: | friend of my wife was going out with a cop. happened to them & they had a helicopter after em |
[14:53:35] | AndyCap: | justinh: on the other side I'm sure your cctv will provide the cops with enough rope to hang you should they feel like it |
[14:53:53] | justinh: | AndyCap: they'd never recover the data from the HDD, I'd make sure of it |
[14:54:14] | AndyCap: | if you see them coming. |
[14:54:22] | atmos4: | someone can recommend an USB DVB-C adapter with ci-slot that works with mythtv? |
[14:54:28] | ivor: | AndyCap: of course he would! he's got cameras. :) |
[14:54:34] | justinh: | atmos4: the question is more whether or not it works in linux |
[14:54:53] | ivor: | atmos4: an dfor that... the linuxtv.org wiki |
[14:54:58] | devinheitmueller (devinheitmueller!n=dheitmue@208.51.239.218) has joined #mythtv-users | |
[14:55:01] | AndyCap: | justinh: and if you destroy the data, claim it's encrypted and lock you up until you prduce the key. |
[14:55:03] | atmos4: | thx I'll take a look |
[14:55:33] | atmos4: | sadly pci is not an option with my nvidia ion system |
[14:55:44] | AndyCap: | atmos4: answer: none. :P or possibly technotrend CT-3650 CI, but haven't heard anything about the driver since november 2009 |
[14:56:01] | AndyCap: | atmos4: apart from DVB-T worked, DVB-C and CI did not |
[14:56:12] | justinh: | atmos4: maybe think about assembling a cheap & dirty backend machine then :-) |
[14:56:20] | atmos4: | AndyCap: yea, I found that card, but no clear statements on linux support |
[14:56:28] | atmos4: | naa |
[14:56:30] | justinh: | one of mythtv's greatest strengths is its architecture |
[14:56:42] | atmos4: | I could use a riser card and drill a holeinto the case for the antenna |
[14:56:47] | justinh: | FWIW with only ONE tuner you might as well have NO tuner IME |
[14:56:50] | atmos4: | but it be very little space |
[14:56:57] | atmos4: | have to find a very flat riser card |
[14:57:24] | justinh: | or make a proper combined FE & BE system, then hide it :-) |
[14:57:36] | atmos4: | actually I'm mostly looking to be able to occasionally watch the dvb-c I have anyways |
[14:57:46] | atmos4: | because my receiver can't connect via hdmi |
[14:57:49] | AndyCap: | atmos4: not clear enough? http://www.linuxtv.org/pipermail/linux-dvb/20 . . . /032464.html |
[14:57:55] | atmos4: | so no go with my projector |
[14:57:55] | KraMer (KraMer!n=mark@adsl-70-240-197-64.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[14:59:07] | justinh: | ivor: yeah we got burgled. CCTV images were useless cos a) it was dark and b) the IR illumination produces such a fake image |
[14:59:53] | atmos4: | dvb-c without ci won't help much, because I can only receive channels with the card |
[14:59:56] | ogreinside (ogreinside!n=vinny@cpe-72-179-43-115.austin.res.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[15:00:04] | ivor: | I've got some big IR lamps on order. was hoping fit them this weekend butI think the snow's put paid to that. |
[15:00:18] | justinh: | ivor: I'd go with visible light |
[15:00:23] | justinh: | no false colours |
[15:00:31] | justinh: | you can't even tell skin colour with IR |
[15:00:43] | AndyCap: | Calling all cars, 4 glowing men wanted for burglary. |
[15:01:05] | justinh: | is that guys coat red, grey or black? I dunno, they all look the same on those night mode cameras! |
[15:01:16] | ogreinside (ogreinside!n=vinny@cpe-72-179-43-115.austin.res.rr.com) has joined #mythtv-users | |
[15:01:21] | ivor: | nah don't want big floodlamps going off at the front. I might put some around the inside of the property though. |
[15:01:40] | ivor: | besides I reckon there's a bit of a detterrent to a big red IR lamp glowing. :) |
[15:01:45] | syamajala (syamajala!n=syamajal@c-76-119-52-223.hsd1.ma.comcast.net) has joined #mythtv-users | |
[15:01:45] | AndyCap: | floodlamps are excellent. they put a scare into you |
[15:01:48] | justinh: | all CCTV is really good for is proving something happened. not that a particular person did it |
[15:01:51] | AndyCap: | or so I'v heard... |
[15:01:59] | patdk-wk: | huge floods going on scare the crap out of people |
[15:02:06] | patdk-wk: | besides blinding them for a few seconds |
[15:02:16] | justinh: | unless you absolutely go nuts with camera with narrow fields of view |
[15:02:43] | patdk-wk: | heh, can't locate any nice hd cctv's? :) |
[15:02:59] | justinh: | not at a price I can afford, no |
[15:03:10] | justinh: | we make a 2 megapixel network camera |
[15:03:16] | justinh: | no use in low light, and about 2 grand a pop |
[15:03:26] | justinh: | stunning in daylight though |
[15:03:28] | Easy_Rider9999 (Easy_Rider9999!n=Miranda@91.34.54.133) has quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") | |
[15:03:53] | justinh: | samsung are doing a 5 megapixel IP cam now. won an award for it at IFSEC last year |
[15:06:16] | Kunalagon (Kunalagon!n=Kunalago@pc3.telekom.yu) has quit ("Leaving.") | |
[15:07:49] | justinh: | ahh more 'light snow' forecast for 9pm tonight |
[15:08:19] | ivor: | is that where light== 6 inches? |
[15:08:28] | justinh: | apparently |
[15:09:26] | rambo3: | ниггер |
[15:09:49] | ivor: | its an ongoing meme. |
[15:10:00] | rambo3: | јес |
[15:12:40] | justinh: | "light snow shower" http://www.youtube.com/watch?v=eOwEGyNXsXw |
[15:13:30] | ** ivor waits for the flames from canadians/alaskans/siberians/eskimos... ** | |
[15:13:44] | justinh: | heh |
[15:13:46] | Elwell: | trouble with cctv systems is you need badged ones to keep in sewer ants happy :-( |
[15:13:55] | Elwell: | certainly for commercial |
[15:14:01] | justinh: | ivor: or merkins even ;-) |
[15:15:08] | justinh: | Elwell: more so for evidencial purposes |
[15:15:13] | Elwell: | even if the ones that 'certain large vendor' (name rhymes with flubb) rebadges are sh*t cos they expect to be able to run 4*4 camera cards onto a PCI bus... |
[15:15:18] | justinh: | our stuff watermarks every recorded image |
[15:15:31] | Elwell: | and wonder why it has crappy IO |
[15:15:45] | justinh: | yeah it's best when the compression is on the card |
[15:16:11] | justinh: | our stuff has video decoders going direct into codecs |
[15:17:30] | davidm1 (davidm1!n=David@nat/ti/x-haufvjvyqpxxwptw) has joined #mythtv-users | |
[15:17:48] | superdump (superdump!n=rob@unaffiliated/superdump) has quit ("Leaving") | |
[15:17:54] | justinh: | one box we make has 32 codecs. one codec per camera input. it's not cheap :) |
[15:18:33] | justinh: | each codec can do mjpeg (for disk recording) and mpeg4 (for network streaming/remote monitoring) at the same time |
[15:20:14] | ** Elwell really liked one make of kit – can't remember who it was now. Miles better than the chubb crap ** | |
[15:20:18] | octavsly: | what would be the bit rate? |
[15:20:26] | octavsly: | for both mpeg and mpeg4 |
[15:20:50] | justinh: | up to 2Mbps for the mpeg4 |
[15:21:02] | octavsly: | VGA resolution? |
[15:21:03] | justinh: | & I think the jpeg goes up to 75k |
[15:21:11] | justinh: | 2CIF |
[15:21:51] | justinh: | oops 4CIF |
[15:22:04] | octavsly: | and the 2Mbps is for all camera |
[15:22:07] | octavsly: | cameras |
[15:22:15] | justinh: | no per camera if you want it that high |
[15:22:32] | octavsly: | isn't that a bit high? |
[15:22:52] | octavsly: | especially for mpeg4 |
[15:23:13] | justinh: | I just said UP TO. I didn't say anybody recommends people use that |
[15:23:29] | octavsly: | aa... commercial presentation :-) |
[15:23:33] | justinh: | as I said earlier customers go for storage time |
[15:24:10] | justinh: | unlike casino clients. who want full frame rate AND long retention time ;-) |
[15:24:49] | octavsly: | :-) |
[15:25:10] | octavsly: | maximum fps is 30? |
[15:25:25] | Elwell: | 'digital sprite 2' |
[15:25:31] | Elwell: | foundit :-) |
[15:32:18] | justinh: | no, they're the way old stuff# |
[15:32:45] | npm (npm!n=npm@cpe-75-83-177-199.socal.res.rr.com) has quit (Read error: 110 (Connection timed out)) | |
[15:33:28] | justinh: | digital sprite 2 was new when I started here 8 years ago |
[15:38:37] | GlemSom (GlemSom!n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has quit ("Leaving") | |
[15:45:51] | Essobi (Essobi!n=Essobi@74-133-145-112.dhcp.insightbb.com) has quit (Read error: 110 (Connection timed out)) | |
[15:47:16] | rushfan73 (rushfan73!n=rushfan@adsl-76-241-101-62.dsl.bcvloh.sbcglobal.net) has quit ("Lost terminal") | |
[15:48:48] | andreax (andreax!n=andreaz@p57B95EFC.dip.t-dialin.net) has joined #mythtv-users | |
[15:52:29] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Read error: 54 (Connection reset by peer)) | |
[15:53:01] | sircolin (sircolin!n=sircolin@my83-216-68-241.mynow.co.uk) has joined #mythtv-users | |
[15:53:31] | rambo3 (rambo3!n=programm@212.247.61.227) has quit ("Ex-Chat") | |
[15:54:16] | olejl1 (olejl1!n=olejl@95.66.74.24) has quit (Read error: 110 (Connection timed out)) | |
[15:55:14] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Connection timed out) | |
[15:55:43] | olejl (olejl!n=olejl@95.66.74.24) has joined #mythtv-users | |
[15:55:50] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
[16:01:14] | Elwell: | Query failed: Table './thetvdb/tvepisodes' is marked as crashed and last (automatic?) repair failed |
[16:01:20] | Elwell: | 'wasn't me!' |
[16:01:23] | cal_ (cal_!n=cal@yossman.net) has left #mythtv-users () | |
[16:01:40] | Elwell: | justinh: yeah I've not had to touch CCTV for 4 years |
[16:02:28] | justinh: | Elwell: mysqlcheck ? |
[16:02:40] | justinh: | killall firefox |
[16:02:43] | justinh: | d'oh |
[16:03:33] | ivor: | justinh: a reasonable sentiment. |
[16:03:53] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
[16:05:39] | justinh: | it's the least sucky of all the browsers I've used on linux so far though :) |
[16:05:56] | justinh: | in terms of displaying websites reasonably I mean |
[16:07:10] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
[16:07:18] | Elwell: | justinh: 's not here – thetvdb appears to have fallen over again |
[16:08:03] | justinh: | ah |
[16:08:21] | justinh: | got pretty popular pretty quickly, they did |
[16:08:37] | ** justinh blames the eye emm dee bee ** | |
[16:08:45] | justinh: | more specifically, Amazon |
[16:16:49] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit ("ZNC by prozac - http://znc.sourceforge.net") | |
[16:17:48] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
[16:18:37] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
[16:22:25] | octavsly (octavsly!n=octavsly@static.ip-80-255-245-177.signet.nl) has quit (Read error: 110 (Connection timed out)) | |
[16:27:21] | hpeter (hpeter!n=hpeter@250-203.5-85.cust.bluewin.ch) has quit () | |
[16:36:10] | Defense|Twin (Defense|Twin!n=jepz@e177224245.adsl.alicedsl.de) has joined #mythtv-users | |
[16:36:25] | stoffel (stoffel!n=quassel@p57B4F9BE.dip.t-dialin.net) has joined #mythtv-users | |
[16:36:25] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[16:40:36] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
[16:47:39] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has joined #mythtv-users | |
[16:47:49] | AndyCap: | so, is there any country that's not prone to moral-panic attacks? |
[16:49:20] | ivor: | i think you're confusing "country" with "media" |
[16:52:46] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit ("ZNC by prozac - http://znc.sourceforge.net") | |
[16:59:00] | syamajala (syamajala!n=syamajal@c-76-119-52-223.hsd1.ma.comcast.net) has quit ("Leaving...") | |
[17:02:00] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has joined #mythtv-users | |
[17:08:20] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit ("ZNC by prozac - http://znc.sourceforge.net") | |
[17:10:53] | immudium (immudium!n=immudium@host-236.pl109847-1.fiber.net) has joined #mythtv-users | |
[17:17:35] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Read error: 113 (No route to host)) | |
[17:19:55] | dherde (dherde!n=dherde@216.248.52.108) has joined #mythtv-users | |
[17:25:04] | iamlindoro: | TVDB is fragile right now because it's running on skeleton hardware while they attempt to bring up the new hardware/API/architecture this weekend |
[17:29:18] | Dubstar_04 (Dubstar_04!n=sandal@cpc1-warr4-0-0-cust655.bagu.cable.ntl.com) has quit ("Leaving.") | |
[17:33:16] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit (Read error: 110 (Connection timed out)) | |
[17:35:31] | Essobi (Essobi!n=Essobi@74-133-145-112.dhcp.insightbb.com) has joined #mythtv-users | |
[17:42:24] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
[17:42:27] | Goga777 (Goga777!n=Goga777@shpd-92-101-152-12.vologda.ru) has joined #mythtv-users | |
[17:48:51] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has joined #mythtv-users | |
[17:51:06] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit ("Leaving...") | |
[17:51:22] | Shadow__X (Shadow__X!n=jose@unaffiliated/shadowx/x-411846) has quit (Read error: 60 (Operation timed out)) | |
[17:51:38] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
[17:51:58] | Shadow__X (Shadow__X!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has joined #mythtv-users | |
[18:01:37] | Beirdo: | !list |
[18:02:17] | iamlindoro: | Needs more attack verbs |
[18:02:19] | iamlindoro: | ;) |
[18:02:28] | Beirdo: | heh |
[18:02:47] | Beirdo: | maybe later. I've been working on redoing the fulltext search using CLucene |
[18:02:50] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit ("ZNC by prozac - http://znc.sourceforge.net") | |
[18:02:57] | Beirdo: | almost ready to deploy it :) |
[18:03:19] | Beirdo: | fulltext searching in mysql is slow, and the index takes nearly an hour to rebuild |
[18:03:34] | iamlindoro: | very cool |
[18:03:41] | Beirdo: | it is roughly 3.8M entries |
[18:04:27] | Beirdo: | but first I need to implement an importer that will pull the data from mysql |
[18:04:40] | Beirdo: | and then I need to get it working from PHP too :) |
[18:04:50] | Beirdo: | fun times |
[18:05:01] | iamlindoro: | Nice to see progress on it, though |
[18:05:30] | Beirdo: | Three Kings Day was productive :) |
[18:06:00] | iamlindoro: | Now we just need an action to build a google query for someone ;) |
[18:06:08] | Beirdo: | also want to embed ruby so we can use ruby scripts instead of or as well as lua |
[18:06:11] | iamlindoro: | !googleItYourDamnSelf Search Term |
[18:06:43] | Beirdo: | and I have someone who wants to help me abstract the database interface to allow for use of postgres |
[18:07:03] | Beirdo: | hehe. Hi, googlebot! |
[18:07:49] | Beirdo: | can you believe I wrote most of the bot back in 2006!? |
[18:07:55] | Beirdo: | how time flies |
[18:20:58] | atmos4 (atmos4!n=sunset@ip-95-222-82-17.unitymediagroup.de) has quit () | |
[18:21:10] | wagnerrp: | so python has depreciated their mutex lock calls, and when asked what to use when sharing between threads, youre yelled at for trying to use threading |
[18:21:42] | Beirdo: | that's OK, I'll yell at you for using python, so all is good :) |
[18:21:48] | Beirdo: | !url google |
[18:21:48] | MythLogBot: | google: http://www.google.com/ |
[18:21:55] | Beirdo: | nice, that works |
[18:21:58] | Beirdo: | muhahaha |
[18:22:05] | Beirdo: | I had forgotten about that plugin |
[18:22:27] | wagnerrp: | does text after the google get shoved into a search? |
[18:22:32] | atmos4 (atmos4!n=sunset@ip-95-222-82-17.unitymediagroup.de) has joined #mythtv-users | |
[18:22:40] | atmos4 (atmos4!n=sunset@ip-95-222-82-17.unitymediagroup.de) has quit (Client Quit) | |
[18:22:40] | Beirdo: | nope |
[18:22:45] | jams: | wagnerrp- lets face it python threading always seemed like an after thought |
[18:22:57] | Beirdo: | I may add that sometime though |
[18:23:40] | jams: | i have found threading using pyqt to be a bit more sane |
[18:24:01] | Beirdo: | pthreads in C works great for me :) |
[18:24:06] | ** Beirdo pats MythLogBot ** | |
[18:25:07] | wagnerrp: | mythlogbot is written in C? |
[18:25:32] | ** wagnerrp shudders at his last experience in attempting full text processing in C ** | |
[18:25:33] | Beirdo: | yup |
[18:25:54] | Beirdo: | all C. Except the LUA scripts (which are disabled here) |
[18:26:18] | Beirdo: | and the new CLucene interface (which is one file of C++ and needs some testing) |
[18:26:33] | Beirdo: | C is my friend :) |
[18:26:51] | Beirdo: | not sure how many threads are in it as running here... something like 10 |
[18:27:34] | wagnerrp: | i prefer C myself, but im just using it for number crunching |
[18:28:04] | Beirdo: | I could have used lex/yacc but I decided against it :) |
[18:28:06] | wagnerrp: | and even then i dont write my own threading, MPI handles all that for me |
[18:28:29] | Beirdo: | well, I wrote my own queues, binary trees, etc all using pthreads |
[18:28:40] | Beirdo: | about 2003\ |
[18:31:52] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has joined #mythtv-users | |
[18:32:43] | Beirdo: | actually wrote them for use in a traffic generator pumping close to 1Gbit/s of traffic through the queues, so I'm sure they are working perfectly :) |
[18:33:50] | Goga777 (Goga777!n=Goga777@shpd-92-101-152-12.vologda.ru) has quit (Remote closed the connection) | |
[18:34:22] | mishehu: | Beirdo: you weirdo, stop molestering the bot :-) |
[18:34:30] | Beirdo: | heya... |
[18:34:50] | mishehu: | these days you can't make physical contact, or even pseudo physical contact :-) |
[18:35:07] | ** Beirdo kicks MythLogBot square in the nuts ** | |
[18:35:14] | Beirdo: | good bot. |
[18:35:15] | mishehu: | that's assault |
[18:35:25] | Beirdo: | it likes it |
[18:35:31] | wagnerrp: | no, thats battery |
[18:35:37] | wagnerrp: | assault is just threatening someone |
[18:35:38] | mishehu: | I'm sure it's got a terrible pain in all its groin diodes now. |
[18:35:45] | Beirdo: | for the bot, it's foreplay |
[18:35:48] | Beirdo: | hehe |
[18:36:01] | mishehu: | wagnerrp: ah yeah, but battery is how it is powered too |
[18:36:05] | mishehu: | unless it's a bender unit |
[18:36:33] | Goga777 (Goga777!n=Goga777@shpd-92-101-152-12.vologda.ru) has joined #mythtv-users | |
[18:36:38] | Beirdo: | anyways, I'm gonna be transferring the fulltext indexing from mysql to clucene tonight if all goes well |
[18:37:06] | Beirdo: | and if it works right, removing the 480MB fulltext index from mysql so I don't have to keep repairing the dang thing |
[18:38:16] | Beirdo: | so this bot will be getting an upgrade soon :) |
[18:46:33] | MaverickTech (MaverickTech!n=Maverick@111.86.233.220.static.exetel.com.au) has quit (Read error: 113 (No route to host)) | |
[18:50:08] | amidaniel (amidaniel!n=amidanie@wikipedia/AmiDaniel) has joined #mythtv-users | |
[18:50:17] | amidaniel: | Is there anyway to leave a channel paused / continue watching a channel while switching back to the main menu? That is, without escaping out of it |
[18:51:03] | wagnerrp: | you can hit 'r', and then go back to it in watch recordings |
[18:51:15] | patdk-wk: | use a second frontend? |
[18:51:18] | wagnerrp: | but no, there is currently no way to leave livetv without terminating the livetv session |
[18:51:36] | ** patdk-wk will have to remember r :) ** | |
[18:51:37] | wagnerrp: | and there is no way to migrate a livetv session to a second frontend |
[18:51:45] | patdk-wk: | I normally go into the guide and click record there |
[18:51:51] | amidaniel: | Aha, that'll do it |
[18:51:53] | amidaniel: | Thx :) |
[18:52:13] | wagnerrp: | hitting 'r' has the advantage of keeping all your existing livetv buffer |
[18:52:24] | wagnerrp: | where if you record from the guide, you start a new recording |
[18:52:34] | patdk-wk: | ya, I don't do it very often, maybe *once* a year |
[18:53:02] | patdk-wk: | I only watch livetv if I'm home sick for a few days |
[18:54:07] | amidaniel: | ... brings me to a new question. My remote maps the record button as Ctl+R, and I can't find anyway to change it to just r (e.g., through xmodmap). Can I change the record key to Ctl+R (which I can't find anywhere in this lengthy edit keys list) |
[18:54:35] | cattelan is now known as cattelan_away | |
[18:55:59] | Slim-Kimbo (Slim-Kimbo!n=Kimbo@host86-167-232-249.range86-167.btcentralplus.com) has joined #mythtv-users | |
[18:56:06] | dan4dm (dan4dm!n=dan@danstowell.demon.co.uk) has joined #mythtv-users | |
[18:56:18] | dan4dm (dan4dm!n=dan@danstowell.demon.co.uk) has left #mythtv-users () | |
[18:56:36] | robthebob (robthebob!n=rn114@cpc2-oxfd12-0-0-cust353.oxfd.cable.ntl.com) has joined #mythtv-users | |
[19:00:11] | amidaniel: | Wee ... found it. Togglerecord under TV playback. |
[19:00:40] | kormoc (kormoc!n=kormoc@unaffiliated/kormoc) has joined #mythtv-users | |
[19:00:40] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc | |
[19:07:09] | zarth (zarth!n=zarth@i-195-137-41-70.freedom2surf.net) has quit ("Leaving") | |
[19:08:47] | andreax1 (andreax1!n=andreaz@p57B94296.dip.t-dialin.net) has joined #mythtv-users | |
[19:10:36] | wilberfan (wilberfan!n=wilberfa@96-41-122-151.dhcp.mtpk.ca.charter.com) has quit (Remote closed the connection) | |
[19:12:40] | patdk-wk (patdk-wk!i=grsi@74-95-90-234-WashingtonDC.hfc.comcastbusiness.net) has quit (Read error: 113 (No route to host)) | |
[19:13:56] | trumee (trumee!n=trumee@117.197.25.18) has joined #mythtv-users | |
[19:14:48] | olejl: | Is there an easy way to delete all program info in the database? |
[19:15:00] | olejl: | (epg) |
[19:15:08] | patdk-wk_ (patdk-wk_!i=grsi@74-95-90-234-WashingtonDC.hfc.comcastbusiness.net) has joined #mythtv-users | |
[19:15:10] | trumee: | guys, how can i scan channels for PVR 250? i tried mplayer -vo /dev/video and it produces a noise. |
[19:15:30] | wagnerrp: | you cant scan analog |
[19:15:33] | patdk-wk_ is now known as patdk-wk | |
[19:15:45] | trumee: | i want to scan channels outside myth 0.22 since analog is broken in 0.22 |
[19:15:55] | patdk-wk: | heh? |
[19:16:20] | wagnerrp: | you cant import analog channels scanned externally either |
[19:16:20] | patdk-wk: | isn't that is what schedules direct is for? :) |
[19:16:35] | wagnerrp: | currently the only two options are SD (which doesnt work since youre in india) or manual entry |
[19:16:36] | trumee: | i tried various channels numbers using, ivtv-tune -c xx -d /dev/video0 but all of them give noise |
[19:16:41] | kormoc: | trumee: so you're asking us to google and give you urls? |
[19:16:44] | iamlindoro: | not unless they open a branch in India where he lives |
[19:17:16] | patdk-wk: | kormoc, that would be nice :) |
[19:17:19] | wagnerrp: | trumee: you may be trying to use the wrong frequency map |
[19:17:22] | trumee: | do i need to change the frequency type somewhere? |
[19:17:36] | trumee: | wagnerrp, yes that might be the case. |
[19:18:47] | trumee: | http://ivtvdriver.org seems to be down at the moment :( |
[19:19:05] | Gumby (Gumby!n=gumby@unaffiliated/gumby) has quit (Read error: 104 (Connection reset by peer)) | |
[19:19:17] | karl_k (karl_k!n=karl@213.47.43.12) has joined #mythtv-users | |
[19:20:03] | Shadow__X (Shadow__X!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has quit (Remote closed the connection) | |
[19:20:45] | karl_k: | hi all ! i have a problem with mythtv, it records programs with a title search rule that does not exist any more. |
[19:21:18] | wagnerrp: | the rule must exist, or else mythtv wouldnt be using it |
[19:21:19] | karl_k: | its recording smallville all the time whenever it finds it, but in the title search page i have long ago removed the rule |
[19:21:37] | karl_k: | its not in the database |
[19:21:49] | wagnerrp: | it has to be |
[19:22:08] | wagnerrp: | is it actually recording it? or is it just saying 'youve already recorded this episode once'? |
[19:23:18] | trumee: | ivtv-tune -t europe-west doesnt seem to do anything. is it the correct way to chaneg frequency map? |
[19:23:19] | karl_k: | its recording every screening, but mythconverg=>keyword does not contain the keyword any more |
[19:24:19] | wagnerrp: | but do you have a recording rule set for that show? |
[19:24:31] | stefanj (stefanj!n=stefan@81-178-37-229.dsl.pipex.com) has joined #mythtv-users | |
[19:25:27] | wagnerrp: | recording rules are stored in 'record' and shouldnt be edited manually anyway |
[19:26:05] | andreax (andreax!n=andreaz@p57B95EFC.dip.t-dialin.net) has quit (Read error: 110 (Connection timed out)) | |
[19:26:16] | karl_k: | you are right, i have a rule in there |
[19:26:27] | karl_k: | where can i delete that in the gui ? |
[19:26:45] | wagnerrp: | in 'manage recordings' |
[19:27:09] | trumee: | neither does ivtv-tune --freqtable="europe-west". Both display the options again. and ivtv-tune -l always shows us-cable. |
[19:27:12] | wagnerrp: | under upcoming recordings, just edit one instance of the show, and disable the rule |
[19:27:47] | jheizer (jheizer!n=jon@c-71-57-90-153.hsd1.il.comcast.net) has joined #mythtv-users | |
[19:28:14] | karl_k: | i am looking into manage recordings=>fulltextsearch=>title |
[19:28:27] | karl_k: | there i have all my other rules, but this one is not shown there |
[19:28:29] | trumee: | wagnerrp, any idea how to change the frequency map using ivtv-tune? |
[19:28:33] | wagnerrp: | nope |
[19:28:46] | wagnerrp: | karl_k: do you have mythweb installed? |
[19:28:50] | karl_k: | yes |
[19:29:04] | wagnerrp: | theres a page that gives you a big list of all recording rules |
[19:29:20] | trumee: | anybody else knows about ivtv-tune? |
[19:29:27] | wagnerrp: | just select the one in question, and mark it 'dont record' |
[19:29:56] | wagnerrp: | make that 'cancel this schedule' |
[19:30:06] | Shadow__X (Shadow__X!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has joined #mythtv-users | |
[19:31:26] | karl_k: | its listed in there as a title search, even though its not shown in the gui like all the other title searches |
[19:31:28] | karl_k: | weird |
[19:31:33] | anykey_: | Any idea why my some keys on my remote (especially Up/Down/Left/Right) are not working in the database configuration screen of mythfrontend? 'ircat mythtv' captures them fine (as Up/Down/Left/Right that is) |
[19:31:49] | karl_k: | i will remove it with mythweb, but i dont understand it |
[19:31:54] | karl_k: | thanks wagnerrp |
[19:32:47] | trumee: | nobody has used pvr-xx before? |
[19:33:25] | karl_k: | thanks a lot wagnerrp, that has worked, you solved a mystery ! Cheers ! |
[19:33:55] | kormoc: | trumee: sure, lots have, but noone has scanned |
[19:34:22] | trumee: | kormoc, i am struggling on how to change the frequency map. |
[19:34:53] | wilberfan (wilberfan!n=wilberfa@96-41-122-151.dhcp.mtpk.ca.charter.com) has joined #mythtv-users | |
[19:34:55] | trumee: | kormoc, also i want to change video standard to Pal-BG |
[19:35:16] | kormoc: | trumee: ivtvctl or similar might be of help |
[19:36:33] | trumee: | i dont have ivtvctl, only ivtv-ctl which seems to be different |
[19:38:26] | stefanj (stefanj!n=stefan@81-178-37-229.dsl.pipex.com) has quit ("Leaving.") | |
[19:39:54] | trumee: | xawtv doesnt even show any noise. i tried to change to Pal and Europe-west in xawtv. But dont know if it actually changed anything |
[19:40:19] | wagnerrp: | but youre not in western europe |
[19:42:25] | trumee: | wagnerrp, couple of years ago, i tried a pinnacle tv tuner and i think it worked with europe-west frequencies. But whether xawtv is actually changing the frequency map i am still not sure off. |
[19:43:29] | stoffel (stoffel!n=quassel@p57B4F9BE.dip.t-dialin.net) has quit (Remote closed the connection) | |
[19:46:34] | trumee: | aha!, i tried v4l2-ctl -s pal and now mplayer is showing a video feed |
[19:47:57] | _tux (_tux!n=Miranda@mnch-d9bdfd7b.pool.mediaWays.net) has joined #mythtv-users | |
[19:48:35] | trumee: | now is there a way to scan for channels on all frequencies? |
[19:49:06] | wagnerrp: | not through mythtv currently... externally? ive never used anything to scan analog |
[19:50:14] | trumee: | yes i want to scan externally. since i am on myth 0.22 |
[19:51:18] | trumee: | wagnerrp, if i install myth 0.21, will i be able to scan channels? i can then do an upgrade to mytht 0.22. |
[19:51:58] | wagnerrp: | i believe so |
[19:53:37] | trumee: | tvtime-scanner doesnt work. Gives an error "videoinput: Card failed to allocate capture buffers: Invalid argument" |
[19:58:15] | Led-Hed (Led-Hed!n=LedHed@68-189-95-197.dhcp.mghl.ca.charter.com) has joined #mythtv-users | |
[19:59:28] | sircolin (sircolin!n=sircolin@my83-216-68-241.mynow.co.uk) has quit ("Leaving.") | |
[20:01:08] | Led-Hed (Led-Hed!n=LedHed@68-189-95-197.dhcp.mghl.ca.charter.com) has quit (Client Quit) | |
[20:01:11] | trumee: | wagnerrp, ok installing mythtv 0.21 now. |
[20:08:53] | npm (npm!n=npm@cpe-76-170-208-244.socal.res.rr.com) has joined #mythtv-users | |
[20:15:22] | devinheitmueller: | trumee: tvtime does not work with boards that don't support the V4L2 MMAP method for accessing the video buffers. |
[20:15:39] | devinheitmueller: | (that's what that error means) |
[20:16:32] | gizmobay (gizmobay!n=gizmobay@ip98-165-206-1.ph.ph.cox.net) has joined #mythtv-users | |
[20:17:36] | trumee: | devinheitmueller, thanks. i am going to give a shot to myth 0.21 |
[20:17:47] | devinheitmueller: | ok |
[20:18:00] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit (Client Quit) | |
[20:25:50] | thefRont (thefRont!i=xelerato@suffers.from.internal-bleeding.de) has quit (Remote closed the connection) | |
[20:26:25] | gizmobay: | In mythmovie times, I'm getting a failed to process the grabber data error. |
[20:26:31] | gizmobay: | Am I missing a dependency |
[20:30:30] | wagnerrp: | gizmobay: apparently the site that provided data is no longer providing data |
[20:31:07] | gizmobay: | Aww thanks, I screwed up my system and thought I was missing a dep |
[20:35:36] | GlemSom (GlemSom!n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has joined #mythtv-users | |
[20:35:46] | _tux (_tux!n=Miranda@mnch-d9bdfd7b.pool.mediaWays.net) has quit (Client Quit) | |
[20:46:30] | gizmobay: | when I try to play a CD, I'm getting skips and buffer underrun. What could cause this? |
[20:58:38] | bobgill (bobgill!n=smileyfa@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[20:59:42] | programm1rq is now known as programmerq | |
[21:01:47] | bobgill_ (bobgill_!n=smileyfa@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Read error: 104 (Connection reset by peer)) | |
[21:03:10] | trumee: | ok, i downgraed to myth 0.21 and scanned all the channels. The video is working fine but there is no audio. |
[21:03:55] | trumee: | any idea what might be wrong. For broadcast standard i tried both Pal and Pal BG. But no luck. |
[21:05:37] | trumee: | The logs shows : AFD: Opened codec 0x833b5e0, id(MPEG2VIDEO) type(Video) |
[21:05:47] | trumee: | AFD: codec MP2 has 2 channels |
[21:05:56] | trumee: | AFD: Opened codec 0x837f4f0, id(MP2) type(Audio) |
[21:06:03] | trumee: | Opening audio device 'default'. ch 2(2) sr 48000 |
[21:06:11] | trumee: | Opening ALSA audio device 'default'. |
[21:06:18] | trumee: | mixer unable to find control Master 1 |
[21:06:59] | trumee: | VideoOutputXv: Desired video renderer '' not available. codec 'MPEG2' makes 'opengl,xv-blit,xshm,vdpau,xlib,' available, using 'opengl' instead. |
[21:07:12] | trumee: | is mixer1 unavilability an issue? |
[21:07:32] | amidaniel: | Man, this channel icon search interface sucks |
[21:08:03] | amidaniel: | trumee: Do you get sound from other things, or is it just myth that's lacking audio? |
[21:08:39] | trumee: | amidaniel, i am getting audio out with mplayer. |
[21:08:59] | trumee: | amidaniel, i tried play an mp3 with mplayer and sound is there. |
[21:09:56] | amidaniel: | Have you tried playing the video from your tuner card through an external player? (e.g., vlc /dev/video0) |
[21:12:21] | amidaniel: | Or playing videos recorded by myth with an external player |
[21:12:36] | davidm1 (davidm1!n=David@nat/ti/x-haufvjvyqpxxwptw) has quit ("Leaving.") | |
[21:13:32] | trumee: | mplyaer /dev/video0 also doesnt produce any sound. although it also says that 2 channel audio present. |
[21:13:52] | trumee: | could this be an ivtv setting as well? |
[21:16:04] | trumee: | kormoc, any idea? |
[21:17:06] | devinheitmueller: | trumee: try: /usr/bin/v412-ctl -d /dev/video0 --set-audio-input=0 |
[21:19:38] | trumee: | devinheitmueller, still no audio. i tried playing with mplayer /dev/video0 |
[21:19:47] | devinheitmueller: | try: /usr/bin/v412-ctl -d /dev/video0 --set-audio-input=1 |
[21:19:49] | amidaniel: | trumee: Have you tried changing channels? |
[21:19:56] | amidaniel: | ivtv-tune -c 2 or something |
[21:21:19] | dherde: | Good afternoon. I am trying to get a pinnacle HDpro stick running and I understand that I have to give scan a frequency parameter for it to start scanning for ATSC channels. (I think the program is actually 'scan' not inside mythtv) Does anyone know what I need to provide to the program? |
[21:22:34] | devinheitmueller: | dherde: http://linuxtv.org/wiki/index.php/Scan |
[21:23:13] | dherde: | Thanks.. |
[21:23:56] | trumee: | amidaniel, yes channel changig woks |
[21:24:02] | devinheitmueller: | dherde: you probably need something like this: scan /usr/share/doc/dvb-utils/examples/scan/atsc/us-ATSC-center-frequencies-8VSB |
[21:24:12] | trumee: | devinheitmueller, no luck with audio-input=1 either |
[21:24:20] | devinheitmueller: | (although the exact location of the frequencies file may differ depending on your distro) |
[21:24:48] | thefRont (thefRont!i=xelerato@suffers.from.internal-bleeding.de) has joined #mythtv-users | |
[21:25:42] | devinheitmueller: | trumee: I'm not sure then. I would probably have to play with my card to debug the issue. |
[21:26:18] | amidaniel: | trumee: And do you get sound after changing channels? The Google informs me that this was an issue with the 250 cards. |
[21:26:21] | devinheitmueller: | Also, did you set the standard correctly? On many of those cards, you cannot just say "PAL". You need to specify the exact standard if you want audio to work. |
[21:26:30] | amidaniel: | trumee: Also, dunno if it may be relevant: //www.opensubscriber.com/message/mythtv-users@mythtv.org/1263150.html" rel="nofollow">http://www.opensubscriber.com/message/mythtv- . . . 1263150.html |
[21:26:54] | devinheitmueller: | trumee: Yeah, you may wish to try the non-tuner input and see if the problem is specific to the coax input. |
[21:29:43] | davidm1 (davidm1!n=David@nat/ti/x-nvzzabthaayjecnz) has joined #mythtv-users | |
[21:30:33] | Tomasu (Tomasu!n=moose@S010600195b863efb.ed.shawcable.net) has quit (Remote closed the connection) | |
[21:34:10] | trumee: | amidaniel, devinheitmueller, ok there is an improvement. i have two pvr 250 cards. and i am getting audio on one of the cards. i tried audio-input=0 |
[21:34:28] | trumee: | the cards are different revisions of pvr 250. |
[21:35:49] | devinheitmueller: | Are they both for your region? I know there were different versions of the card which only worked with their respective standards. |
[21:36:23] | devinheitmueller: | ... unlike nowadays where most devices work in either NTSC or all variants of PAL (or both). |
[21:38:01] | croppa (croppa!n=stuart@135.27.233.220.static.exetel.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
[21:38:41] | trumee: | yes, they are both for BG standard (tuner label says that). is there any way to query this using software? |
[21:39:57] | croppa (croppa!n=stuart@135.27.233.220.static.exetel.com.au) has joined #mythtv-users | |
[21:40:23] | devinheitmueller: | Well, if it's printed on the label, then I don't think there's much value in querying the software. |
[21:41:11] | devinheitmueller: | If it's not working in mplayer either, then it's not a MythTV issue, so all I can suggest is you report it to the linux-media mailing list and hope a developer has the time/interest to debug it. |
[21:41:12] | iamlindoro: | Heh, guy in #mythtv that shouldn't be in #mythtv posted a youtube video showing off Myth running on an AppleTV... with *27* seconds to start liveTV |
[21:41:39] | iamlindoro: | only confirming what I have long said, that the AppleTV is a horrible, horrible frontend |
[21:42:10] | iamlindoro: | note that's 27 seconds from *click* on WatchTV to a picture appearing |
[21:42:13] | devinheitmueller: | iamlindoro: I cannot imagine why it would possibly take that long, even on an AppleTV platform. It's got to be some sort of bug or timing race in Myth. |
[21:42:24] | devinheitmueller: | (that only manifests itself on that hardware) |
[21:42:53] | iamlindoro: | devinheitmueller: Having set up the frontend on ATV four or so times, it's just woefully inadequate for pretty much everything |
[21:43:10] | trumee: | devinheitmueller, i am going to open the case to verify that again. But was wondering why does mplayer detect audio if the standard is wrong. |
[21:43:21] | iamlindoro: | even toggling menu items is measured in seconds |
[21:43:30] | devinheitmueller: | trumee: mplayer is just querying the v4l2 controls, which says that audio is an option. |
[21:43:42] | trumee: | devinheitmueller, i see. |
[21:43:54] | devinheitmueller: | Whenever mplayer connects to the device, it querys for the device capabilities, and the card advertises that it supports audio. |
[21:44:02] | devinheitmueller: | (regardless of whether it is actually working) |
[21:45:20] | devinheitmueller: | iamlindoro: once the livetv is loaded, does the video playback actually work in realtime? |
[21:45:39] | jya (jya!n=avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users | |
[21:45:46] | iamlindoro: | devinheitmueller: depending on the content it can, but generally speaking requires XvMC to be working |
[21:46:15] | devinheitmueller: | fair enough. I was just wondering if the 3d layer was working at all. If not, *that* could definitely slow down the UI. |
[21:46:20] | robthebob (robthebob!n=rn114@cpc2-oxfd12-0-0-cust353.oxfd.cable.ntl.com) has quit (Read error: 104 (Connection reset by peer)) | |
[21:46:20] | davidm1 (davidm1!n=David@nat/ti/x-nvzzabthaayjecnz) has quit (Remote closed the connection) | |
[21:47:10] | devinheitmueller: | Also, is this the OSX mythfrontend running on the appletv, or a Linux distro running on the hardware? |
[21:47:11] | iamlindoro: | devinheitmueller: I had consulting work for a guy who wanted a whole-home system installed, and though I cautioned him against the ATVs, he insisted on it-- He has his expectations set *way* too high for that hardware |
[21:47:13] | martin_ (martin_!n=martin@78.32.255.81) has quit (Nick collision from services.) | |
[21:47:26] | iamlindoro: | we went back through and replaced them all with AsRock ION boxes and how he's very happy |
[21:47:27] | jp-- (jp--!n=jp@76.65.226.213) has joined #mythtv-users | |
[21:47:34] | martin__ (martin__!n=martin@78.32.255.81) has joined #mythtv-users | |
[21:47:36] | jp--: | hi guys. I'm new to mythtv... how's that Live TV, does it use video streaming, like using the mms protocol or something? Because I saw it working on an apple tv and the apple tv didn't have any tv cards attached... http://www.youtube.com/watch?v=zHP0Llu1AH0 thank you guys for clarifying me this! :) |
[21:48:06] | iamlindoro: | devinheitmueller: In the above, in OS X (which surely adds to the slowness) |
[21:48:06] | devinheitmueller: | Like most software that isn't burnt in on a given hardware platform, it's probably just poorly optimized. Somebody would probably have to spend the time to gprof it and figure out where all the time is spent. |
[21:48:22] | iamlindoro: | devinheitmueller: admittedly native linux as I did it performs better |
[21:48:38] | iamlindoro: | though the ~1.5 second pause between buttonpresses was/is still present |
[21:48:50] | devinheitmueller: | iamlindoro: that's got to be some sort of bug. |
[21:49:06] | iamlindoro: | I expect it may be, though I'm not convinced it's in Myth |
[21:49:14] | devinheitmueller: | (for example a difference in POSIX versus BSD semantics for select() ) |
[21:49:45] | mcmoyer (mcmoyer!n=marlon@66.226.203.5) has quit () | |
[21:49:46] | iamlindoro: | devinheitmueller: Even on linux on it, it was just awful |
[21:50:00] | iamlindoro: | Were looking at 10–12 seconds for a liveTV start |
[21:50:03] | jp--: | :) |
[21:50:07] | devinheitmueller: | iamlindoro: weird. |
[21:50:15] | jp--: | iamlindoro, this was the right channel right? |
[21:50:15] | Tomasu (Tomasu!n=moose@S010600195b863efb.ed.shawcable.net) has joined #mythtv-users | |
[21:50:18] | iamlindoro: | those were some awkward seconds when I went to "demonstrate" |
[21:50:19] | jp--: | hehe |
[21:50:23] | iamlindoro: | jp--: correct |
[21:50:28] | trumee: | devinheitmueller, i am going to try one card at a time to check which one works. |
[21:50:30] | devinheitmueller: | iamlindoro: the hardware isn't *that* slow though, so it's got to be some sort of bug. |
[21:50:34] | jp--: | so, do you know the answer? :S |
[21:50:43] | iamlindoro: | MythTv uses its own native streaming protocol, and has a client/server architecture |
[21:50:43] | jp--: | ^^ |
[21:50:53] | jp--: | does it support mms? |
[21:50:56] | iamlindoro: | therefore you can do all the recording on one system, distribute it among many, etc. |
[21:51:00] | iamlindoro: | No, we don't use MMS |
[21:51:13] | trumee: | devinheitmueller, thanks for your inputs today. will get back on this later. |
[21:51:21] | devinheitmueller: | trumee: ok, good luck. |
[21:51:25] | jp--: | so the guy in the video had a server running mythtv to make live tv, right? |
[21:51:33] | wagnerrp: | devinheitmueller: yeah, it *should* have about as much power as a single core Atom |
[21:51:36] | jp--: | and the apple tv was the client |
[21:51:49] | iamlindoro: | jp--: correct |
[21:52:10] | devinheitmueller: | wagnerrp: I suspect this is a case where nobody has ever run a profiler against it. You would be amazed the crap you can find when you actually take the time to profile the code. |
[21:52:41] | jp--: | iamlindoro, do you know if there's a way to modify the mythtv client system to load mms urls and then stream them? |
[21:52:41] | devinheitmueller: | Show me a gprof report, and *then* let's talk about why it's so damn slow. |
[21:53:00] | iamlindoro: | None of the devs is insane enough to want to use an AppleTV, and nobody Insane enough to use an AppleTV is knowledgeable enough to profile it ;) |
[21:53:11] | devinheitmueller: | iamlindoro: I believe that is exactly the problem. |
[21:53:18] | davidm1 (davidm1!n=David@nat/ti/x-jxndngmxiqijivdi) has joined #mythtv-users | |
[21:53:30] | wagnerrp: | cant say ive ever profiled 'real' code, but i know ive stripped down some matlab routines from 25min to about 15sec by tinkering around in the profiler and restructuring the code |
[21:53:34] | devinheitmueller: | iamlindoro: Well, perhaps "situation" would be a better term than "problem", since I'm not sure I want to call it a problem. |
[21:53:39] | trumee (trumee!n=trumee@117.197.25.18) has quit ("Leaving") | |
[21:54:05] | iamlindoro: | jp--: Again, no, we don't do MMS. You *might* be able to use VLC to build an MMS playlist and act like an IPTV "tuner" but that's absolutely not guaranteed/supported/even likely to work for sure |
[21:54:16] | devinheitmueller: | iamlindoro: a simple misalignment between the people who care about that case working well and the people qualified to figure out why it is slow. |
[21:54:23] | jp--: | thanks iamlindoro :) |
[21:54:34] | iamlindoro: | jp--: np |
[21:54:57] | jp--: | the thing is that I wanted to build 10 foot user interface, and I really liked the mythtv interface |
[21:55:35] | iamlindoro: | jp--: The "right" way to solve it is to push for the patches for mms support to be included in ffmpeg, at which point adding support in Myth would be extremely trivial |
[21:55:47] | wagnerrp: | mms? microsoft media server? |
[21:55:48] | iamlindoro: | There were patches for such support several years ago, though they have not been applied |
[21:55:49] | devinheitmueller: | jp--: rather than asking the MythTV developers why they don't support MMS, how about you go to Microsoft and ask them why they don't support the MythTV protocol? It's about the same level of reasonableness. |
[21:56:10] | wagnerrp: | we were around first |
[21:56:11] | jp--: | devinheitmueller, I understand your concern and I support it too. |
[21:56:44] | devinheitmueller: | Probably also worth mentioning that MMS is deprecated. Nowadays Microsoft is doing RTSP. |
[21:56:49] | devinheitmueller: | http://en.wikipedia.org/wiki/Microsoft_Media_Server |
[21:56:58] | wagnerrp: | nevermind... seems the NetShow stuff has been around since NT4 |
[21:56:58] | jp--: | thanks iamlindoro, that gives me more clue about it |
[21:57:20] | iamlindoro: | np |
[22:00:24] | jp--: | iamlindoro, http://home.kabelfoon.nl/~moongies/streamtuned.html |
[22:01:11] | jp--: | an unofficial MythTv plugin that plays Internet audio and video streams :) |
[22:01:48] | iamlindoro: | That's just a frontend to mplayer, which does not work with any curent Myth code |
[22:02:26] | jp--: | oh ok, but it gives me some idea that I could use Mythtv interface to stream those videos using mplayer, right? |
[22:02:52] | wagnerrp: | does a 2GHz AMD64 playing back 40mbps mpeg2 seem possible? |
[22:03:01] | iamlindoro: | If you wrote a plugin to wrap it, which is a non-trivial undertaking |
[22:03:17] | iamlindoro: | It would be much, much easier just to dust off the old ffmpeg mms patches and get them accepted |
[22:03:20] | devinheitmueller: | wagnerrp: You've got a 40Mbps mpeg2 stream? |
[22:03:41] | jp--: | iamlindoro, thanks! :) |
[22:04:04] | iamlindoro: | not to mention it actually benefits others |
[22:04:05] | wagnerrp: | http://www.mythtv.org/wiki/HD_Playback_Reports#AMD_Processors , top item |
[22:04:06] | iamlindoro: | np |
[22:04:19] | devinheitmueller: | wtf |
[22:04:36] | wagnerrp: | devinheitmueller: its a bluray-rip, not digital tv |
[22:04:50] | devinheitmueller: | Did they transcode it from h.264? |
[22:05:00] | wagnerrp: | some bluray use mpeg2 |
[22:05:13] | wagnerrp: | ive got at least one thats mpeg2 |
[22:05:21] | devinheitmueller: | wagnerrp: really? I thought BluRay didn't support MPEG2 as a codec. |
[22:05:24] | iamlindoro: | Ugh, someone cleaned out a ton of the examples a while back |
[22:05:35] | wagnerrp: | mpeg2, h264, and vc-1 |
[22:05:38] | iamlindoro: | devinheitmueller: naw, many of the early ones used it-- h.264, MPEG-2, and VC1 |
[22:05:59] | iamlindoro: | I had a ~41 Mbit MPEG-2 example in there before someone decided to "clean up" |
[22:06:02] | devinheitmueller: | Yeah, I knew about H.264 and VC1. Didn't realize they required MPEG2 as well. |
[22:06:11] | iamlindoro: | "Click" on Bluy-ray |
[22:06:16] | iamlindoro: | right around 41 |
[22:06:24] | devinheitmueller: | Ick. |
[22:06:29] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
[22:07:00] | devinheitmueller: | Weird. Given how new the BluRay spec is, I had assumed everyone would be doing AVC. |
[22:07:45] | jp--: | iamlindoro, do you know how can I get the rev 21640 of MythTv? |
[22:07:51] | devinheitmueller: | (with perhaps using MPEG2 occasionally on SD content like behind the scenes reals etc) |
[22:08:07] | devinheitmueller: | (or legacy DVD content) |
[22:08:10] | iamlindoro: | jp--: check it out from SVN |
[22:08:22] | wagnerrp: | iamlindoro: gbee cleared out all the mplayer examples back in april |
[22:08:24] | jp--: | ok :) |
[22:08:49] | iamlindoro: | wagnerrp: yeah, I know, just had forgotten and never bothered to re-add them |
[22:09:34] | iamlindoro: | I remember being pretty irked about it at the time |
[22:10:08] | iamlindoro: | Then again, page started before you could just magically drop an nVidia card in to accomplish most content, so it's less of a useful tool any more |
[22:10:17] | wagnerrp: | why would you post your own example to that page, and mark it red for incorrect processor speed |
[22:10:30] | wagnerrp: | its *your* processor, you should know what speed it is |
[22:11:52] | jp--: | iamlindoro, i don't know how to get an specific rev of mythtv, do you know if it's possible to get that specific one |
[22:11:53] | jp--: | ? |
[22:12:42] | iamlindoro: | jp--: Yes, you should look up how to use subversion |
[22:12:59] | jp--: | key thanks! |
[22:13:26] | iamlindoro: | jp--: It's important to note that you are note going to be able to get any support for a version that ancient |
[22:13:58] | jp--: | it's ok, I just wanna play with it, nothing serious :) |
[22:14:10] | jp--: | if I can't make it work, I'll try another option |
[22:14:13] | jp--: | thanks ! |
[22:15:35] | wagnerrp: | Zut is a tool... |
[22:15:49] | faichele (faichele!n=faichele@p5DD5BC1A.dip.t-dialin.net) has quit (Remote closed the connection) | |
[22:17:43] | GlemSom (GlemSom!n=glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has quit (Remote closed the connection) | |
[22:20:05] | iamlindoro: | Zut is an exclamation like "Crap!" in French |
[22:20:15] | iamlindoro: | or "Rats!" is how they put it in textbooks, heh |
[22:21:40] | MaverickTech (MaverickTech!n=Maverick@111.86.233.220.static.exetel.com.au) has joined #mythtv-users | |
[22:21:49] | Goga777 (Goga777!n=Goga777@shpd-92-101-152-12.vologda.ru) has quit (Read error: 113 (No route to host)) | |
[22:26:52] | Slim-Kimbo (Slim-Kimbo!n=Kimbo@host86-167-232-249.range86-167.btcentralplus.com) has left #mythtv-users () | |
[22:29:28] | whiteley_ is now known as hackman | |
[22:31:01] | jheizer (jheizer!n=jon@c-71-57-90-153.hsd1.il.comcast.net) has quit ("Leaving") | |
[22:31:13] | Defense|Twin (Defense|Twin!n=jepz@e177224245.adsl.alicedsl.de) has quit (Remote closed the connection) | |
[22:31:24] | rooaus (rooaus!n=cameron@ppp118-209-168-47.lns20.mel6.internode.on.net) has joined #mythtv-users | |
[22:31:47] | andreax1 (andreax1!n=andreaz@p57B94296.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
[22:32:31] | rooaus1 (rooaus1!n=cameron@ppp118-209-96-27.lns20.mel4.internode.on.net) has quit (Read error: 60 (Operation timed out)) | |
[22:32:38] | ]Oscar (]Oscar!n=noname@net143-113.mclink.it) has joined #mythtv-users | |
[22:35:02] | cdpuk (cdpuk!n=chris@cdpuk.cdp.me.uk) has quit (Read error: 104 (Connection reset by peer)) | |
[22:35:53] | Dagmar: | Awesome. UPS says they delivered my package to someone who signed for it. |
[22:35:59] | node808 (node808!n=node808@204.153.52.3) has quit (Read error: 54 (Connection reset by peer)) | |
[22:36:04] | Dagmar: | THey say they delivered it to a woman. |
[22:36:07] | Dagmar: | I am not a woman. |
[22:36:37] | devinheitmueller: | Dagmar: are you sure? Have you taken a blood test? |
[22:36:41] | devinheitmueller: | :-p |
[22:36:46] | Dagmar: | I'm pretty sure the penis gives it away |
[22:36:51] | wagnerrp: | not always |
[22:37:48] | wagnerrp: | will they let you see the signature? |
[22:37:55] | wagnerrp: | or is it gibberish |
[22:38:05] | Dagmar: | I could care less. |
[22:38:22] | Dagmar: | I want them to make the driver go back to wherever he thought he was, and get my damn boxes |
[22:39:33] | hadees (hadees!n=hadees@66-90-245-77.dyn.grandenetworks.net) has quit (Read error: 54 (Connection reset by peer)) | |
[22:40:14] | hadees (hadees!n=hadees@66-90-245-77.dyn.grandenetworks.net) has joined #mythtv-users | |
[22:41:54] | dashcloud (dashcloud!n=quassel@pool-173-49-209-133.phlapa.fios.verizon.net) has joined #mythtv-users | |
[22:42:15] | Dagmar: | "Lan" from NewEgg was not trained well enough. |
[22:43:06] | sid3windr: | :-) |
[22:43:15] | sid3windr: | I had that too once |
[22:43:25] | sid3windr: | turns out driver went to a street that had the same first 5 letters |
[22:43:28] | sid3windr: | ours wasn't in his gps |
[22:43:33] | sid3windr: | so he took a best match. |
[22:43:34] | sid3windr: | :| |
[22:49:44] | nemith: | what frequencies do i need for over-the-air ATSC splitter? |
[22:50:49] | nemith: | I have some 5–1000mhz but i notice some going to 2400mhz |
[22:52:48] | iamlindoro: | 850 is the top end of ATSC IIRC |
[22:52:59] | nemith: | we'll i'll give it shot |
[22:53:01] | nemith: | thanks iamlindoro |
[22:53:06] | iamlindoro: | np |
[22:58:08] | wagnerrp: | i believe 2400MHz is only for satellites |
[22:58:27] | wagnerrp: | 5–1000 is standard cable band |
[22:59:45] | devinheitmueller: | ATSC is 54–860 MHz. |
[23:00:05] | ** iamlindoro was close ** | |
[23:00:17] | inordkuo (inordkuo!n=inorkuo@97.66.21.169) has quit (Read error: 110 (Connection timed out)) | |
[23:00:27] | iamlindoro: | darn me for not putting a tilde in front of it and claiming victory |
[23:00:32] | nemith: | hah |
[23:00:44] | nemith: | i just wanted to know if my 5–1000mhz would work and it looks good :) |
[23:01:09] | devinheitmueller: | Yeah, just watch out for how many dB you are going to lose because of the splitter. |
[23:01:44] | wagnerrp: | theoretical minimum is 3, cheap units will drop considerably more |
[23:02:09] | nemith: | i have one that lists 4db drop and the other is unknown |
[23:02:43] | devinheitmueller: | I actually typically chain together splitters in a series when I am doing testing because I am too cheap to buy an attenuator. |
[23:02:50] | jp--: | iamlindoro, i found out you can watch iptv channels, which is what I want, so mythtv can do what I want |
[23:02:58] | jp--: | http://www.mythtv.org/pipermail/mythtv-users/ . . . /192587.html |
[23:03:27] | iamlindoro: | jp--: That is not support for mms streams |
[23:03:37] | jp--: | hmm ok |
[23:03:40] | jp--: | :/ |
[23:03:52] | nemith: | the other is 3.3 to 3.8 depending on the frequence |
[23:03:53] | nemith: | y |
[23:05:38] | jp--: | iamlindoro, what would you recommend me to play mms urls on an 10 foot user interface on linux? program an interface similar to mythtv using what language and toolkit...? |
[23:05:58] | iamlindoro: | jp--: Couldn't tell you |
[23:06:25] | jp--: | :( |
[23:08:18] | jp--: | off topic: is it right to say in english "family makes me getting feet back on the ground"? is the grammar ok? |
[23:08:42] | iamlindoro: | No, don't know what that means :) |
[23:08:54] | iamlindoro: | what is your native language, and what is it in that language? |
[23:09:11] | jp--: | like get feet back on the ground, get you to your real life, what you really have |
[23:09:15] | jp--: | my native language is spanish |
[23:09:49] | iamlindoro: | to paraphrase, "My family is calling me back to real life" |
[23:10:09] | jp--: | hmm something like that, but i've read a lot this "get my feet back on the ground" |
[23:10:19] | jp--: | http://www.google.ca/search?hl=en&q=" . . . aq=f&oq= |
[23:10:22] | jp--: | i think it's correct |
[23:10:24] | iamlindoro: | to get your feet back on the ground in english is to become financially stable |
[23:10:27] | jp--: | do you think so? |
[23:10:31] | jp--: | ohhh |
[23:10:33] | jp--: | i get it! |
[23:10:36] | jp--: | thanks :) |
[23:10:39] | iamlindoro: | np |
[23:12:46] | jp--: | bye ! :) thanks for all. have a nice weekend. |
[23:13:30] | jp-- (jp--!n=jp@76.65.226.213) has quit ("Leaving") | |
[23:14:28] | ]Oscar: | I'm getting a lot of segmentation fault from frontend. Last lines in log are about "Failed to approve 'bobdeint'". Version is 23084 (from mythbuntu) |
[23:19:00] | Led-Hed (Led-Hed!n=LedHed@68-189-95-197.dhcp.mghl.ca.charter.com) has joined #mythtv-users | |
[23:20:43] | CyberKnet (CyberKnet!n=CyberKne@64.207.247.98) has quit (Read error: 110 (Connection timed out)) | |
[23:24:49] | pyther (pyther!n=pyther@unaffiliated/pyther) has joined #mythtv-users | |
[23:24:52] | pyther: | Hi |
[23:26:46] | pyther: | A 1.4Ghz celeron wouldn't be able to play hd files, could it? |
[23:27:37] | grokky (grokky!n=grokky@ppp118-209-206-52.lns20.mel6.internode.on.net) has joined #mythtv-users | |
[23:30:08] | nemith: | pyther: maybe with a nvidia card offloading some of the decoding |
[23:32:14] | karl_k (karl_k!n=karl@213.47.43.12) has quit (Read error: 60 (Operation timed out)) | |
[23:32:30] | devinheitmueller (devinheitmueller!n=dheitmue@208.51.239.218) has left #mythtv-users () | |
[23:38:39] | Dagmar: | Finally. The woman across the breezeway did sign for the things |
[23:38:46] | Dagmar: | UPS are still clueless |
[23:43:04] | pyther: | nemith, ok thanks |
[23:43:19] | pyther: | unfortunately this has an ati card :-/ |
[23:47:43] | Dagmar: | There's no PCIe or AGP port you could stick a real video card in? |
[23:47:48] | cal_ (cal_!n=cal@yossman.net) has joined #mythtv-users | |
[23:48:15] | pyther: | Dagmar, no its an old laptop |
[23:48:24] | Dagmar: | Ah then it's not playin' HD mostly |
[23:48:34] | pyther: | ya probably not, just figured it'd be nice |
[23:48:45] | Dagmar: | It'll probably play MPEG video of just about any resolution fine tho |
[23:48:58] | Dagmar: | h.264 streams, you can forget |
[23:49:31] | pyther: | All I get is OTA HD :-/ |
[23:50:05] | cal_: | what steps would it take to enable this in mythbrowser? http://svn.mythtv.org/trac/ticket/7363http:// . . . /ticket/7363 i've never tried to compile mythtv.. could i just download the mythbrowser source only, and compile it? |
[23:52:23] | Dagmar: | pyther: So unless you really need to watch it live, you can always transcode the video down to a more manageable format |
[23:52:39] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
[23:52:52] | Dagmar: | cal_: You *might*. Whether or not you can is anyone's guess |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.