Published
Edited
Apr 16, 2020
Also listed in…
Video
Insert cell
Insert cell
vidvid.info("https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4")
Insert cell
vidvid.info(
"https://raw.githubusercontent.com/mdn/interactive-examples/master/live-examples/media/cc0-videos/flower.mp4"
)
Insert cell
// Should error
vidvid.info("https://it/does/not/exists")
Insert cell
// Should timeout (unless your latency to archive.org is very low!)
vidvid.info(
"https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4",
{ timeout: 5 }
)
Insert cell
// Should error because archive.org does not allow CORS...
vidvid.info(
"https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4",
{ crossOrigin: "anonymous" }
)
Insert cell
// ... meanwhile raw.githubusercontent.com does
vidvid.info(
"https://raw.githubusercontent.com/mdn/interactive-examples/master/live-examples/media/cc0-videos/flower.mp4",
{ crossOrigin: "anonymous" }
)
Insert cell
vidvid = import('https://unpkg.com/vidvid-info?module')
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more