MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (49):

gregl, hampton, jya, k-man, KdW, markspieth, MythBuild, MythLogBot, MythNotifyBot, ooshlablu, Tobbe5178, Warped, xris, zbot, aloril, brfransen, ChanServ, eharris, frobnic, GreyFoxx, jheizer, jpabq, kalamaja, markspieth2, MitchCapper, peper03, poptix, pppingme, rhpot1991, sphery, tonsofpcs, _charly_, Anssi, dym, ElmerFudd, gigem, ijc, knowledgejunkie, libsci, mkbloke, Panic, ramshadow, sdrik, tris, RokLobsta, mad_enz, kwizart, Maliuta_[m], toddejohnson
Thursday, July 11th, 2019, 01:06 UTC
[01:06:42] barbosa (barbosa!~barbosa@138.99.29.246) has joined #mythtv
[01:42:01] barbosa (barbosa!~barbosa@138.99.29.246) has quit (Quit: Leaving)
[03:22:15] SteveGoodey (SteveGoodey!~steve@host86-154-46-25.range86-154.btcentralplus.com) has joined #mythtv
[03:22:15] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[03:41:23] SteveGoodey (SteveGoodey!~steve@host86-154-46-25.range86-154.btcentralplus.com) has quit (Quit: Konversation terminated!)
[03:48:48] KdW (KdW!~klaas@217-62-120-70.cable.dynamic.v4.ziggo.nl) has quit (Ping timeout: 245 seconds)
[05:36:00] RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.syd.nbn.aussiebb.net) has quit (Ping timeout: 244 seconds)
[05:38:22] RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.syd.nbn.aussiebb.net) has joined #mythtv
[06:03:49] mad_enz (mad_enz!~mad_enz@2606:6d00:135:9d84:194c:4d14:359d:8db6) has joined #mythtv
[06:08:42] Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:a041:e258:b9b7:d002) has quit (Read error: Connection reset by peer)
[06:12:16] Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:3927:36a4:a4cb:f42c) has joined #mythtv
[06:23:57] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:d516:778c:7853:534c) has joined #mythtv
[06:23:58] Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey
[07:03:32] warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv
[07:15:01] warpme_: markk_: here is what Qiang said about lima black screen playback: ?One possible reason I can think of is YUV support of lima driver. Some
[07:15:01] warpme_: GPU support YUV texture import from V4L2 directly and sampling. But
[07:15:01] warpme_: lima needs user to do YUV to RGB conversion with a shader in the
[07:15:01] warpme_: middle.?
[07:23:06] warpme_: it looks like interesting as current master gives me ok playback screen with iirc argb or (some like this; don?t have access to verify this at the moment).
[07:23:36] warpme_: Qiang also says: ?You may check the code path how video buffer is used by GLES to narrow
[07:23:36] warpme_: down the problem happens in:
[07:23:37] warpme_: 1. lima import V4L2 buffer
[07:23:38] warpme_: 2. do YUV to RGB conversion?
[07:46:39] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv
[07:59:28] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Ping timeout: 276 seconds)
[08:11:49] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 244 seconds)
[08:13:40] peterbennett (peterbennett!~pi@c-75-67-203-208.hsd1.ma.comcast.net) has joined #mythtv
[08:13:40] peterbennett (peterbennett!~pi@c-75-67-203-208.hsd1.ma.comcast.net) has quit (Changing host)
[08:13:40] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv
[08:13:41] Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett
[08:13:51] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[08:13:51] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[08:37:21] markk_ (markk_!~mark@host86-161-98-228.range86-161.btcentralplus.com) has joined #mythtv
[08:47:28] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 244 seconds)
[08:54:05] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[08:54:05] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[08:56:43] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:d516:778c:7853:534c) has quit (Quit: Konversation terminated!)
[09:20:38] markk_: warpme_: v4l2 isn't relevant for the GLES issue with lima. The normal code path doesn't touch it. Do you have apitrace installed? or can you install it? it will help me and will probably help Qiang if he can see what is happening.
[09:21:58] markspieth22 (markspieth22!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[09:21:58] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth22
[09:24:53] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 264 seconds)
[09:25:35] markk_: warpme_: I've just emailed you an apitrace using this mornings render branch run on my pi3 with opensource gl and software decode. it was generated with: apitrace trace -a egl mythfrontend -v playback,gpu
[09:26:44] markk_: if you install qapitrace (on any machine) – it will show what opengl calls are made – frame by frame. it would be useful to generate similar output for lima – it should be similar.
[09:28:09] markk_: it can also be played back on a different machine – which may be very useful.
[09:54:30] markk_ (markk_!~mark@host86-161-98-228.range86-161.btcentralplus.com) has quit (Ping timeout: 268 seconds)
[10:35:24] warpme_: markk_: v4l2 was metioned by Qiang as I describe him: we want to resolve lima black screen rendering becasue we want test v4l2 on amlogic. By context he thinks we are already rendering from v4l2 to gles surface. While this is not case for now – Qiang says ?lima needs user to do YUV to RGB conversion with a shader in the middle?. I understand this is OK in current code? (this statement sounds to me like kind of lima limitation – probably
[10:35:24] warpme_: limitation not present in rpi vc4/v3d)?
[10:36:40] warpme_: ofcourse I?ll try to play with apitrace – but first I need to cross-compile it for my distro....
[10:49:32] Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv
[11:43:39] markspieth22 (markspieth22!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 244 seconds)
[11:48:46] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[11:48:46] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[12:10:35] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Read error: Connection reset by peer)
[12:18:36] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[12:18:36] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[13:18:39] KdW (KdW!~klaas@217-62-120-70.cable.dynamic.v4.ziggo.nl) has joined #mythtv
[13:38:26] RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.syd.nbn.aussiebb.net) has quit (Remote host closed the connection)
[13:46:31] warpme_: markk_: Qiang already replayed api trace You send me by e-mail and he tells me: „I see black screen”. Is this expected from trace You send me? (iirc it was from working rpi3 – so should be there black screen seen on this trace replay?)
[14:18:51] warpme_: ah – I see. It is at GL level – so apitrace data is platform independent of course. silly me….
[14:20:42] stuarta: it sounds promising that Qiang also sees a black screen, it implies he would be able to determine where the problem may lie
[14:21:44] warpme_: indeed. He confirmed: „I haven't seen any lima unsupported GLES API and shader operation in
[14:21:45] warpme_: the trace, so there should be some bug in lima driver (maybe the
[14:21:46] warpme_: fragment shader compiler).”
[14:34:34] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has left #mythtv ()
[14:42:38] Hydroponx (Hydroponx!~Hydroponx@66-191-154-200.dhcp.mtgm.al.charter.com) has quit (Ping timeout: 244 seconds)
[15:30:36] willcooke_ (willcooke_!~willcooke@ubuntu/member/willcooke) has joined #mythtv
[15:30:38] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Ping timeout: 272 seconds)
[16:00:22] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv
[16:00:22] Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett
[16:07:35] warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Quit: warpme_)
[16:25:52] Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Read error: Connection reset by peer)
[16:28:33] Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv
[16:50:45] Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving)
[17:03:29] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:d516:778c:7853:534c) has joined #mythtv
[17:03:29] Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey
[17:24:39] warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has joined #mythtv
[17:50:40] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv
[17:50:40] Mode for #mythtv by ChanServ!ChanServ@services. : +v natanojl
[18:30:20] willcooke_ (willcooke_!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies)
[18:43:15] toeb_ (toeb_!~toeb@HSI-KBW-091-089-214-188.hsi2.kabel-badenwuerttemberg.de) has quit (Quit: leaving)
[19:05:40] SteveGoodey (SteveGoodey!~steve@host86-154-46-25.range86-154.btcentralplus.com) has joined #mythtv
[19:05:40] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[20:15:06] warpme_ (warpme_!~warpme_@89-70-137-1.dynamic.chello.pl) has quit (Quit: warpme_)
[21:14:46] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d90:bc01:d516:778c:7853:534c) has quit (Quit: Konversation terminated!)
[21:15:54] mad_enz (mad_enz!~mad_enz@2606:6d00:135:9d84:194c:4d14:359d:8db6) has quit (Read error: Connection timed out)
[21:16:49] mad_enz (mad_enz!~mad_enz@2606:6d00:135:9d84:a879:14db:acb2:dd72) has joined #mythtv
[21:29:43] SteveGoodey (SteveGoodey!~steve@host86-154-46-25.range86-154.btcentralplus.com) has quit (Quit: Konversation terminated!)
[22:00:23] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Quit: WeeChat 1.6)
[22:02:12] peterbennett (peterbennett!~pi@2601:183:101:90c6:e8a:a38e:5eb7:7172) has joined #mythtv
[22:02:13] peterbennett (peterbennett!~pi@2601:183:101:90c6:e8a:a38e:5eb7:7172) has quit (Changing host)
[22:02:13] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv
[22:02:13] Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett
[22:21:52] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 246 seconds)
[22:37:33] markspieth2: Has anyone tried mythfrontend via a VPN?
[22:38:48] markspieth2: I was in bali last week and took my shield and tried it. Did not work very well even though I had fibre at both ends. Streaming from home the same ts file via http and vlc worked fine via the VPN.
[22:39:09] markspieth2: Latency was approx 150ms.
[22:39:41] markspieth2: Must be some sort of issue with the way media is stream that is latency sensitive.
[22:40:22] markspieth2: Also startup was slow too. This is the stage that does a lot of mysql acesses.
[22:40:27] markspieth2: Thoughts?
[22:40:56] markspieth2: Note: I used openvpn for android and linux via udp.
[22:42:23] RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.syd.nbn.aussiebb.net) has joined #mythtv
[22:57:54] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 244 seconds)
[23:03:48] markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[23:03:48] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth
[23:23:56] gigem: markspieth2: I've never tried it but I probably can tomorrow.

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