Palace Under Investigation for Gun Ban
This looks like a data structure (likely JSON) describing a video component for a website, specifically from VGTV (a Norwegian online video platform). Let’s break down the key parts:
Overall structure:
this is a configuration object for a custom component, likely built with Astro (indicated by the renderer-url and the .js extensions). It’s telling the website how to render a video player.
Key Properties:
* component-export="Video": This indicates that the JavaScript file at /video.DCB2mpiL.js exports a component named “Video”.This is the component that will be used to render the video player.
* renderer-url="https://www.vg.no/vgc/cdn/vgno/assets/production/_astro/client.B4ukvwq6.js": This is the URL of the JavaScript file that contains the rendering logic for the component. Astro uses this to hydrate the component on the client-side.
* props: This is a JSON object containing the data that will be passed to the “Video” component. This is where the video’s information is stored.Let’s look at the properties within props:
* assetType: [0, "video"] - Indicates this is a video asset. The [0,...] structure is likely a way to encode the data for Astro’s internal processing.
* id: [0, "346093"] – The unique ID of the video (346093).
* imageAsset: This is a complex object describing the video’s thumbnail image.
* id: [0, "a7b0687c994d323e19ab4915771b28d0@tv"] – the ID of the image asset.
* main: [0, "https://images.stream.schibsted.media/users/vgtv/images/a7b0687c994d323e19ab4915771b28d0.jpg"] - The URL of the main thumbnail image.
* snapshots: [0, "https://images.stream.schibsted.media/users/vgtv/images/5fb9bb853514ed3a50006a6572e02067.jpg"] – URL of another thumbnail image, possibly a lower-resolution or different version.
* size: [0,{ "height": [0,102],"width": [0,102] }] – The dimensions of the main thumbnail image (102×102 pixels).
* urls: This is a list of URLs for the thumbnail image at different resolutions. The t[]=...q50 part of the URLs suggests these are optimized for different screen sizes and bandwidths (e.g., t[]=102q50 is a 102px high thumbnail with 50% quality).
* metadata: Contains additional metadata about the video.
* preview: [0, "https://dd-vgtv.akamaized.net/vgtv/vod/2025/11/wpogx3kybebvzn9q9eqd6/meta_preview.mp4"] – URL of a short preview clip of the video.
* preview_vivi_category: `[0″https://dd-vgtvakamaizednet/vgtv/vod/2025/[0″https://dd-vgtvakamaizednet/vgtv/vod/2025/[0″https://dd-vgtvakamaizednet/vgtv/vod/2025/[0″https://dd-vgtvakamaizednet/vgtv/vod/2025/
