MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (56):

aloril, Anssi, benklop, blahdodo, ChanServ, Chutt, clever, CyberJacob, davic, dym, eharris, ElmerFudd, enyc, frobnic, ghoti, gregl, GreyFoxx_, hampton, Hydr0p0nX, ijc, ikevin, jheizer, jpabq, jpharvey_, jya, kc, knowledgejunkie, libsci, MitchCapper, MythLogBot, ooshlablu, pppingme, ramshadow, rhpot1991, sdrik, sheedy, sphery, sraue, stuarta, tgm4883, Tobbe5178, toeb, tris, Warped, XDS2010|AFK, _charly_, MythBuild, mad_enz, amessina, dekarl1, peper03_, nephyrin, stuartm, tonsofpcs, markspieth|2, brfranse_
Friday, October 20th, 2017, 00:10 UTC
[00:10:43] tgm4883: Can someone look at this build failure https://launchpadlibrarian.net/341357439/buil . . . LDING.txt.gz
[00:33:43] amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv
[00:38:43] amessina (amessina!~amessina@unaffiliated/amessina) has quit (Remote host closed the connection)
[00:38:53] dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv
[00:39:05] dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 240 seconds)
[00:39:11] amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv
[01:59:51] mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CM00fc8d50aef0.cpe.net.fido.ca) has quit (Quit: Leaving)
[02:11:09] peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv
[02:12:30] mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CM00fc8d50aef0.cpe.net.fido.ca) has joined #mythtv
[02:14:29] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 252 seconds)
[04:13:29] hampton: The first error I see in there is: /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
[04:14:53] hampton: Then errors building mythplugins/mythgallery/mythgallery/glsingleview.o
[04:22:48] hampton: I hat to reconfigure to enable mythgallery, and my system compiles glsingleview.o cleanly. Did your mesa-libGL library update recently?
[06:16:24] SteveGoodey (SteveGoodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has joined #mythtv
[06:50:38] Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv
[07:45:40] stuarta: tgm4883: thanks for fixing smolt
[07:52:51] stuarta: tgm4883: the problem is that mythgallery's opengl code is written in opengl, and the arm systems normally use opengles, so gallery should not be attempted to build there (until such time as somebody can be bothered to port it)
[07:53:38] willcooke (willcooke!~willcooke@willcooke.plus.com) has joined #mythtv
[07:53:38] willcooke (willcooke!~willcooke@willcooke.plus.com) has quit (Changing host)
[07:53:38] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv
[07:54:38] stuarta: tgm4883: double checking the configure output however, and we have "OpenGL ES 2.0 no"
[07:55:47] stuarta: tgm4883: that build *still* has --enable-all in the plugins. please remove --enable-all
[08:37:24] SteveGoodey (SteveGoodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has quit (Quit: Konversation terminated!)
[08:38:49] warpme (warpme!~piotro@87-207-99-117.dynamic.chello.pl) has joined #mythtv
[08:41:51] warpme: jya: regardiong Your comment from 10/18 20:31:34 – pls be so kind and show me ANY patch in mm2 code related to LVR's "a massive set of changes". For reference pls look at: https://github.com/warpme/minimyth2/blob/mast . . . htv/Makefile
[08:47:24] warpme: regarding recent disussion about stuttering livetv playbak: many users saying that short press of pause solves problem. This means for me potential too-short prebuffering issue. I can even see this in my system: livetv usually has 1..3% of filled buffer – so any bottelnecks/logn buffering on data path (i.e. LAN congestion, etc) will casue buffer underrun and stutter in effect. Pressing pasue for 0.5..1sec makes buffer filling increase to 10.
[08:51:29] warpme: to improve livetv resiliency for data path congestions/bottelnecks. IIRC so tiny buffering (just few % of buffer space)I started to observe after JYA fixes for livetv chaining. IIRC there is constant in mythtv code defining livetv plabyack delay (this delay is time used to fill buffer) – but IIRC this variable stopped to influence buffering after JYA code changes....
[08:55:33] jya: warpme: didn't you apply all of LVR changes?
[09:05:48] stuarta: i wonder if the pause should relate to the amount of buffer fill. i doubt we have that feedback loop tho
[09:06:39] stuarta: we should add it, all the streaming services have it these days. they buffer enough at the start and everyone is used to it
[09:12:23] warpme: jya: mm2 has many LVR patches – but no single of them is livetv/playback related (except 1 or 2 related to playback user info). I remember I discovered like you – many problems with livetv and playback a/v sync – so all LVR work was reverted by me long time ago.
[09:16:48] warpme: stuarta: i think myth using simpler architecture here – not feedback based buffer filling – but rather constant defined delay time between buffer starts to receive data and player start to draw data. this is imho resonable compromise between complication and effectivness. i think that by some reason this buffer prefilling today not works as expected. you can verify this with playing code constant related to buffer prefiling and looking on
[09:17:09] warpme: correlation and ended with conclussion thet there is bug in code....
[09:17:31] stuarta: yes it does. might be time for that to change
[09:22:55] warpme: regarding LVR patches in mm2 – currently i applied mainly db caching (to speedup mythfrontend startup) and mythmusic (i.e. ripping cd in background). they are carefuly preselected with lot of regression testing and i'm preaty sure they are safe/stable (as all mm2 base usest them since years)...
[09:26:19] amessina (amessina!~amessina@unaffiliated/amessina) has quit (Remote host closed the connection)
[09:26:46] amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv
[09:51:36] warpme: stuarta, JYA: iirc i was playing with https://github.com/MythTV/mythtv/blob/84da057 . . . fer.cpp#L445
[10:12:42] amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!)
[10:42:40] SteveGoodey (SteveGoodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has joined #mythtv
[10:48:42] SteveGoodey (SteveGoodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has quit (Quit: Konversation terminated!)
[11:00:19] warpme (warpme!~piotro@87-207-99-117.dynamic.chello.pl) has quit (Quit: My damn controlling terminal disappeared!)
[11:30:17] markspieth (markspieth!~markspiet@CPE-124-188-72-98.facz1.ken.bigpond.net.au) has quit (Read error: Connection reset by peer)
[11:30:34] markspieth (markspieth!~markspiet@CPE-124-188-72-98.facz1.ken.bigpond.net.au) has joined #mythtv
[12:17:57] Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Ping timeout: 240 seconds)
[12:35:36] SteveGoodey (SteveGoodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has joined #mythtv
[12:42:33] ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:5f31:a0dc:3912:7070:8a2b) has quit (Remote host closed the connection)
[13:25:11] markspieth (markspieth!~markspiet@CPE-124-188-72-98.facz1.ken.bigpond.net.au) has quit (Ping timeout: 248 seconds)
[13:32:58] markspieth (markspieth!~markspiet@CPE-124-188-72-98.facz1.ken.bigpond.net.au) has joined #mythtv
[13:56:25] markspieth|2 (markspieth|2!~markspiet@CPE-124-188-72-98.facz1.ken.bigpond.net.au) has joined #mythtv
[13:58:47] markspieth (markspieth!~markspiet@CPE-124-188-72-98.facz1.ken.bigpond.net.au) has quit (Ping timeout: 248 seconds)
[14:08:18] tgm4883: stuarta: I could have sworn I removed that, let me look into that
[14:16:51] tgm4883: stuarta: as usual, you are correct. I only applied that to master. Just cherry-picked it to fixes/29 so it should be fixed today.
[14:50:03] stuarta: tgm4883: np
[15:04:26] ooshlablu (ooshlablu!~ooshlablu@50.234.38.126) has joined #mythtv
[15:58:52] gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 260 seconds)
[16:07:20] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 246 seconds)
[16:09:57] gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv
[16:12:18] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[16:20:13] peterbennett (peterbennett!~peter@2601:183:100:764c:d151:ea8b:a42:3941) has joined #mythtv
[16:25:07] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 260 seconds)
[16:25:18] peterbennett: Regarding livetv stuttering I have #12318 for that.
[16:25:18] ** MythLogBot http://code.mythtv.org/trac/ticket/12318 **
[16:26:49] peterbennett: I plan to work on it. I had thought the stuttering would resolve after a few seconds, evidently it does not unless you pause and resume..
[16:28:19] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[16:34:41] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 248 seconds)
[16:36:24] stuarta: right, i'm off for a few days, if anything breaks, get tgm4883 to fix it ;-)
[16:43:16] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[16:55:40] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies)
[16:56:02] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 260 seconds)
[17:02:51] peterbennett (peterbennett!~peter@2601:183:100:764c:d151:ea8b:a42:3941) has quit (Quit: Leaving.)
[17:25:37] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[17:40:15] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 248 seconds)
[17:44:28] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[18:01:09] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 258 seconds)
[18:13:32] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[18:17:24] peterbennett (peterbennett!~Peter@mythtv/developer/peterbennett) has joined #mythtv
[18:32:01] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 248 seconds)
[18:36:01] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[18:57:56] peterbennett (peterbennett!~Peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.)
[18:58:27] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 240 seconds)
[19:02:07] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[19:10:41] gigem: Does anyone know how to get kodi to recognize mythbackend as a upnp server? It used to work, but doesn't now. I suspected firewall issues, but stopping the firewall on both client and server didn't make a difference.
[19:26:25] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 248 seconds)
[19:27:48] rhpot1991 (rhpot1991!rhpot1991@ubuntu/member/rhpot1991) has quit (Ping timeout: 246 seconds)
[19:32:43] SteveGoodey: tgm4883: Looks like smolt is missing stuart a!
[19:36:21] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[19:39:36] rhpot1991 (rhpot1991!rhpot1991@2600:3c03::f03c:91ff:fef1:d0a2) has joined #mythtv
[19:39:37] rhpot1991 (rhpot1991!rhpot1991@2600:3c03::f03c:91ff:fef1:d0a2) has quit (Changing host)
[19:39:37] rhpot1991 (rhpot1991!rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv
[19:41:07] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 260 seconds)
[19:43:46] tgm4883: again!
[19:45:10] SteveGoodey: 'fraid so. Good practice for you over the next few days. :-)
[19:47:22] hampton: Couldn't we set up monit or some other system to restart it automatically?
[19:47:28] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[19:47:55] ** hampton knows nothing about smolt **
[19:52:21] Steve-Goodey (Steve-Goodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has joined #mythtv
[19:56:23] Steve-Goodey: Yay, it's back. Thanks.
[19:57:20] tgm4883: hampton: requires further investigation. IDK anything about monit, but it doesn't appear that smolt stops running, just that it stops responding
[20:01:15] Steve-Goodey: stuart a says it runs out of file descriptors, whatever that means.
[20:10:57] Steve-Goodey (Steve-Goodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has quit (Ping timeout: 240 seconds)
[20:17:06] Steve-Goodey (Steve-Goodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has joined #mythtv
[20:21:55] hampton: tgm4883: IDK much about monit either, but it looks like you can configure it to connect to a port, send a certain string, and expect a certain response. That should let it detect that smolt is hung.
[20:23:39] gigem (gigem!~david@mythtv/developer/gigem) has quit (Quit: WeeChat 1.9.1)
[20:27:26] gigem (gigem!~david@47.183.233.83) has joined #mythtv
[20:27:27] gigem (gigem!~david@47.183.233.83) has quit (Changing host)
[20:27:27] gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv
[20:35:51] Steve-Goodey (Steve-Goodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has quit (Quit: Konversation terminated!)
[20:36:03] Steve-Goodey (Steve-Goodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has joined #mythtv
[20:50:15] Steve-Goodey (Steve-Goodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has quit (Quit: Konversation terminated!)
[20:51:43] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 248 seconds)
[20:54:20] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[20:54:52] ooshlablu (ooshlablu!~ooshlablu@50.234.38.126) has quit (Remote host closed the connection)
[21:00:48] jpabq_ (jpabq_!~quassel@75-173-108-197.albq.qwest.net) has joined #mythtv
[21:03:57] jpabq (jpabq!~quassel@75-173-69-35.albq.qwest.net) has quit (Ping timeout: 260 seconds)
[21:08:33] SteveGoodey (SteveGoodey!~steve@host109-149-25-64.range109-149.btcentralplus.com) has quit (Quit: Konversation terminated!)
[21:14:07] jpabq_ (jpabq_!~quassel@75-173-108-197.albq.qwest.net) has quit (Ping timeout: 248 seconds)
[21:14:39] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 248 seconds)
[21:19:28] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[21:21:50] jpabq (jpabq!~quassel@75-173-112-190.albq.qwest.net) has joined #mythtv
[21:44:33] brfranse_ (brfranse_!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv
[21:46:32] brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 260 seconds)
[21:58:44] amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv
[22:09:45] amessina (amessina!~amessina@unaffiliated/amessina) has quit (Remote host closed the connection)
[22:10:44] amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv
[22:13:05] ooshlablu (ooshlablu!~ooshlablu@c-75-67-16-82.hsd1.ma.comcast.net) has joined #mythtv
[22:18:57] sraue (sraue!~stephan@kodi/staff/sraue) has joined #mythtv
[22:25:45] amessina (amessina!~amessina@unaffiliated/amessina) has quit (Remote host closed the connection)
[22:26:11] amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.