VVideoSource

VideoSource component.

<v-video-source
  id="video-source-id"
  :urls="[video_url, audio_url]"
  :coordinates="coordinates"
/>

Example

Init Map

Render v-video-source component.

Property

PropertyRequiredTypeDescription
idtruestringsource id
urlstruestring[]audio/video urls.
coordinatestruelngLat[]video source coordinates

for more details you can access to mapbox website, go toopen in new window

Last Updated:
Contributors: timeroute