Tuesday, October 28th, 2014, 00:07 UTC | ||
[00:07:43] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-100-197.lns20.mel4.internode.on.net) has joined #mythtv | |
[00:30:52] | gregL (gregL!~greg@173.234.157.213) has quit (Ping timeout: 240 seconds) | |
[00:46:15] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[00:46:24] | jya: | peper03: in 0.27 I reverted a few changes by Lawrence as it killed LiveTV or prevented consistent channel changes. In master some of them are still there. He has sent me a fix, but I didn’t get the chance to apply it and test it. |
[00:46:37] | jya: | so I would assume that 0.27 at this stage is more reliable when it comes to liveTV |
[00:48:21] | jya: | peper03: calculating the minimum before we are allowed to read is good in theory. In practice, we only get to know that once we’ve already started to read quite a fair bit of content to accurately determine the bitrate |
[00:49:14] | jya: | so in practice, it’s useless. and is one of the reason I’ve changed the minimum from 800 back to 8000. So we wait a bit longer before attempting to read (which caused a lot of error at the start of liveTV) |
[01:12:25] | arescorpio (arescorpio!~arescorpi@227-206-17-190.fibertel.com.ar) has joined #mythtv | |
[01:29:07] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has quit (Quit: Leaving) | |
[01:44:55] | robink (robink!~quassel@unaffilated/robink) has quit (Ping timeout: 258 seconds) | |
[01:47:18] | robink (robink!~quassel@unaffilated/robink) has joined #mythtv | |
[03:11:59] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-100-197.lns20.mel4.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[03:40:58] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 265 seconds) | |
[03:41:35] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[03:55:59] | sheedy is now known as sheedy-away | |
[04:01:06] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 250 seconds) | |
[04:05:55] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[04:15:13] | brfranse_ (brfranse_!~brfransen@24-197-128-95.dhcp.spbg.sc.charter.com) has joined #mythtv | |
[04:17:34] | brfransen (brfransen!~brfransen@24-197-128-95.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 250 seconds) | |
[04:36:57] | arescorpio (arescorpio!~arescorpi@227-206-17-190.fibertel.com.ar) has quit (Excess Flood) | |
[04:42:16] | wagner__ (wagner__!~wagnerrp_@66.42.131.108) has quit (Ping timeout: 250 seconds) | |
[04:47:40] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[04:55:16] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has quit (Ping timeout: 250 seconds) | |
[05:00:47] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-100-197.lns20.mel4.internode.on.net) has joined #mythtv | |
[05:53:42] | sl1ce (sl1ce!~johnathan@pool-108-20-176-89.bstnma.fios.verizon.net) has quit (Quit: Konversation terminated!) | |
[06:41:29] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (Ping timeout: 244 seconds) | |
[06:48:08] | dekarl1 (dekarl1!~dekarl@p4FCEF893.dip0.t-ipconnect.de) has joined #mythtv | |
[06:50:16] | dekarl (dekarl!~dekarl@p4FCEF179.dip0.t-ipconnect.de) has quit (Ping timeout: 244 seconds) | |
[06:54:19] | SteveGoodey (SteveGoodey!~steve@host86-162-40-164.range86-162.btcentralplus.com) has joined #mythtv | |
[07:07:16] | SteveGoodey (SteveGoodey!~steve@host86-162-40-164.range86-162.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[07:16:46] | fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv | |
[07:23:35] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:d9d4:ce1d:2d3f:7be4:bb4:6d7a) has joined #mythtv | |
[07:31:04] | esperegu (esperegu!~quassel@ip-213-124-221-127.ip.prioritytelecom.net) has quit (Ping timeout: 245 seconds) | |
[07:34:05] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[08:07:52] | peper03: | jya: Yes, that's why I've gone with a fall-back solution of setting the initial bitrate based on the streams found. If there's no video stream, I set the bitrate based on the number of audio streams. There probably aren't many instances where there'd be more than one audio stream but it covers all eventualities. |
[08:08:29] | jya: | peper03: that should already be like that… in avfd when it calculates the bitrate |
[08:08:55] | jya: | it goes through all streams and append the bitrate of that stream to a global bitstream |
[08:09:04] | jya: | once done, it will update the ringbuffer |
[08:09:30] | jya: | but it’s important for the ringbuffer to have a value high enough so the initial parse has a chance to succeed and not get false positive |
[08:09:32] | peper03: | The bitrate only seems to get updated once plenty has been read. |
[08:09:54] | jya: | once there’s enough to identify the streams and start playback |
[08:10:09] | peper03: | Which is based on the initial 8000, isn't it? |
[08:10:11] | jya: | it’s okay that it takes a while… the initial load isn’t too bad |
[08:10:37] | peper03: | It's ok if there's a video stream. If there's only audio it can take a long time. |
[08:10:41] | jya: | yes.. the ringbuffer starts reading on disk, and hold the AVFD to read from it. |
[08:11:15] | jya: | once the RingBuffer assumes it has enough (8000 start) then it lets AVFD read. AVFD then assumes the bitrate, and update the ringbuffer with the global bitrate it has just found |
[08:11:21] | jya: | and it starts from there. |
[08:11:51] | peper03: | With my patch to make PID filtering actually work, at least one radio station I tried took something like twenty seconds to fill the buffer. We normally abort after 10. |
[08:11:55] | jya: | 8000bit/s means it’s going to read something like 300kB … not much, even if just audio |
[08:12:47] | jya: | ah yeah, that would take 18+s with a 128kB audio stream |
[08:13:08] | jya: | it’s a chicken & egg problem though |
[08:13:09] | peper03: | Yep. I think this particular station actually came out at about 96kB |
[08:13:19] | jya: | you don’t know it’s just audio, until you’ve read it |
[08:13:35] | peper03: | But the backend already knows it. |
[08:13:52] | jya: | for recordings…. sometimes |
[08:14:02] | jya: | for video lib, no |
[08:15:18] | jya: | so making such decision based on what the backend provide is going to fail more often than not imho |
[08:15:21] | peper03: | The problem only really occurs on LiveTV. As soon as you're not restrictied to reading in real-time, it doesn't matter. |
[08:15:41] | jya: | especially in liveTV… you’re just shifting the problem to the backend.. problem is still to be resolved |
[08:18:11] | peper03: | I've not found any issues so far. Of course, I can only test with what I've got but querying the number of video/audio streams in MythPlayer::JumpToProgram and setting the initial bitrate based on that seems to have cured the problem. |
[08:21:35] | jya: | peper03: Lawrence has a whole stack of patches in regards to audio only / Data video channels |
[08:21:55] | jya: | it was mostly working. I reverted it all because I didn’t have the time to figure it all out |
[08:22:11] | jya: | but in theory, with his last patch, should be able to have it all back |
[08:22:17] | jya: | do you want to try it ? |
[08:23:27] | jya: | his patches certainly improved changing channels in liveTV significantly. |
[08:23:31] | jya: | very fast |
[08:23:35] | peper03: | Sure. I'll take a look at it. It would be interesting to see a different approach. Whether I'll understand it is another question :) |
[08:23:55] | jya: | you’ll need to go back into the August history when I reverted most of them |
[08:24:02] | jya: | so will need to revert the revert |
[08:24:06] | jya: | and then apply his patch |
[08:24:09] | jya: | what’s your email address? |
[08:25:34] | peper03: | peper03@yahoo.com |
[08:25:43] | peper03: | or mythtv.org Take your pick :) |
[08:27:15] | jya: | sent |
[08:28:36] | peper03: | Ok, thanks. |
[08:42:29] | stuarta: | jpabq: yes sure, ping me between 2–5pm GMT and I can get you setup |
[08:43:36] | stuarta: | jpabq: i'll add one request. can you document how it all works, as I have to move stuff around soon |
[08:43:47] | stuarta: | i've a pretty good idea anyway |
[08:47:26] | stuarta: | it's one of the less complex things to unpick |
[08:50:39] | dekarl1 (dekarl1!~dekarl@p4FCEF893.dip0.t-ipconnect.de) has quit (Ping timeout: 244 seconds) | |
[08:50:39] | dekarl (dekarl!~dekarl@p4FE8460F.dip0.t-ipconnect.de) has joined #mythtv | |
[08:52:32] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv | |
[08:55:37] | joki- (joki-!~joki@p5486131D.dip0.t-ipconnect.de) has quit (Ping timeout: 260 seconds) | |
[09:00:41] | joki- (joki-!~joki@p54862B89.dip0.t-ipconnect.de) has joined #mythtv | |
[09:23:04] | xris (xris!~xris@mythtv/developer/xris) has quit (Ping timeout: 255 seconds) | |
[09:25:01] | xris (xris!~xris@mythtv/developer/xris) has joined #mythtv | |
[09:40:10] | rsiebert (rsiebert!~quassel@f052161217.adsl.alicedsl.de) has joined #mythtv | |
[09:42:00] | len_ (len_!~quassel@75-168-45-25.mpls.qwest.net) has quit (Read error: Connection reset by peer) | |
[09:43:21] | rsiebert_ (rsiebert_!~quassel@g225119084.adsl.alicedsl.de) has quit (Ping timeout: 244 seconds) | |
[10:16:13] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has quit (Remote host closed the connection) | |
[10:16:28] | Seeker` (Seeker`!~cjo20@unaffiliated/seeker) has joined #mythtv | |
[10:32:37] | esperegu (esperegu!~quassel@ip-213-124-221-127.ip.prioritytelecom.net) has joined #mythtv | |
[11:02:37] | robink (robink!~quassel@unaffilated/robink) has quit (Ping timeout: 244 seconds) | |
[11:04:05] | robink (robink!~quassel@unaffilated/robink) has joined #mythtv | |
[11:35:43] | andreaz (andreaz!~Andreaz@tmo-097-65.customers.d1-online.com) has joined #mythtv | |
[12:05:43] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[12:26:18] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 255 seconds) | |
[12:28:06] | sheedy-away is now known as sheedy | |
[13:28:34] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-100-197.lns20.mel4.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[13:53:21] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (Ping timeout: 265 seconds) | |
[13:56:56] | rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:4c1e:9001:57e9:4d5b) has joined #mythtv | |
[13:56:59] | rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:4c1e:9001:57e9:4d5b) has quit (Changing host) | |
[13:57:00] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[13:59:06] | andreaz (andreaz!~Andreaz@tmo-097-65.customers.d1-online.com) has quit (Ping timeout: 250 seconds) | |
[14:04:35] | andreaz (andreaz!~Andreaz@tmo-102-3.customers.d1-online.com) has joined #mythtv | |
[14:09:31] | sheedy is now known as sheedy-away | |
[14:22:28] | gregL (gregL!~greg@cpe-74-76-121-109.nycap.res.rr.com) has joined #mythtv | |
[14:37:59] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has quit (Ping timeout: 246 seconds) | |
[14:43:40] | moparisthebest (moparisthebest!~quassel@gateway/tor-sasl/moparisthebest) has joined #mythtv | |
[15:23:05] | sl1ce (sl1ce!~johnathan@pool-108-20-176-89.bstnma.fios.verizon.net) has joined #mythtv | |
[15:41:22] | Warped (Warped!~Warped@108.85.160.119) has joined #mythtv | |
[16:00:06] | sl1ce (sl1ce!~johnathan@pool-108-20-176-89.bstnma.fios.verizon.net) has quit (Remote host closed the connection) | |
[16:33:45] | jpabq: | stuarta: Chris sent me an email with instructions. Is there a wiki or something somewere for me to put that information? |
[16:33:51] | sheedy-away is now known as sheedy | |
[16:37:31] | stuarta: | jpabq: oh the how it all hangs together? |
[16:38:04] | jpabq: | Yes, how new themes are added, and such. |
[16:43:50] | stuarta: | unless there is any private information in there we should put that into the wiki somewhere under developer info |
[16:45:23] | jpabq: | I would think that should be fine. |
[16:46:03] | jpabq: | After I get access and go through the instructions myself to make sure I understand them, I will do that. |
[16:46:50] | stuarta: | one thing i have noticed, is we seem to have several copies of each theme's tar ball which wastes a lot of space, space we don't have on the vm osuosl have provided us |
[16:47:48] | jpabq: | Different versions maybe? I am guessing there is a tar for Myth 0.25, 0.26, etc. |
[16:53:39] | stuarta: | well there is that, but the same structure appears in several locations, each with the same tarballs |
[16:56:39] | jpabq: | After I make my changes, I will check to see where the files are created. It is possible that some of that stuff is cruft and could be removed. If it is creating multiple copies we will have to ask Chris about it. |
[16:57:07] | stuarta: | we have the opportunity to refactor it, which is why i'm asking |
[17:01:25] | jpabq: | The script which handles packaging up the different theme versions, and makeing them available for download by the user is /opt/www/services.mythtv.org/scripts/package_themes . |
[17:01:36] | stuarta: | yeah found that |
[17:02:21] | stuarta: | with /opt/www/services.mythtv.org/scripts/updateThemeRepo.sh that seems to duplicate them into the webroot |
[17:03:47] | stuarta: | and we also dump them somewhere for rsync to ftp.osuosl.org |
[17:36:28] | wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Read error: Connection reset by peer) | |
[17:36:47] | wagnerrp_ (wagnerrp_!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[17:38:04] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving) | |
[17:38:39] | wagnerrp_ (wagnerrp_!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Max SendQ exceeded) | |
[17:39:56] | wagnerrp_ (wagnerrp_!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv | |
[17:42:52] | dekarl: | would be nice to get the services repo more accessible so others (hint hint) can fiddle with it when something comes out of https://forum.mythtv.org/viewtopic.php?p=1958#p1958 |
[17:43:16] | SteveGoodey (SteveGoodey!~steve@host86-162-40-164.range86-162.btcentralplus.com) has joined #mythtv | |
[17:43:23] | dekarl: | ^- has channel icons for UK, too |
[17:45:38] | dekarl: | The icon style in the EPG of Ubuntu TV is nice, too. (b/w when not selected, b/w on brand color when selected) http://www.ubuntu.com/tv/features-and-specs |
[17:53:28] | stuarta: | that's another problem entirely |
[17:53:38] | stuarta: | the whole channel icon thing needs rewriting |
[17:53:48] | ** stuarta adds to rainy day project list ** | |
[17:53:53] | stuarta: | right, i'm off |
[17:53:55] | stuarta: | later |
[18:11:52] | Warped (Warped!~Warped@108.85.160.119) has quit (Quit: ChatZilla 0.9.91 [Firefox 33.0.1/20141023194920]) | |
[18:18:27] | sl1ce (sl1ce!~johnathan@pool-108-20-176-89.bstnma.fios.verizon.net) has joined #mythtv | |
[18:26:53] | sl1ce (sl1ce!~johnathan@pool-108-20-176-89.bstnma.fios.verizon.net) has quit (Remote host closed the connection) | |
[18:27:53] | sl1ce (sl1ce!~johnathan@pool-108-20-176-89.bstnma.fios.verizon.net) has joined #mythtv | |
[18:31:09] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (Remote host closed the connection) | |
[18:33:32] | Warped (Warped!~Warped@108.85.160.119) has joined #mythtv | |
[18:45:42] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[19:09:33] | andreaz (andreaz!~Andreaz@tmo-102-3.customers.d1-online.com) has quit (Read error: Connection reset by peer) | |
[19:19:43] | sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv | |
[19:29:28] | tgm4883: | dekarl: I believe those are all custom icons |
[19:44:14] | dekarl: | tgm4883: custom? |
[19:44:25] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-100-197.lns20.mel4.internode.on.net) has joined #mythtv | |
[19:46:05] | tgm4883: | dekarl: yea IIRC they just made those few icons that they are showing there |
[19:46:13] | tgm4883: | they aren't pulled from somewhere I don't believe |
[19:46:38] | tgm4883: | I've thought about doing a mythtv theme in the style of ubuntu tv |
[19:47:11] | dekarl: | ahh, thats no problem, just create a lingua france and let the fans do it https://fanart.tv/label/6a513082-581f-4f29-a9 . . . ent-records/ :) |
[19:47:45] | dekarl: | the other link at the forum also show custom icons, as do the various mythtv icon packs |
[19:48:23] | dekarl: | the main issue right now is that there is no "one true reference id to identify services" that can be used to connect icon packs to tv guide data |
[19:49:11] | dekarl: | which is why i suggested that some could dump a mapping file on a server for everyoe to use / add |
[19:49:23] | tgm4883: | hmm |
[19:50:18] | tgm4883: | dekarl: you are talking something similar to the inetref but for channel logos? |
[20:00:31] | dekarl: | tgm4883: yes, something like that. |
[20:01:40] | tgm4883: | heh I just looked at that thread |
[20:01:44] | dekarl: | just stumled upon an example of a data model lately http://metabroadcast.com/blog/atlas-channels-a-guide |
[20:01:49] | tgm4883: | I wrote something similiar for Unity |
[20:01:50] | stuarta: | dekarl: that what the channel icon stuff on services is meant todo |
[20:02:34] | stuarta: | it's mapping the dvb id's (netid / transportid / serviceid) to an icon |
[20:02:57] | dekarl: | stuarta, you are referring to the mapping table, correct? Not to the internet wide tv channel database |
[20:03:22] | stuarta: | yes the mapping, that's what the channel icon downloader in the frontend looks at |
[20:03:26] | len_ (len_!~quassel@75-168-45-25.mpls.qwest.net) has joined #mythtv | |
[20:03:53] | dekarl: | ok. Thats why I thought that importing a hand crafted mapping file could be imported into that database |
[20:04:31] | stuarta: | the whole principle is that doesn't work very well due to the dynamic nature of the channel allocations |
[20:05:06] | stuarta: | hence we get users to submit their icon choices to us, which we then use to provide references to those icons to new requests |
[20:05:23] | stuarta: | currently the approval process is manual |
[20:05:53] | dekarl: | but that does not work well with manually crafted icon sets (as opposed to whatever ends up on lyngsat) e.g. is this available for mapping? https://ash.ms/projects/channels/ |
[20:05:56] | stuarta: | that's where the crowd voting system we've talked about before would come it |
[20:05:59] | stuarta: | *in |
[20:06:33] | tgm4883: | dekarl: someone did a demo of what I wrote here |
[20:06:35] | tgm4883: | https://www.youtube.com/watch?v=CwWhaMujxLc |
[20:06:45] | tgm4883: | I should probably comment on that thread |
[20:06:54] | stuarta: | dekarl: feature request without patch ;-) |
[20:07:16] | stuarta: | but seriously, we could use sets like that in addition or instead of lyngsat |
[20:07:56] | stuarta: | right, time for some dinner and then some painting |
[20:08:01] | stuarta: | talk tomorrow |
[20:12:40] | dekarl: | looks like the dutch mythtv collection was rescued after vanishing from the internet https://code.google.com/p/dutch-rtv-icon-coll . . . #svn%2Ftrunk |
[20:13:15] | dekarl: | stuarta: no patch without looking at the code :p |
[20:14:38] | henkpoley (henkpoley!50655074@gateway/web/freenode/ip.80.101.80.116) has joined #mythtv | |
[20:22:15] | rsiebert (rsiebert!~quassel@f052161217.adsl.alicedsl.de) has quit (Quit: No Ping reply in 180 seconds.) | |
[20:22:21] | rsiebert (rsiebert!~quassel@f052161217.adsl.alicedsl.de) has joined #mythtv | |
[20:24:39] | Roklobsta: | mythweb request: radio buttons next to recording schdules and recorded programs to allow bulk delete without have to get arthritis in the process. |
[20:31:37] | dekarl: | Roklobsta: I like the idea, buy mythweb is on live support, so its unlikely to happen |
[20:31:44] | dekarl: | s/buy/but/ |
[20:32:18] | Roklobsta: | ok |
[20:32:22] | Roklobsta: | dunno why it's awesome |
[20:33:14] | dekarl: | it isn't so awesome anymore once you looked under the cover ;) |
[20:33:24] | dekarl: | aka no one likes to touch the code |
[20:34:55] | Roklobsta: | well on the surface it is fantastic |
[20:35:16] | Roklobsta: | it really makes mythtv usable for my household, to manage/find/delete/playonlaptop recordings |
[20:35:20] | stuartm: | radio buttons wouldn't work, you probably meant checkboxes |
[20:35:27] | Roklobsta: | oh yeah checkboxes |
[20:35:29] | Roklobsta: | duh |
[20:35:31] | stuartm: | but as dekarl says, it's dead |
[20:35:39] | stuartm: | being replaced |
[20:36:53] | dekarl: | Roklobsta: did you look at MobilyMyth? |
[20:40:03] | jheizer: | MobileMyth has no rules control. I never got the rest far enough along to want to start down that path. |
[20:40:17] | jheizer: | Though seems like a dead end with the webfrontend on the way |
[20:40:57] | dekarl: | jheizer, was thinking of playonlaptop |
[20:41:57] | jheizer: | Oh, got yeah. Yeah my goal is consumption. If I can figure out why my .deb has one bug left I can release the repo and people can use it much easier. |
[20:43:34] | jheizer: | tgm4883, maybe you would have an idea. Everything install great, but on remove/purge, my prerm is never executed. |
[20:44:19] | stuartm: | webfrontend has html 5 video support (well HLS), although it doesn't work well enough atm, hoping to fix that and add dash support. lacks direct streaming of files ala mythweb, but that's a one-liner patch |
[20:45:17] | jheizer: | Yeah, hard top explain to people when to use direct, when to use HLS, when you need JWPlayer, when you need a native player, etc. |
[20:46:59] | stuartm: | live streaming via HTML 5 is getting better all the time, think if we get DASH as well as HLS we should be OK with most browsers at the point of release |
[20:48:51] | stuartm: | but we'd really benefit from a better transcoding backend, on-demand segment transcoding, so you can start playback in the middle of the file without having to transcode the first half, and also so on faster systems we can be transcoding multiple segments at once |
[20:49:32] | stuartm: | also need to start transcoding faster |
[20:49:55] | stuartm: | long wishlist for the transcoder side |
[20:49:59] | jheizer: | agreed on both. |
[20:50:03] | stuartm: | ogg support is a must too |
[20:50:13] | stuartm: | well webm |
[20:53:33] | stuartm: | jwplayer is a dead end, newer versions lack support for HLS/DASH, that's something you have to pay extra for and while the older copy we use still works, it's not keeping pace with the latest browser developments (new HTML 5 markup, pepper flash etc) |
[20:54:58] | jheizer: | Also agreed. Was even way out when I first borrowed Myth's use of it years ago. It's too bad we still don't have a simple cross platform way to play videos out of the box. |
[21:07:38] | jpharvey_ (jpharvey_!~jpharvey@host109-148-114-137.range109-148.btcentralplus.com) has quit (Ping timeout: 244 seconds) | |
[21:10:06] | GreyFoxx_ (GreyFoxx_!~greg@out.of.phaze.org) has quit (Ping timeout: 255 seconds) | |
[21:10:12] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has joined #mythtv | |
[21:13:19] | Roklobsta: | oh does HTML5 streaming do deinterlacing like VLC does? |
[21:20:15] | jpharvey_ (jpharvey_!~jpharvey@host109-148-114-137.range109-148.btcentralplus.com) has joined #mythtv | |
[21:22:05] | tgm4883: | jheizer: hmm, superm1 would probably know more |
[21:24:04] | stuartm: | Roklobsta: no, we have to convert to progressive during transcoding |
[21:26:09] | Roklobsta: | in real time? |
[21:26:12] | Steve-Goodey (Steve-Goodey!~steve@host86-162-40-164.range86-162.btcentralplus.com) has joined #mythtv | |
[21:26:13] | SteveGoodey (SteveGoodey!~steve@host86-162-40-164.range86-162.btcentralplus.com) has quit (Ping timeout: 255 seconds) | |
[21:26:19] | Roklobsta: | i don't bother transcoding any more, Terabytes are cheap |
[21:30:35] | Roklobsta: | well, at least leave the option for asx playing to VLC or some other player |
[21:31:04] | stuartm: | yes, in realtime |
[21:32:28] | henkpoley (henkpoley!50655074@gateway/web/freenode/ip.80.101.80.116) has quit (Ping timeout: 246 seconds) | |
[21:35:19] | sl1ce (sl1ce!~johnathan@pool-108-20-176-89.bstnma.fios.verizon.net) has quit (Ping timeout: 272 seconds) | |
[21:35:56] | Roklobsta (Roklobsta!~Roklobsta@ppp118-209-100-197.lns20.mel4.internode.on.net) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | |
[21:54:14] | brfransen (brfransen!~brfransen@24-197-128-95.dhcp.spbg.sc.charter.com) has joined #mythtv | |
[21:56:22] | brfranse_ (brfranse_!~brfransen@24-197-128-95.dhcp.spbg.sc.charter.com) has quit (Ping timeout: 240 seconds) | |
[21:59:44] | Steve-Goodey (Steve-Goodey!~steve@host86-162-40-164.range86-162.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[22:10:49] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 260 seconds) | |
[22:44:17] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:d9d4:ce1d:2d3f:7be4:bb4:6d7a) has quit (Read error: Connection reset by peer) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.