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

How do i hide my playlist?


Hello,

I would like to hide my full playlist so the video address isnt stolen and they are not downloaded.

i tried the javascriptobfuscator.com


But it doesnt work apparently.

Any other ideas?

8 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Please provide a link.

info

User  
0 rated :

Hello,

I wouldnt want to put the whole playlist here.

But its something like this:

<div id="Test"></div>
<script>
jwplayer("Test").setup({
listbar: {
position: "right",
size: 245
},
width: '800',
height: '420',
playlist: [{
image: "http://link.jpg",
file: "rtmp://link",
title: "Members Only",
description: "5/19/14"
},{
image: "http://link.jpg",
file: "rtmp://link.m4v",
title: "Members Only",
description: "5/14/14"
}],
});
</script>


Ethan Feldman

JW Player Support Agent  
1 rated :

Try to use a tool like this – http://www.dynamicdrive.com/dynamicindex9/encrypter.htm

info

User  
0 rated :

amazing, it works perfect THANK YOU !

info

User  
0 rated :

Also,
If i purchase the ads player , will the ads be able to play inside a playlist every time a viewers clicks on the video? and in between?

I cant find a tutorial on this.

Thank you

Ethan Feldman

JW Player Support Agent  
0 rated :

Np!

Yes, the ads edition will show ads in between playlist items.

info

User  
0 rated :

ok great. Thank you.

Ethan Feldman

JW Player Support Agent  
0 rated :

Np

This question has received the maximum number of answers.