Hi,
I am trying to experiment on Video Field and I would like to upload my videos to appian and play them in UI. As I am implementing this, I got stuck as a!webVideo taking URL as source but how can I implement this?
Discussion posts and replies are publicly visible
I don't believe there is a way to directly play a video stored as an Appian Document (uploaded by the user). As you noted the a!videoField requires that the a!webVideo is hosted at some URL. If this is a requirement then you may need to find a way to programmatically take the user's uploaded video file, host it somewhere, and then use a!webVideo pointed to that URL.
If you need the url, you can experiment with "/suite/doc/<docId>", being the docId the video you have just stored in Appian
I have not tried to be sure but the docs page for a!webVideo says "Appian documents cannot be used as the source video."