I want to play 4 to 5 video from my dropbox account in to my website.
This is my code:
<video controls="controls" height="480" width="640">
<source src="https://www.dropbox.com/s/393c52vimvnvr7n/devinejamz-partnership.mp4?dl=1" type="video/mp4">
</video>
2 Videos are successfully playing with this code but 3 videos show below error.
My Video stops playing after sometimes.I dont know why and shows error as below:
No Video with supported format and mime type found.
Can anybody tell me whats the problem??
Copy the drop box video link, then replace www.dropbox.com with dl.dropboxusercontent.com
Thus the URL: https://www.dropbox.com/s/dgbdbgdgb/file.mp4?dl=0
will become: https://dl.dropboxusercontent.com/s/dgbdbgdgb/file.mp4?dl=0
Then embed the updated URL to your video player tag.
Source: Visit: link
来源:https://stackoverflow.com/questions/31157517/how-to-play-video-of-dropbox-directly-in-our-application