Go
Not registered? Sign up!

Embed Veoh in JV player - is there something missi

Google Translate
40 posts | return to the Setup Problems forum | get the rss feed for this thread

May. 25, 2008David Hunter

Hi guys,

I was able to extract the full movie from Veoh and the file from Megavideo but I can't embed it into JV Player. Hope that you guys can help me and help others also

Veoh has 5 minute preview and this is the link of the full movie
http://content.veoh.com/flash/p/12184773/a00feb68389f381cfb658a0aeb4f45539abb2bf5.flv?ct=fc3632ae60e5e1e0dd66d7cd2c4efb7cd65f24c745ec4dbe

Then I put in the player which makes the code below. But it does not work.


<script type="text/javascript" src="http://planettube.net/movie/swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('http://planettube.net/movie/mediaplayer.swf','mpl','520','460','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','460');
so.addVariable('width','520');
so.addVariable("image","images/stories/movie/hopphim.png");
so.addVariable('file','http://content.veoh.com/flash/p/12184773/a00feb68389f381cfb658a0aeb4f45539abb2bf5.flv?ct=fc3632ae60e5e1e0dd66d7cd2c4efb7cd65f24c745ec4dbe');
so.addVariable('type','flv');
so.write('player');
</script>

I already added type=flv in there. Is there something that I am missing

Thanks

May. 26, 2008nickName

so.addVariable('file', encodeURIComponent('http://content.veoh.com/flash/p/12184773/a00feb68389f381cfb658a0aeb4f45539abb2bf5.flv?ct=fc3632ae60e5e1e0dd66d7cd2c4efb7cd65f24c745ec4dbe'));

May. 26, 2008andersen

try paste the address of the video into the browser address line - when i try i get a "403, access denied"

so it would seem veoh doesnt want you to deeplink to their video - maybe you can find the same otherwhere, like youtube?

also please note this from the "Supported Flashvars" page - http://www.jeroenwijering.com/?item=Supported_FlashvarsUsing the & = ? symbols

Note that you must urlencode the three glyphs ? = & inside flashvars, because of the way these flashvars are presented to the player. The urlencoded values for these symbols are listed here:

? → %3F
= → %3D
& → %26

So if your file to play is at the location getplaylist.php?id=123&type=flv, you must set the file flashvar to getplaylist.php%3Fid%3D123%26type%3Dflv.
as you are using the swfobject method of embedding, you can do it the easier/safer way: so.addVariable("file", encodeURIComponent("...address of file with funny chars here..."));

May. 26, 2008andersen

oh, sorry nickName - you posted while i was typing grin

May. 26, 2008David Hunter

Thanks it works so well. I love it. I have been playing with this player for a while. I will help others to use this player. JV Player is the greatest. Cheers

May. 26, 2008David Hunter

Oh, now I have another issue.

I put this code into Frontpage and preview it and it is able to play the movie. But when I put the code into the website, it can not. It sounds weird isn't it?

<script type="text/javascript" src="http://hopphim.com/phim/swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('http://hopphim.com/phim/mediaplayer.swf','mpl','520','460','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','460');
so.addVariable('width','520');
so.addVariable("image","images/stories/movie/planettube.jpg");
so.addVariable('file', encodeURIComponent('http://ehfgkc.vp.video.l.google.com/videodownload?version=0&secureurl=tgAAAOrg7ck3g9ImwwJD2BS9--LgY8k9OaU-BmDF6LJdYIEUCfWMOgKXOzHbATzGZ2iYXu7sRchmfuy-ZCHRSzZhObzybJ1Cgfso2JxAim07F2TCtepklP9YHf3FubTGmMu3H87tFWmEmG_GJ43HTjlVefo2ZHHZA0lfrLuD9zF4jWv2PGIvM2GBQHmTmwWU-OScTbLSET0UmGPpsK82Fj2RpuVrnfx3p2hnPEOWLsbDUA9J1RClFbMCxlRLRbYaZyqEnw&sigh=z0tceV7mIr9B3i-MfgGyJdYDy5M&begin=0&len=1733633&docid=-2893638393271919277&itag=5&rdc=1'));
so.addVariable('type','flv');
so.write('player');
</script>

