Skip to content

Commit 466496f

Browse files
authored
Update thumbnail URLs (#691)
Needed to update the example thumbnail URLs to reflect the new format
1 parent 8127dcd commit 466496f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developers/guides/thumbnails-live.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Example response:
3838
{
3939
"hrn": "Thumbnail (PNG)",
4040
"type": "image/png",
41-
"url": "https://storage.lp-playback.studio/raw/{ID}/catalyst-recordings-com/hls/{playbackId}/{ID}/source/latest.png"
41+
"url": "https://recordings-cdn-s.lp-playback.studio/hls/{playbackId}/{ID}/source/latest.png"
4242
}
4343
]
4444
}
@@ -66,7 +66,7 @@ updates with the latest frame from the stream.
6666
function PreviewComponent() {
6767
// Update to your thumbnail URL
6868
const thumbnailUrl =
69-
"https://storage.lp-playback.studio/raw/juixm77hfsmhyslrxtycnqfmnlfq/catalyst-recordings-com/hls/61482gtjzi49cyvb/6cf39a0f-8b68-4ff8-8c7b-b105d6a6a9ed/source/latest.png";
69+
"https://recordings-cdn-s.lp-playback.studio/hls/61482gtjzi49cyvb/6cf39a0f-8b68-4ff8-8c7b-b105d6a6a9ed/source/latest.png";
7070

7171
const [randomValue, setRandomValue] = useState(Date.now());
7272

0 commit comments

Comments
 (0)