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

how to embed this url into my website using jw player


Hi i need to embed url from uptostream into my website they r using video js but i want to get the url and use jwplayer the probleme is i can get the url from there page source but it's change after 24 hours or less look at this one for example http://uptostream.com/iqwjjfds5wp2
yesterday the url video was like this :
<source src='http://www52.uptobox.com/stream/2ils3p70fd/360/0' type='video/mp4' data-res='360p' data-default="true" lang='English' idLang='0'/>
<source src='http://www52.uptobox.com/stream/2ils3p70fd/480/0' type='video/mp4' data-res='480p' lang='English' idLang='0'/>
<source src='http://www52.uptobox.com/stream/2ils3p70fd/720/0' type='video/mp4' data-res='720p' lang='English' idLang='0'/>

but today change to
<source src='http://www52.uptobox.com/stream/2jk7bj6567/360/0' type='video/mp4' data-res='360p' data-default="true" lang='English' idLang='0'/>
<source src='http://www52.uptobox.com/stream/2jk7bj6567/480/0' type='video/mp4' data-res='480p' lang='English' idLang='0'/>
<source src='http://www52.uptobox.com/stream/2jk7bj6567/720/0' type='video/mp4' data-res='720p' lang='English' idLang='0'/>

and theres some other website who can stream from it but i dont know how pls help

3 Community Answers

Andrew

JW Player Support Agent  
0 rated :

Hi would you be able to explain things a bit further here? Are you trying to utilize a user’s content on your own site?

mo4vies

User  
0 rated :

this is just an example i tried use videos from my computer but the caption didn't work that why i get this link from uptobox
here's the code
<body>


<div class="exemple">
<div id="myElement">Loading the player...</div>

<script type="text/javascript">
jwplayer("myElement").setup({
image: "test.png",
file: "test.mp4"
tracks: [{
file: "test.vtt",
label: "English",
kind: "captions",
"default": true
}],
logo: {
file: 'test2.png',
link: 'http://example.com'
},
skin: "bekle"

});
</script>
</div>
</body>

mo4vies

User  
-4 rated :

i find it thx anyway

This question has received the maximum number of answers.