MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (63):

aloril, Anssi, blahdodo, brfransen, ChanServ, clever, Cougar, davic, dragonian, dym, eharris, ElmerFudd, enyc, frobnic, gary_buhrmaster, ghoti_, gregl, GreyFoxx, hampton, Hydr0p0nx, Hydroponx, ijc, jheizer, jpharvey, jya, k-man, kalamaja_, KdW, knowledgejunkie, kwizart, mad_enz, Maliuta_, markspieth, markspieth2, MitchCapper, mkbloke, MythBuild, MythLogBot, MythNotifyBot, ooshlablu, Panic, peper03, peterbennett, poptix, pppingme, quigleymd, rhpot1991, RokLobsta, scilib, sphery, stuarta, stuartm, tgm4883, The_RamShadow, Tobbe5178, toddejohnson, tonsofpcs, tris, wangel, Warped, xris, zbot`, _charly_
Wednesday, March 13th, 2019, 01:18 UTC
[01:18:51] gigem: stuarta: I know that. Maybe there are other places but I know we have our own parsing in two places. One is in the recorders where we count frames and parse the PAT and PMT (I had forgotten about this last part). The other is (was?) our own mpeg2 demuxer (peterbennett might have reduced that to a small patch or even eliminated it altogether in the ffmpeg 3.4 (I think) resync.
[03:52:41] ooshlablu_ (ooshlablu_!~ooshlablu@98.217.124.239) has quit (Read error: Connection reset by peer)
[03:59:15] ooshlablu_ (ooshlablu_!~ooshlablu@98.217.124.239) has joined #mythtv
[05:54:07] ooshlablu_ (ooshlablu_!~ooshlablu@98.217.124.239) has quit (Ping timeout: 252 seconds)
[06:36:07] SteveGoodey (SteveGoodey!~steve@host86-145-19-224.range86-145.btcentralplus.com) has joined #mythtv
[06:36:08] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[07:05:00] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7da3:4501:e6b7:3488:f9bc:a00f) has joined #mythtv
[07:05:00] Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey
[07:25:44] markspieth22 (markspieth22!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[07:25:44] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth22
[07:27:33] kwizart_ is now known as kwizart
[07:27:42] markspieth2 (markspieth2!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 244 seconds)
[08:15:18] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv
[08:58:54] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has joined #mythtv
[09:17:44] stuartm: gigem: This would be the backend, the first patches extend and improve the SCTE-35 parsing support. It also makes a small change in the ATSC audio descriptor parsing
[09:18:50] stuartm: future patches will be adding hooks or logging more detail for transport stream analysis
[09:20:36] stuartm: actually John has already reviewed the original patches some time back, he's could review the updates
[09:23:10] stuartm: we actually support quite a lot more than just parsing the PMT and PAT in this code. It's not complete but we optionally support parsing quite a few different tables as well as standard data streams
[09:24:52] stuarta: what are we trying to achieve?
[09:25:56] stuartm: I also want to update the quality stuff that Daniel first worked on. At present while we track the discontinuties etc in real time and log issues, we only store that information when the recording ends. This means even if there is a signicant discontinuity in the first few minutes of a recording, we'll only know something is wrong from the recording metadata – 30, 60, 90 minutes later. For something like a film, that's enough to miss the
[09:25:57] stuartm: opportunity to reschedule and catch a +1 hour repeat.
[09:28:07] stuartm: stuarta: for those with access to a SCTE-35 data, this information can be used to splice out adverts with frame level accuracy, or set bookmarks at the program start etc.
[09:28:45] stuartm: The 2019 version of the standard even introduces markers for the start/end of opening and closing credits.
[09:29:01] stuarta: awesome
[09:30:41] stuartm: I wouldn't get too excited, SCTE-35 is usually stripped out by broadcasters before transmission to the end user.
[09:31:59] stuartm: however for the professionals using MythTV, it's very useful. Daniel first started adding SCTE-35 support many years back, but it was incomplete, so I've finished it off and updated it to the very latest standard.
[09:32:05] stuarta: that was my next question
[09:32:16] stuarta: do we even see it
[09:34:46] stuartm: I do also want to make more of the EIT running indicator which we talked about endlessly for a couple of years and then went nowhere (not sure if that's changed)
[09:35:17] stuarta: iirc there may be some patches in trac
[09:41:48] stuartm: basically a change in focus at work means I get to spend time working on MythTV, some of this will be for the benefit of pro users, some will be of use to everyone and some will just be for home users (i.e. stuff I'm doing mostly for me)
[09:44:17] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7da3:4501:e6b7:3488:f9bc:a00f) has quit (Quit: Konversation terminated!)
[09:46:54] stuartm: web frontend is something that has been eating at me for a long time, it was left in an unfinished state and I want to rewrite the client side elements, introducing better functionality and making the whole thing mobile friendly
[09:47:19] stuarta: yes that could do with work
[09:47:26] stuarta: there's stuff i want to get in there as well
[09:47:52] stuarta: like being able to startup the backend without even having a DB, and do the full setup, including channel scanning via the web interface
[09:48:50] stuartm: yes, improved setup is a must-have (nothing new there)
[09:49:59] stuartm: I'd like to get it to the point where the complete setup can be done via the services API.
[09:50:24] stuarta: yep, then the actual gui part can just make calls to the services api
[09:50:30] stuarta: very web 2.0
[09:50:51] stuartm: also the ability to add/remove capture cards/recorders without restarting the backend – that's high on my list
[09:51:55] stuartm: although only really possible for IP based inputs, since I'm sure few people will be hotplugging PCI-e cards ;)
[09:52:27] stuarta: a lot of them these days are just a pci-usb bridge with the usb device on the other side
[09:52:39] stuartm: yup
[09:53:04] stuarta: which means you can hotplug them without even opening the case ;-)
[09:53:36] ** stuarta has done this before **
[09:53:52] Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:b11b:375d:fd6c:59b2) has joined #mythtv
[10:14:48] SteveGoodey (SteveGoodey!~steve@host86-145-19-224.range86-145.btcentralplus.com) has quit (Quit: Konversation terminated!)
[10:27:07] gigem (gigem!~david@mythtv/developer/gigem) has quit (Ping timeout: 245 seconds)
[11:01:23] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has quit (Ping timeout: 252 seconds)
[11:28:58] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has joined #mythtv
[11:32:16] brfranse- (brfranse-!~brfransen@47.42.26.155) has quit (Quit: ZNC 1.7.1 - https://znc.in)
[11:32:40] brfransen (brfransen!~brfransen@47.42.26.155) has joined #mythtv
[11:59:46] ooshlablu (ooshlablu!~ooshlablu@98.217.124.239) has joined #mythtv
[12:50:03] Warped (Warped!~Warped@unaffiliated/warped) has quit (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
[13:43:35] Warped (Warped!~Warped@unaffiliated/warped) has joined #mythtv
[14:19:34] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has quit (Ping timeout: 272 seconds)
[14:40:43] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has joined #mythtv
[15:02:12] MythBuild: Build 2019-render-ubuntu-17_10–64bit #61 is complete: Failure [failed compile (failure)] – https://code.mythtv.org/buildbot/#builders/94/builds/61
[15:02:12] ** MythLogBot https://code.mythtv.org/trac/ticket/61 **
[15:08:24] gigem (gigem!~david@nova.intrusion.com) has joined #mythtv
[15:08:25] gigem (gigem!~david@nova.intrusion.com) has quit (Changing host)
[15:08:25] gigem (gigem!~david@mythtv/developer/gigem) has joined #mythtv
[15:08:26] Mode for #mythtv by ChanServ!ChanServ@services. : +v gigem
[15:09:09] MythBuild: Build 2019-render-osx-64bit #76 is complete: Failure [failed compile core (failure)] – https://code.mythtv.org/buildbot/#builders/85/builds/76
[15:09:09] ** MythLogBot https://code.mythtv.org/trac/ticket/76 **
[15:09:39] MythBuild: Build 2019-render-centos7–64bit #76 is complete: Failure [failed compile (failure)] – https://code.mythtv.org/buildbot/#builders/83/builds/76
[15:09:39] ** MythLogBot https://code.mythtv.org/trac/ticket/76 **
[15:15:18] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has quit (Ping timeout: 250 seconds)
[15:17:20] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has joined #mythtv
[15:26:48] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7da3:4501:e6b7:3488:f9bc:a00f) has joined #mythtv
[15:26:48] Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey
[15:38:21] MythBuild: Build 2019-render-debian-stretch-64bit #77 is complete: Failure [failed compile (failure)] – https://code.mythtv.org/buildbot/#builders/79/builds/77
[15:38:21] ** MythLogBot https://code.mythtv.org/trac/ticket/77 **
[15:48:16] MythBuild: Build 2019-render-ubuntu-17_10–64bit #63 is complete: Success [build successful] – https://code.mythtv.org/buildbot/#builders/94/builds/63
[15:48:16] ** MythLogBot https://code.mythtv.org/trac/ticket/63 **
[15:50:56] stuarta: my laptop sounds like it's about to take off
[15:51:09] stuarta: running 4 builds in parallel will do that
[15:55:39] MythBuild: Build 2019-render-debian-stretch-64bit #78 is complete: Success [build successful] – https://code.mythtv.org/buildbot/#builders/79/builds/78
[15:55:39] ** MythLogBot https://code.mythtv.org/trac/ticket/78 **
[16:02:18] MythBuild: Build 2019-render-osx-64bit #77 is complete: Success [build successful] – https://code.mythtv.org/buildbot/#builders/85/builds/77
[16:02:18] ** MythLogBot https://code.mythtv.org/trac/ticket/77 **
[16:11:10] gigem: stuartm: That would be nice. I've had a rash of bad recordings lately with lots of discontinuity errors.
[16:25:36] MythBuild: Build 2019-render-centos7–64bit #78 is complete: Success [build successful] – https://code.mythtv.org/buildbot/#builders/83/builds/78
[16:25:36] ** MythLogBot https://code.mythtv.org/trac/ticket/78 **
[16:28:48] SteveGoodey (SteveGoodey!~steve@host86-145-19-224.range86-145.btcentralplus.com) has joined #mythtv
[16:28:49] Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey
[16:41:09] ** stuarta updates rpi for fun and profit **
[16:41:36] markk_: zero profit:)
[16:42:21] stuarta: sadly :(
[17:01:35] hampton: markk_: I committed my last batch of initialization/variable name cleanup changes for now. I skipped files where you were doing major surgery, but you'll see a couple of minor conflicts at your next import of master. After you collapse the render branch back into master, I'll make a final pass to see what got missed and still needs to be cleaned up.
[17:04:09] markk_: hampton: thanks – will keep an eye out:)
[17:28:46] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has quit (Ping timeout: 250 seconds)
[17:50:58] Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:b11b:375d:fd6c:59b2) has quit (Quit: Leaving)
[17:56:49] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has joined #mythtv
[17:59:17] eharris (eharris!~eharris@unaffiliated/eharris) has joined #mythtv
[18:23:56] MythBuild: Build 2019-render-debian-stretch-rpi2-armv7l #76 is complete: Success [build successful] – https://code.mythtv.org/buildbot/#builders/97/builds/76
[18:23:56] ** MythLogBot https://code.mythtv.org/trac/ticket/76 **
[18:39:12] markk_ (markk_!~mark@host109-149-186-157.range109-149.btcentralplus.com) has quit (Ping timeout: 245 seconds)
[18:53:22] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv
[18:53:22] Mode for #mythtv by ChanServ!ChanServ@services. : +v natanojl
[20:21:59] willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies)
[20:59:48] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 250 seconds)
[21:24:42] markspieth22 (markspieth22!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 244 seconds)
[21:30:31] markspieth2 (markspieth2!~yaaic@mythtv/developer/markspieth) has joined #mythtv
[21:30:31] Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth2
[21:43:39] Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7da3:4501:e6b7:3488:f9bc:a00f) has quit (Quit: Konversation terminated!)
[22:08:24] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Quit: WeeChat 1.6)
[22:10:12] peterbennett (peterbennett!~pi@2601:183:101:1dd4:e6c8:b90c:eb45:8cbe) has joined #mythtv
[22:10:13] peterbennett (peterbennett!~pi@2601:183:101:1dd4:e6c8:b90c:eb45:8cbe) has quit (Changing host)
[22:10:13] peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv
[22:10:13] Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett
[22:12:18] SteveGoodey (SteveGoodey!~steve@host86-145-19-224.range86-145.btcentralplus.com) has quit (Quit: Konversation terminated!)

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