Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: Decryp adobe access?Thank you denobis!
But how to use this php script? I have php already installed |
#12
|
|||
|
|||
Re: Decryp adobe access?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. |
#13
|
|||
|
|||
Re: Decryp adobe access?An example URL would be nice.
Thank you |
#14
|
|||
|
|||
Re: Decryp adobe access?Quote:
Code:
http://video.disney.com/watch/disneychannel-dmms026-captain-donald-4ffebffe5c7742b5e967c3c7 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" 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. |
#15
|
|||
|
|||
Re: Decryp adobe access?Quote:
Code:
385871 848x480_536x64.mp4 385881 848x480_904x96.mp4 385901 1280x720_1404x96.mp4 385911 1280x720_2104x96.mp4 385931 1280x720_2904x96.mp4 385951 1920x1080_4140x160.mp4 385961 1920x1080_5840x160.mp4 385971 1920x1080_7840x160.mp4 386961 1280x720_1404x96.webm 386981 1280x720_2904x96.webm 387021 320x240_96x32.mp4 387031 480x320_350x64.mp4 387041 480x320_500x64.mp4 426321 320x240_96x32.m3u8 426331 480x320_350x64.m3u8 426341 480x320_500x64.m3u8 426351 848x480_536x64.m3u8 426361 848x480_904x96.m3u8 698081 320x240_96x32.access.mp4 698092 480x320_350x64.access.mp4 698102 848x480_536x64.access.mp4 698112 848x480_904x96.access.mp4 698122 1280x720_1404x96.access.mp4 698142 1280x720_2104x96.access.mp4 698152 1280x720_2904x96.access.mp4 698162 1920x1080_4140x160.access.mp4 698172 1920x1080_5840x160.access.mp4 698182 1920x1080_7840x160.access.mp4 |
#16
|
|||
|
|||
Re: Decryp adobe access?So you actually had to test them all out individually in order to figure out the flavor ids. OK I see, I figured there must have been some pattern I was missing. Good to know.
OK, now that I have determined the 3 ID, whats the next step? BTW, I have the PHP file, and I have the Atresdownloader v17.2P installed (i had to download the "libeay32.dll" and "ssleay32.dll" files from the net and save them in the install directory to get the program to start). |
#17
|
|||
|
|||
Re: Decryp adobe access?It sounds like you installed the update version of atres, you need the full version.
Code:
http://www.mediafire.com/download/p35nzym1n418yl5/a3toMP4v17.2F.exe |
#18
|
|||
|
|||
Re: Decryp adobe access?Yeah, I first installed the 17.2P file and it didnt work, so i figured it might have been an update file. I went back and installed v17 then 17.2P on top of it (which should essentially be the same thing as installed 17.2f alone, i assume).
I did try entering the video URL into the atresdownloader and hit the search (magnifying glass) button, and the program just froze on me (title bar said not responding). So either I did something wrong (which is not impossible since i have never used it before), or I am missing something. EDIT: Tried using it a couple more time, and it kept freezing until I changed it to "Dont Use Proxies" then it loaded with a big green "OK" button and a black Rectangle in the middle of the screen (which looks like it should be for a streaming video), but nothing ever plays, nothing downloads, and there is nowhere to select the different "flavors" available. While it would be great to figure out how to use it properly, I am genuinely interested in learning the "manual" way of doing this. I feel like I am close by already determining the 3 ID's, so what do I do now that i have them? |
#19
|
|||
|
|||
Re: Decryp adobe access?Thank You Blimey.
[I wish I could send you a PM to thank you in more detail.] BTW...Do you think this method also works for the subtitle files "english_subtitles.vtt". I was not sure if maybe they could be one of the "Flavor ID's" or not. |
#20
|
|||
|
|||
Re: Decryp adobe access?Thanks for the subtitle Help Blimey.
I did not understand the m3u8 method because when i download the m3u8 file and open it in notepad all I find is ".ts" and ".key" files, no subs. However I am only interested in converting them to ".srt" anyway, and the ".xml" works fine for that, so its no big deal. There were two videos I could Not find subs for, but i think perhaps there are none to be found (not sure why since all the rest have them). Code:
http://video.disney.com/watch/disneychannel-the-adorable-couple-4f21c83e3f5c3c9cf9fc5d18 http://video.disney.com/watch/disneychannel-third-wheel-4f1253f92447a3fff4ab6ae9 Oh well, I guess I will just have to figure out how to make them on my own. THANK YOU again for all your help!! |
Tags: adobe access |
Thread Tools | |
Display Modes | |
|
|