How to play videos hosted on a server
I have a video player that plays an array of videos hosted in a videos folder. I'm able to delete and add videos and it updates in the video player fine. I'd like to host these videos on a web server. Can any one point me in the right direction to have this completed.
Code:
public VideoClip[] videoClips;
videoClips = Resources.LoadAll<VideoClip>("Videos");
videoPlayer.clip = videoClips[0];
videoplayername();
Any assistance would be greatly appreciated.
Comment
Your answer
Follow this Question
Related Questions
Convert string to array name? 0 Answers
Drop down array selection 0 Answers
How can I display video from the script ? 0 Answers
How can I save this objects ? 0 Answers
Videoplayer: Simple script for button to jump back 30 seconds. 1 Answer