> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gcore.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Demo

The demo players below cover both VOD and live streams. Each demo uses the same Gcore built-in player available for production streams.

## VOD demos

### Sintel — 1080p, HLS MPEG-TS, H.264

<iframe title="Gcore VOD demo player" src="https://player.gvideo.co/videos/2675_w6nGXEimHz4Z6t1j?autoplay=false" width="100%" height="420" allow="autoplay; fullscreen; picture-in-picture" allowFullScreen />

* Player URL: `https://player.gvideo.co/videos/2675_w6nGXEimHz4Z6t1j?autoplay=false`
* Manifest URL (.m3u8) — 1080p, HLS MPEG-TS, H.264, subtitles multi-lang: `https://demo-public.gvideo.io/videos/2675_w6nGXEimHz4Z6t1j/master.m3u8`

### Sprite Fright — 1080p, HLS/MPEG-DASH CMAF, H.264

<iframe title="Gcore VOD demo player" src="https://player.gvideo.co/videos/2675_iKbrdNMcS9ylGuw?autoplay=false" width="100%" height="420" allow="autoplay; fullscreen; picture-in-picture" allowFullScreen />

* Player URL: `https://player.gvideo.co/videos/2675_iKbrdNMcS9ylGuw?autoplay=false`
* Manifest URL (.m3u8) — 1080p, HLS MPEG-TS, H.264, subtitles multi-lang: `https://demo-public.gvideo.io/videos/2675_iKbrdNMcS9ylGuw/master.m3u8`
* Manifest URL (.mpd) — 1080p, MPEG-DASH CMAF, H.264, subtitles multi-lang: `https://demo-public.gvideo.io/videos/2675_iKbrdNMcS9ylGuw/master.mpd`

### Tears of Steel — 4K, HLS CMAF, multi-codec

<iframe title="Gcore VOD demo player" src="https://player.gvideo.co/videos/2675_5aT2bPTFEN2BSQFm?autoplay=false" width="100%" height="420" allow="autoplay; fullscreen; picture-in-picture" allowFullScreen />

* Player URL: `https://player.gvideo.co/videos/2675_5aT2bPTFEN2BSQFm?autoplay=false`
* Manifest URL (.m3u8) — 4K 4838x2160, HLS CMAF, H.264/HEVC/AV1: `https://demo-public.gvideo.io/videos/2675_5aT2bPTFEN2BSQFm/master.m3u8`
* Manifest URL (.mpd) — 4K 4838x2160, MPEG-DASH CMAF, H.264/HEVC/AV1/VP9: `https://demo-public.gvideo.io/videos/2675_5aT2bPTFEN2BSQFm/master.mpd`

## Live demos

### Continuous live stream — 1080p, HLS/DASH, H.264

<iframe title="Gcore live demo player" src="https://player.gvideo.co/streams/2675_19146?no_low_latency&autoplay=false" width="100%" height="420" allow="autoplay; fullscreen; picture-in-picture" allowFullScreen />

* Player URL: `https://player.gvideo.co/streams/2675_19146?no_low_latency&autoplay=false`
* Manifest URL (.m3u8) — 1080p, HLS MPEG-TS, H.264: `https://demo-public.gvideo.io/mpegts/2675_19146/master_mpegts.m3u8`
* Manifest URL (.m3u8) — 1080p, HLS CMAF, LL-HLS, H.264: `https://demo-public.gvideo.io/cmaf/2675_19146/master.m3u8`
* Manifest URL (.mpd) — 1080p, MPEG-DASH CMAF, LL-DASH, H.264: `https://demo-public.gvideo.io/cmaf/2675_19146/index.mpd`

### Continuous live stream with DVR — 1080p, HLS

<iframe title="Gcore live demo player" src="https://player.gvideo.co/streams/2675_21960?no_low_latency&autoplay=false" width="100%" height="420" allow="autoplay; fullscreen; picture-in-picture" allowFullScreen />

* Player URL: `https://player.gvideo.co/streams/2675_21960?no_low_latency&autoplay=false`
* Manifest URL (.m3u8) with DVR — 1080p, HLS MPEG-TS, H.264: `https://demo-public.gvideo.io/mpegts/2675_21960/master_mpegts.m3u8`
* Manifest URL (.m3u8) with DVR — 1080p, HLS CMAF, LL-HLS, H.264: `https://demo-public.gvideo.io/cmaf/2675_21960/master.m3u8`
* Manifest URL (.mpd) with DVR — 1080p, MPEG-DASH CMAF, LL-DASH, H.264: `https://demo-public.gvideo.io/cmaf/2675_21960/index.mpd`

## Players

The demos above embed Gcore's [built-in web player](/streaming/player/customize-appearance-of-the-built-in-player) — a ready-made player that runs in an iframe, requires no coding, and can be embedded on any site or opened directly via a link. Its colors, logo, autoplay, and other appearance options can be customized through the Customer Portal or the REST API.

The [JS Player SDK](/streaming/player/player-api-tutorial) (`@gcorevideo/player`) provides full control over playback UI and behavior in a custom app. Built on hls.js, dash.js, and the native `<video />` element, it supports HLS, LL-HLS, MPEG-DASH, LL-DASH, and MP4, including non-Gcore sources.

## More demos and integration examples

These demos are a sample of what Gcore Streaming supports. [gcore-videoplayer-js](https://github.com/G-Core/gcore-videoplayer-js) is the public GitHub repository for the JS Video Player & SDK — it has the full source code, more demo videos and live streams, and technical explanations for integrating the player into other projects.

* The repository's [player demo page](https://g-core.github.io/gcore-videoplayer-js/example/player.html) shows a full example of player and API integration into a real web page.
* [Player-lab](https://g-core.github.io/gcore-videoplayer-js/example/player-lab.html) is an interactive sandbox where player configuration options and overrides can be tested before embedding them in a project.
