File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Example response:
38
38
{
39
39
"hrn" : " Thumbnail (PNG)" ,
40
40
"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"
42
42
}
43
43
]
44
44
}
@@ -66,7 +66,7 @@ updates with the latest frame from the stream.
66
66
function PreviewComponent() {
67
67
// Update to your thumbnail URL
68
68
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" ;
70
70
71
71
const [randomValue, setRandomValue] = useState (Date .now ());
72
72
You can’t perform that action at this time.
0 commit comments