Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

URL authentication : that the request is validated by an authenticated user so people can’t steal th


Hello

I have purchased unlimited plan from "http://dashboard.jwplatform.com" ,

Details for Account setting
Unlimited CONTACT US
Your account has no storage and streaming limitations.
Please contact us if you wish to make any changes.
Video delivery
You streamed 2 GB to date.
Go to the usage tab to download detailed usage information.
Platform usage
You store 96 MB video at present.
Go to the usage tab to download detailed usage information.

How to implement URL authentication means nobody download video using URL

For example : i have play video using jw platform url, i am using java script api

jwp = jwplayer("myElement").setup({
playlist: [
{
file: "http://content.jwplatform.com/videos/z77vdVcx.mp4",
title: "A Tour of the Interface",
image: 'http://content.jwplatform.com/thumbs/z77vdVcx-480.jpg'
}]
})

if i have directly open in "http://content.jwplatform.com/videos/z77vdVcx.mp4" browser then it is download in my local system

How can i stop downloading from above video? nobody can download from jw platform URL, only play video

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

If you are using the single line embed that the platform generates for you, it will be served by rtmpe by default, which will not allow for people to download.

mjpz

User  
0 rated :

No I don't use embed code directly. I must use javascript api and html code I used is mentioned earlier in my question.

Thanks.

Ethan Feldman

JW Player Support Agent  
0 rated :

You can use our single line embed, and then use the JS API with it still, though.

This question has received the maximum number of answers.