How to embed a video from computer

142
2
Jump to solution
4 weeks ago
Labels (2)
JV_
by
Occasional Contributor

Hello,

I am exploring ways to upload a video directly from my computer to my website, which is created using ArcGIS Experience Builder. While I am aware that embedding videos from YouTube is possible, I have privacy concerns that prevent me from using that platform. Could you please advise if there is a method to upload videos directly from my computer? Additionally, which widget would be most suitable for this purpose?

0 Kudos
1 Solution

Accepted Solutions
JeffreyThompson2
MVP Regular Contributor

You can use the privacy settings on YouTube and set your video to Unlisted. It should prevent your video from being found by anyone using the site normally.

If that's not good enough for you and you can build a custom widget, take a look at the use-assets sample. With this you can save the video file directly into your custom widget. And HTML5 has the Video tag, that allows videos to play directly in the browser with no need for an intermediate service or plug-in.

GIS Developer
City of Arlington, Texas

View solution in original post

2 Replies
JeffreyThompson2
MVP Regular Contributor

You can use the privacy settings on YouTube and set your video to Unlisted. It should prevent your video from being found by anyone using the site normally.

If that's not good enough for you and you can build a custom widget, take a look at the use-assets sample. With this you can save the video file directly into your custom widget. And HTML5 has the Video tag, that allows videos to play directly in the browser with no need for an intermediate service or plug-in.

GIS Developer
City of Arlington, Texas
KateDoughty1
Regular Contributor

I'd try @JeffreyThompson2 suggestion on how to restrict video access via YouTube.

Otherwise, perhaps you can create a feature service and have the video as an attachment, then using the Embed Widget to connect to the data?

0 Kudos