Every section below is illustrative placeholder content, written only to demonstrate the proposed page structure for "Showcase" tutorials. No application described here has actually been built or verified. This page should be replaced once a real showcase exists for this project.
The idea
It's the 82nd minute and the only camera you're watching is whichever one the broadcast director picked. What if the viewer picked instead? Pitch-side, tactical overhead, or locked on their favourite player — same live moment, their choice of angle, switched instantly during a replay.
(Illustrative scenario — pick whatever real use case you want the actual showcase to demonstrate. The point of this section is one punchy paragraph that makes someone want to keep reading, not a requirements list.)
What you'll build
A small web viewer that plays a live 5GMS stream and lets the viewer switch between synchronized camera angles during a replay window, with every switch reported back as a consumption event.
Sample only — not built, not verified. A real showcase page should state the last-verified date and the exact component versions it was tested against, e.g. "Verified 2026-07-04 against AF 1.3.0 / AS 1.2.0."
Architecture
(Placeholder for one diagram showing the components combined and how data flows between them — for a showcase this replaces several paragraphs of prose, since the point is "these N pieces work together," not the detail of any one piece. The cards below are illustrative navigation, not a substitute for that diagram.)
Prerequisites
- Complete the 5GMSd (with Docker) tutorial — this showcase builds on that deployment rather than repeating its setup.
- Complete 5G Media Streaming with Consumption Reporting.
- (Any showcase-specific requirement, e.g. a particular content set with multiple camera angles already encoded.)
Build it
Step 1: (illustrative)
(Real steps go here, in the same terse, code-block-heavy style already used in the existing Tutorials — that part of the format doesn't need to change.)
Step 2: (illustrative)
...
What's next
Once it's running, this is where a showcase invites tinkering rather than just reproduction:
- Swap the fixed camera set for a viewer-uploaded angle.
- Add QoE Metrics Reporting alongside Consumption Reporting to compare rebuffering across angles.
- Try it over a real 5G Broadcast path instead of unicast delivery.