Do you have any suggestion?

Thanks

May. 27, 2008David Hunter

I got it fixed.
I forgot to change ? → %3F
= → %3D
& → %26

Are they all the changes we need to make or there is any other symbol we will need to change? Thanks

May. 27, 2008bLubB

May I ask you how you extracted the full movie outer the 5 minute preview?

May. 29, 2008David Hunter

This is the answer i had been persued for several week. To get the code, first use firefox. Install the Firefox here http://firefox-best-browser.com

Now you need a plug in to see the code. Install the plug in here
https://addons.mozilla.org/en-US/firefox/addon/3006

Very simple.

May. 29, 2008David Hunter

HI guys,

I am quite able to embed google in the player. But the Veoh still bugs me a lot. I got this link, and this link works when I paste into the browser
http://veoh-136.vo.llnwd.net/Vpreviews/p/88c3abe32960395d48c556b736a26c3571bf2aa5.flv?e=1212067257&ri=5000&rs=100&h=8ccda038be86fe67a77fa9e4ebcc437f

Now I put into the browser

<script type="text/javascript" src="http://hopphim.com/phim/swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('http://hopphim.com/phim/mediaplayer.swf','mpl','520','460','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','460');
so.addVariable('width','520');
so.addVariable("image","images/stories/movie/planettube.jpg");
so.addVariable('file', encodeURIComponent('http://content.veoh.com/flash/p/3422854/88c3abe32960395d48c556b736a26c3571bf2aa5.flv%3Fct%3Da13623788a475d053b0aebdd8fed6d607fb9eb6d0f63ac82'));
so.addVariable('type','flv');
so.write('player');
</script>

It does not work

I already did
? → %3F
= → %3D
& → %26


Can you guys help please please

May. 29, 2008nickName

You don't need to double encode:so.addVariable('file', encodeURIComponent('http://content.veoh.com/flash/p/3422854/88c3abe32960395d48c556b736a26c3571bf2aa5.flv?ct=a13623788a475d053b0aebdd8fed6d607fb9eb6d0f63ac82'));
so.addVariable('type','flv');
Plays a video about justice with subtitles.

May. 29, 2008David Hunter

Hi nickName,


I already took the so.addVariable('type','flv'); out of the code but it does not work also. Does it mean Veoh restraints it?

Now the code is

<script type="text/javascript" src="http://hopphim.com/phim/swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('http://hopphim.com/phim/mediaplayer.swf','mpl','520','460','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','460');
so.addVariable('width','520');
so.addVariable('file', encodeURIComponent('http://content.veoh.com/flash/p/3422854/88c3abe32960395d48c556b736a26c3571bf2aa5.flv%3Fct%3Da13623788a475d053b0aebdd8fed6d607fb9eb6d0f63ac82'));
so.write('player');
</script>

Can you please help me?

Thanks

May. 30, 2008nickName

You must have:so.addVariable('type', 'flv');in your player code.

The code that I posted above:so.addVariable('file', encodeURIComponent('http://content.veoh.com/flash/p/3422854/88c3abe32960395d48c556b736a26c3571bf2aa5.flv?ct=a13623788a475d053b0aebdd8fed6d607fb9eb6d0f63ac82'));
so.addVariable('type','flv');
plays the video file. I have tested it twice now.

May. 30, 2008lolo

he david hunter, can you post the full script?? pls

Jun. 04, 2008David Hunter

Now I figured out why I can't play the video with Veoh code. Simply they change the code all the time. Those are 4 versions of a same movie when I play. For everytime I play, they generate different code. The 1st code works for a while then stops working. Same thing happens for other codes. Is there a way that we can extract the fixed code that won't change all the time, or is there a way that we embed only one code that will call back to the original code? This really exceeds the scope of a player here but I hope somebody could help


