This example illustrates how MPEG-5 LCEVC-enhanced streams can be decoded in dash.js.
+ In this implementation, enhancements are carried as Supplemental Enhancement Information
+ within the same track as the base video. The base frames are decoded by the HTML5 Video
+ Tag, with the LCEVC Decoder libraries processing the enhancement and rendering it to
+ an HTML5 Canvas element. This example is a debug test stream, which will show moving
+ squares when the LCEVC enhancement is being decoded and displayed successfully.
+
+
+
+
+
+
+
+
+
+
+
+
+ 00:00:00
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 00:00:00
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/samples.json b/samples/samples.json
index bec439cb2c..ba01c7af92 100644
--- a/samples/samples.json
+++ b/samples/samples.json
@@ -859,5 +859,21 @@
]
}
]
+ },
+ {
+ "section": "MPEG-5 Part 2 - LCEVC",
+ "samples": [
+ {
+ "title": "SEI Implementation",
+ "description": "A sample showing how to use the MPEG-5 Part 2 LCEVC in an SEI Based enhancement delivery.",
+ "href": "lcevc-sei/lcevc-sei.html",
+ "image": "lib/img/bbb-1.jpg",
+ "labels": [
+ "Module",
+ "Video",
+ "Audio"
+ ]
+ }
+ ]
}
]