20:49:51 RRSAgent has joined #mediawg 20:49:51 logging to https://www.w3.org/2021/09/14-mediawg-irc 20:49:53 Zakim has joined #mediawg 20:50:07 Meeting: Media WG Teleconference 20:54:37 MattWolenetz has joined #mediawg 20:58:22 Agenda: https://github.com/w3c/media-wg/blob/main/meetings/2021-09-14-Media_Working_Group_Teleconference-agenda.md 20:58:55 present+ MattWolenetz 20:59:36 present+ Francois_Daoust, Bernard_Aboba, Joey_Parrish 20:59:44 RRSAgent, make logs public 21:00:59 gregwf has joined #mediawg 21:02:08 present+ Cyril_Concolato, Peng_Liu 21:02:09 cyril has joined #mediawg 21:02:40 pengliu has joined #mediawg 21:03:09 zacharycava has joined #mediawg 21:03:21 present+ Jer_Noble, Gary_Katsevman, Zachary_Cava, Chris_Cunningham, Greg_Freedman 21:04:03 chcunningham has joined #mediawg 21:04:16 present+ Cyril_Concolato 21:04:21 scribe: chcunningham 21:04:36 jernoble has joined #mediawg 21:04:45 present+ Chris Cunningham 21:04:50 present+ jernoble 21:05:03 present+ Chris_Needham 21:05:04 present+ Gary_Katsevman 21:05:40 cpn: focus of today MSE issues 21:06:23 ... first AOB item: TPAC 21:06:28 present+ Jan-Ivar_Bruaroey 21:06:37 present+ Eric_Carlson 21:06:43 ... media ig planning meetings to assess future direction of web tech for consumer devices 21:06:58 ... in collab w/ cta wav and others 21:07:14 ... date: 25 October, more details coming soon 21:07:34 ... WG members invited to join 21:07:39 s/cta wav/CTA WAVE/ 21:08:10 aboba: Also joint meeting w/ WebRTC group 21:08:48 ... on 26 October 21:08:53 https://www.w3.org/wiki/TPAC/2021/GroupMeetings 21:09:29 cpn: today's focus, MSE issues 21:09:39 ... thank you for cfc replies 21:09:48 ... resolved: MSE in workers is ready to integrate 21:09:52 i/cpn: today's focus/Topic: Media Source Extensions 21:10:33 i/cpn: focus of today/Topic: A couple of media-related joint meetings during TPAC 21:10:49 wolenetz: First issue, #184 21:10:56 ... MSE for WebCodecs 21:11:21 https://github.com/wolenetz/mse-for-webcodecs/blob/main/explainer.md <- Explainer 21:11:32 i/wolenetz: First issue/Subtopic: MSE for WebCodecs (#184) 21:11:43 ... looking for authors to try origin trial, and feedback on API 21:11:58 ... first promise-based MSE API 21:13:01 ... summary: MSE would take WebCodecs chunks rather than containerized bytestreams 21:13:31 ... expecting interest from player libraries, hls.js, etc, who could use this to avoid re-muxing 21:14:11 Subtopic: MSE-in-Workers: {Audio,Video,Text}Track{,List} IDL in HTML need additional DedicatedWorker in Exposed (#28 21:14:11 0 21:14:11 ) 21:14:33 RRSAgent, draft minutes 21:14:33 I have made the request to generate https://www.w3.org/2021/09/14-mediawg-minutes.html tidoust 21:14:46 ... 280 how to expose HTMLMediaElement tracks in worker. 21:15:01 ... currently, tracks interfaces exposed only in Window 21:15:02 s/)// 21:15:23 ... 1) do we need tracks in worker? 21:15:27 q? 21:15:28 s/(#28/(#280) 21:15:30 ... 2) if yes, how to update html5 to go about it 21:16:05 cpn: changes to html should go to whatwg 21:16:24 ... question: tracks exist both on HTMLMediaElement and SourceBuffer. What's the difference? 21:16:53 wolenetz: w/ SourceBuffer API, you can ask SB what tracks it specifically provides 21:17:03 s/... 280 how to/wolenetz: 280 how to 21:17:39 ... note: currently Chromium doesn't expose tracks even in Window 21:18:38 jer: Generally, I prefer MSE in worker to be as close to on main thread as possible. To facilitate easier adoption 21:20:10 ... Probably not a big issue for HTML to expose tracks in Workers 21:20:33 https://github.com/w3c/media-source/issues/277 21:20:38 Subtopic: Threading lifetimes 21:21:56 wolenetz: what happens to