
Streaming video uploaded on a third party server
I have uploaded a video in my site server. What should i do to play this video using Jwplayer?
I have uploaded a video in my site server. What should i do to play this video using Jwplayer?
Sounds like all you need to do is to use your video’s URL in the file: ’’ parameter of your jwplayer().setup(). Please see http://support.jwplayer.com/customer/portal/articles/1406723-mp4-video-embed for more details.
Is it possible to pass the url encoded instead of passing the direct path?
What do you mean by encoded URL? There are a few ways to obfuscate the direct path, but since the video is requested via Javascript, you will not be able to 100% guarantee that no one can find it.