OTT news at Google I/O 2022

I watched Google I/O 2022 so you don't have to! Below are crisp summaries of what Google has in store for us on Google TV, Android TV, Android Media and ExoPlayer.

Google I/O is Google's yearly developer conference. If you're a video streaming enthusiast, I'd recommend you to spend 30 minutes watching the presentations on "What's new with Android TV and Google TV" and "What's new in Android media". If you can spare two hours, you could watch the keynote – or skim a recap.

The next two sections outline these first two presentations. Click the timecode in "the timeline" (below the video) to be taken to that part of the presentation. (You might need to click the Play-button again on some devices to resume video playback.)

What's new with Android TV and Google TV (in 2022)

This talk focuses on reviewing their recent progress, recapping Android 12, and highlighting the (upcoming) Android 13 updates.

The timeline:

What's new in Android media

Media3 is Android's collection of libraries related to media playback, including ExoPlayer. This talk focuses on the new Android 13 capabilities, as well as updates to ExoPlayer.

The timeline:

const spans = document.querySelectorAll('.post-content ul li span'); for (let i = 0; i < spans.length; i++) { const span = spans[i]; const videoId = parseInt(span.parentElement.parentElement.dataset.videoid); const youtubeId = (videoId == 0) ? "uZTOaKFnNTw" : "Ba70zmFZgk0"; const iframe = document.querySelectorAll('iframe')[videoId]; span.addEventListener('click', () => { let start = span.innerText.split(":"); start = parseInt(start[0])*60+parseInt(start[1]); iframe.src = "https://www.youtube.com/embed/"+youtubeId+"?autoplay=1&start="+start+"&feature=oembed"; }); }

That's it. That's the post. 🏳