View Single Post
  #4  
Old 07-05-2015, 08:30 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: martha stewart videos?


Quote:
Originally Posted by med007 View Post
thank you,
What software did you use to get those direct links?

Is ooyala difficult to download from?

####### direct links not the easer way

first i disable plugin flash on firefox and reload video
second i use adblock plus addon open blockable items search for authorization to find this url
Code:
http://player.ooyala.com/sas/player_api/v1/authorization/embed_code/MyMGo6h73X-jHfvV7pidoDm3o4bK/dwbTM5NTpuyysOX8jLmWDKMqg__weD2o?device=html5&domain=www.marthastewart.com&supportedFormats=mp4%2Cwebm
with this url you have just bitrate 800

so i change htm5 >>>> IPAD
Code:
http://player.ooyala.com/sas/player_api/v1/authorization/embed_code/MyMGo6h73X-jHfvV7pidoDm3o4bK/dwbTM5NTpuyysOX8jLmWDKMqg__weD2o?device=IPAD&domain=www.marthastewart.com&supportedFormats=mp4%2Cwebm
after i have this


Code:
{"authorization_data":{"dwbTM5NTpuyysOX8jLmWDKMqg__weD2o":{"authorized":true,"code":"0","message":"authorized","request_timestamp":"1436147488","retry":null,"synd_rule_failures":null,"require_heartbeat":false,"restrict_devices":false,"streams":[{"video_bitrate":800,"profile":"baseline","width":520,"height":390,"framerate":"15.0","video_codec":"h264","audio_bitrate":128,"delivery_type":"mp4","url":{"format":"encoded","data":"aHR0cDovL21zbG8uY2RuLmMub295YWxhLmNvbS5lZGdlc3VpdGUubmV0L2R3YlRNNU5UcHV5eXNPWDhqTG1XREtNcWdfX3dlRDJvL0RPY0otRnhhRnJSZzRndEdFd09tODRPamhuT3lKV0la"}},{"video_bitrate":400,"profile":"baseline","width":520,"height":390,"framerate":"15.0","video_codec":"h264","audio_bitrate":64,"delivery_type":"mp4","url":{"format":"encoded","data":"aHR0cDovL21zbG8uY2RuLmMub295YWxhLmNvbS5lZGdlc3VpdGUubmV0L2R3YlRNNU5UcHV5eXNPWDhqTG1XREtNcWdfX3dlRDJvL0RPY0otRnhhRnJSZzRndEdFd09tTTBPamhuT3hlOTE5"}},{"video_bitrate":1600,"profile":"baseline","width":480,"height":360,"framerate":"15.0","video_codec":"h264","audio_bitrate":128,"delivery_type":"mp4","url":{"format":"encoded","data":"aHR0cDovL21zbG8uY2RuLmMub295YWxhLmNvbS5lZGdlc3VpdGUubmV0L2R3YlRNNU5UcHV5eXNPWDhqTG1XREtNcWdfX3dlRDJvL0RPY0otRnhhRnJSZzRndEdFd09qRm1aem93Wmp0TWVw"}}]}},"user_info":{"ip_address":"5.56.16.79","domain":"www.marthastewart.com","request_timestamp":"1436147488","device":"ipad","language":"fr","country":"DE","timezone":2.0,"continent":"EUROPE"},"debug_data":{"server_latency":"21.724520000000002","request_id":"69902010219b1073d683def847d17442","user_info":{"request_timestamp":"1436147488"}},"signature":"oXI89/Y9Qmw75UZRnDL8TeTFEpVnqcXQGw07dcMFCDk="}
with in red encoded data

after i decode with this page http://i-tools.org/base64

direct input >>> paste encoded data >>>decode

###### rtmpdumphelper +rtmpdump maybe more easy


Code:
rtmpdump -r "rtmp://92.122.214.127:1935/ondemand" -a "ondemand?_fcs_vhost=cp102871.edgefcs.net" -f "LNX 17,0,0,134" -W "http://player.ooyala.com/static/cacheable/aae03376102c8c488333a408b53b8c3a/player_v2.swf" -p "http://www.marthastewart.com/911785/how-make-perfect-tomato-cage#911785" -y "mp4:/c/dwbTM5NTpuyysOX8jLmWDKMqg__weD2o/DOcJ-FxaFrRg4gtGEwOjFmZzowZjtMep" -o "2015-07-06_03-47-48_DOcJ-FxaFrRg4gtGEwOjFmZzowZjtMep.flv"
Reply With Quote