View Single Post
  #5  
Old 03-02-2014, 01:48 AM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: TV Asahi Direct link for RTMP


the .ts fragments from m3u8 playlist are encrypted, and the crypt.key won't download.

getflv does work (see sample result of video here) on rtmpe stream. which version are you use? version i used is old.

i couldn't parse the rtmpe url and get it to work with rtmpdump. it would be something like this, but this doesn't work:

Code:
rtmpdump -r "rtmpe://ex-mv-fms.fmsod.stream.ne.jp/ex-mv-fms/_definst_/mp4:7726_3672772_20140301012935.mp4?di=750&pi=2383&ec=7726&vc=23a95ffa8b0e012042679fc921462164&si=407&gi=4963&gc=idol&bi=56728&bc=282&ei=635375&vi=3672772&msi=340&emb=0&sl=0&mc=null" -W "https://skupimg.hs.llnwd.net/e1/Player/2383/player.swf?d=2013082015" -p "http://www.tv-asahi.co.jp/douga/player.php?e=7726&v=42675&p=1631" -o "7726_3672772_20140301012935.flv"
maybe need token or other parameter.
Reply With Quote