WebAssembly (Wasm)
Talk deck on running WebAssembly at the edge for video workflows — use cases, constraints and performance considerations.
Link
Related resources
- FOSDEM 2025 Video ArchiveDirect MP4/WebM download archive of all FOSDEM 2025 talk recordings, no YouTube dependency.
- FOSDEM 2025 Open Media Devroom ScheduleFull talk schedule for FOSDEM 2025's Open Media devroom, linking to individual talk pages and recordings.
- The Broadcast Knowledge — OTT Talks ArchiveArchive of recorded conference talks and webinars on OTT streaming and codec engineering topics.
- Voices of VideoNETINT Technologies podcast featuring industry experts discussing video encode/decode, hardware vs software codecs.
- Demuxed Podcast Ep.10: Large-Scale Video StreamingDemuxed podcast episode discussing engineering challenges of large-scale video streaming systems.
- Video Encoding to AV1 Guide (WIP)Long-running community-maintained guide to AV1 software encoding (libaom/aomenc) on the Level1Techs forum.
- A Hitchhiker's Guide to Structural SimilarityNetflix-affiliated deep-dive paper on SSIM quality metrics and their application to streaming QoE evaluation.
- Building Your Own Scalable Video Streaming Server (Part 1)Code-along tutorial series building a microservices-based video streaming server with FFmpeg HLS segmenting.
- Building Your First Video Pipeline: FFmpeg & MediaMTX Basics (Part 1)Technical tutorial walking through demux→decode→filter→encode→mux pipeline stages toward building a low-latency streaming setup with FFmpeg…
- Fora Soft: Video Streaming Deep-Dive GuideFree 9-chapter technical guide covering HLS, DASH, WebRTC, CMAF, CDN, and DRM fundamentals.
- Demuxed PodcastPodcast for video engineers covering HLS, DRM, player internals, and streaming infrastructure deep dives, tied to the Demuxed conference.
- Streaming Tech Sweden 2025 RecordingsSession recordings from the 2025 Streaming Tech Sweden conference, covering Nordic streaming architecture and client-side encryption talks.
- First Release of dav1d (v0.1.0 "Gazelle")Jean-Baptiste Kempf's release notes for dav1d's first version, covering performance goals and roadmap.
- Twitch/AMD/NGCodec FPGA VP9 Encoding Case StudyCase study on FPGA-accelerated VP9 encoding at Twitch, showing 25% bitrate savings and 30x performance over CPU encoding.
- MDN: Media Source Extensions APIOfficial MDN reference documentation for the Media Source Extensions API (MediaSource, SourceBuffer, SourceBufferList) used to build custom…