Hello deeveearr,
Thank you for the link. I see there’s FV Player with a Dropbox link to video and it fails to play.
When I open that Dropbox link directly it plays the video. The format of the link looks like this (I’m obfuscating the {id} and {key}):
https://www.dropbox.com/scl/fi/%7Bid%7D/Summer-Recruitment-2024-Titles-Edit.mp4?rlkey={key}&raw=1
The reason why it does not play in FV Player is that it probably checks some of the HTTP request headers, such as the referrer header. When I insert it using bare HTML5 video tag it won’t play either:
<video controls><source src="https://www.dropbox.com/scl/fi/{id}/Summer-Recruitment-2024-Titles-Edit.mp4?rlkey={key}&raw=1" type="video/mp4" /></video>
So it’s not a problem with FV Player, but a more general isse.
I found that it actually depends on the dropbox.com cookies which you browser has.
So the Dropbox link cannot play the video reliably, as they probably don’t want you to be using their services for video playback anyway.
Or are you using some paid plan which should let you use video links with 3rd part players?
Please post your issues to https://foliovision.com/support/ in the future to help us keep track of the issues.
Thanks,
Martin