http://veoh-104.vo.llnwd.net/Vpreviews/p/68b4ebd203f1eac9c2e898509acf5046561bea45.flv?e=1212585906&ri=5000&rs=100&h=849baaed455c14f2cd2cbb8d416ee281
http://veoh-104.vo.llnwd.net/Vpreviews/p/68b4ebd203f1eac9c2e898509acf5046561bea45.flv?e=1212586781&ri=5000&rs=100&h=d0e83b13a328a347b8d943758f9f5c56
http://veoh-104.vo.llnwd.net/Vpreviews/p/68b4ebd203f1eac9c2e898509acf5046561bea45.flv?e=1212586990&ri=5000&rs=100&h=f5588a13da99824fbc19d72446dcce8a
http://veoh-104.vo.llnwd.net/Vpreviews/p/68b4ebd203f1eac9c2e898509acf5046561bea45.flv?e=1212587048&ri=5000&rs=100&h=613eeae7fa0d4dfd5c4192b9eaa28153

I saw a page that embed this movie and he is able to play the movie with his JW Player, regardless of the changes of the code. There must be a way to overcome Veoh conundrum but I have not found out yet.

Jun. 04, 2008andersen

@David Hunter
maybe post the link to the page you mention - its probably using a script of sorts that the server savvies here can understand (thats not me wink

Jun. 10, 2008frky

This website plays veoh videos
http://onlinecliptv.com/
Anyone can explain how do they do that?

Jun. 30, 2008thx

I'm also interested in dignity

Jul. 10, 2008David hunter

Many sites can play veoh files in the JW player easily. The key is they call the video file from the url directly, therefore eventhough veoh changes the preview.voeh.com code (which is the video file), those guys are able to stream on JW player also. There should be script to read video file from url. The url never changes anyway. If anyone has a script, I am sure they do not want to share. Simply it is their script

Jul. 16, 2008Daiphyer.Com

something like this? http://daiphyer.com/streaming/5458

Jul. 23, 2008asdwee

It's a tricky one. The time in which one can download the video is probably dependant on the session validity. If the session expires one need a new session identifier, that's the "613eeae7fa0d4dfd5c4192b9eaa28153"-thing wink . If the videos are streamed and I believe they are, veoh can deny access to their files from the Web freely, and that is making their system kind of bulletproof (unless one know how to predict the session id string). And this http://onlinecliptv.com/ site has some sort of a deal with veoh, that is why they can play their videos I presume.

Sep. 18, 2008drewcifer

no way they have a deal with veoh.... you think veoh lets them just put copyrighted material up? come on.

Sep. 20, 2008alvin

If you want to play veoh, youtube, here is the website. http://www.youtubeflashplayer.com/customize-flash-video-player.php

You can download the code or use their embed code.

Sep. 20, 2008alvin

here is another one that can play veoh links by JW Player.
I don't know if you guys have heard of CoolPlayer, this written by Chinese people:
http://izachy.com/2007/02/03/coolplayer-9/

Sep. 24, 2008Saint Shaka

@ Alvin.

"video not found" with youtubeflashplayer.com
Do you know if it can load playlists ?

Oct. 02, 2008Saint Shaka

Is somebody out there ?

Is there any chance to have a JW version working with veoh etc...

Nov. 16, 2008jay rock

<center><p style="visibility:visible;"><embed src="http://assets.myflashfetish.com/swf/mp3/myflashfetish-mp3-player.swf" quality="high" wmode="transparent" flashvars="myid=9366822&path=2008/04/24&mycolor=000000&mycolor2=000000&mycolor3=020303&autoplay=true&rand=1&f=4&vol=100&pat=14&grad=false" width="218" height="155" name="myflashfetish" align="middle"type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:218px;height:155px;" /><br><a href="http://www.myflashfetish.com/playlist/9366822" target="_blank"><img src="http://assets.myflashfetish.com/images/get-tracks.gif" title="Get Music Tracks!" style="border-style:none;" alt="Music"></a><a href="http://www.mixpod.com" target="_blank"><img src="http://assets.myflashfetish.com/images/make-own.gif" title="Create A Playlist!" style="border-style:none;" alt="Playlist"></a><br /><a href="http://mixpod.com">MySpace Music</a> <a href="http://mixpod.com">Playlist</a> at <a href="http://mixpod.com">MixPod.com</a></p></center><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.4NXC/bT*xJmx*PTEyMjY4MTcyNTM*MDYmcHQ9MTIyNjgxNzkxNTAwMCZwPTE4MDMxJmQ9Jmc9MSZ*PSZvPWQ5NmUwNjRiOGQ1MTQxNmVhMmFjNTQ2MzJkODMwYTcz.gif" />

Nov. 22, 2008Alex Kim

I got it to work with Youtube video easy.
So simple way to make it work is that we just change the URL of youtube video link into veoh link. It is hard if veoh always generate new link
but here's the example
http://www.khmerfun.net/alexkim.htm

Feb. 04, 2009kkk

The sites that have cracked the url sceme will keep it secret, Obviously they dont want the masses to find out. Veoh would block the method ofcourse..

So what we need todo is crack it.. im sure its not too hard and then pass it on however keep it on the low?

Feb. 04, 2009Graxeon

@kkk

You're right...people that have it will not share it because Veoh WILL block it. So what I suggest is that everyone give up on embedding Veoh through the JW Player because they would eventually just change their code.

Oh...and as for cracking it...you're right, it is easy. The script is less than 29 lines wink

Feb. 08, 2009Voinage

f you really want the FULL flv not the 5min.

Install their crappy webplayer - i know but its needed.

Copy the link for the file you want.

eg:

http://www.veoh.com/collection/hotman/watch/v6576576k7TQzppf

or any veoh link

Run wireshark then play the vid.
You are looking for a url like this:

http://content.veoh.com/flash/f/v6576576k7TQzppf/fba12c556c81d22634a76ef9c4fcbb7854728a22.flv?ct=d59e14f1ee216cbadfecf11e68e8fdb299478b098222a6f3

This is the full flv url and it never expires.

Embed this.

The ct codes are specific to each video so you cannot just put the filehash and perma from another. Hence the wireshark.

I would have just python`d the thing otherwise.

I`ll keep you posted when i sort it.

it works & they cannot change it as it f**ks up their awful web player routine. haha.

Their flashplayer uses range requests instead of the full file download without range reqs.

Mar. 20, 2009ninh hung

how read file format: .fll?
thanks

Mar. 31, 20092nd*man

^^That is the question^^??

Apr. 07, 2009hqpadam

http://tamilmoviewaves.net/107151-Kuselan-Tamil-Movie-Watch-Online-DVD

Check this link...if you see their source code, you can see that they are streaming it from veoh. The problem is I have no idea how they got it, and it also only seems to work on that website. Using that embed code on other websites dont seem to work

Apr. 30, 2009sadas

Hi,

I have one idea....it will work.....

Get the .fll link ..
http://content.veoh.com/flash/f/2/v162446073ZX3dBPX/e634416862b8d38d323a09b4a7927b022639b964.fll?ct=c32a88c3e1b29d2b572244ccd2c335a465e36e20d4d29db1

and ct="blahblahblah" should change everytime the player loads... then it will work...anybody can u give a try.. or will comeback soon with an update... wink ..

May. 27, 2009Anand

How to download video from Veoh, Dailymotion, Megavideo etc. If possible can any one share the code (C# .NET)

Aug. 19, 2009Jero

want to buy veoh

Aug. 19, 2009Jero

want ot buy veoh script

Sep. 04, 2009Neurel

I am selling a veoh FLV grabber script.
Contact me at neurel111@gmail.com

Sep. 22, 2009itforumz dekhle

None of them is working

Add a reaction

You can also return to the category or try this search for related threads.


 

Search the Forums

Go

Support

Support Here are some helpful links to learn more about the JW Player™:

Monetize Your Video

Monetize Your Video Earn money with ads from LongTail's AdSolution. Watch our demos and sign up now!

Why Buy a License?

Why Buy a License? If you don’t buy a commercial license, you cannot use a JW Player™ on (i) a site that has ads; (ii) a corporate site; or a (iii) CMS. Our licenses are very inexpensive, so what are you waiting for? Buy a license today.