View Single Post
  #14  
Old 08-16-2014, 12:42 AM
save8lot save8lot is offline
Member
 
Join Date: Aug 2014
Posts: 39
save8lot is on a distinguished road
Default

Re: Decryp adobe access?


Quote:
Originally Posted by blimey View Post
You don't need to use the script directly, you can just take all of the information from it to form your http request to kaltura. It appears that the partner id for video.disney.com is always 628012. Then just take the video id for the video you want (found in the source of the video page, it is 0_mq7fa9rc for the video at the start of this thread) and the flavor id for 1920x1080_7840 (mp4) is 385971.

If you can't form the url, I can send you an example in a private note.
Thanks blimey for directing me to the Disney PHP file, however I must admit I have no idea how to use it. I did read through the rest of this thread as well, and according to your directions you need a "Partner ID", "Video ID" and "Flavor ID". Just to use the same video as an example:
Code:
http://video.disney.com/watch/disneychannel-dmms026-captain-donald-4ffebffe5c7742b5e967c3c7
Searching the source code I found:

partnerId = 628012
video_id = 0_9j8twsfg
Flavor id = ?

I am not sure what the flavor ID is, I found about 26 of them listed under "flavorParamsIds" but not sure how to determine which ones goes to the "1920x1080_7840x160.mp4" file.

Code:
flavorParamsIds":"0,385871,385881,385901,385911,385931,385951,385961,385971,386961,386981,387021,387031,426321,426331,426351,426361,698081,698092,698102,698112,698122,698142,698152,698162,698172,698182"
I am going to ASSUME its "385971" only because the user above was looking for the same quality and that code was also one of my 26 choices. However, it is really more important to determine HOW you figured out which one it was, as apposed to just guessing that is it.

Once I get those 3 ID's, is that all I need? At that point I assume I copy and paste them into the PHP File (not sure where), then execute the PHP file (not sure how).


Hopefully you can help me figure this out. You seem to be very knowledgeable, so thanks in advance for your help.
Reply With Quote