Skip to content

Commit b9ef8dd

Browse files
authored
Add media source (MSE) and managed media source (#808)
1 parent 67b97cf commit b9ef8dd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Managed media source
2+
description: The `ManagedMediaSource` API is a `MediaSource` where the browser manages the memory of source buffers and may evict data if needed.
3+
spec: https://w3c.github.io/media-source/#managedmediasource-interface
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: Media source
2+
description: The `MediaSource` API is a custom data source for media elements commonly used for adaptive streaming. Also known as Media Source Extensions (MSE).
3+
spec: https://w3c.github.io/media-source/
4+
caniuse: mediasource

0 commit comments

Comments
 (0)