View Single Post
  #3  
Old 09-23-2015, 08:28 AM
linnew17 linnew17 is offline
Junior Member
 
Join Date: Aug 2015
Posts: 6
linnew17 is on a distinguished road
Default

Re: RTMPE Skyperfectv vod please help


Thanks for replying biezom.

Before reading your reply I'd never managed to download even the test video with rtmpsrv or rtmpsuck(same output as in OP). I'm using rtmpdumphelper on my main Windows machine. I've also tried with a Linux VPS(using iptables to redirect all RTMP traffic) and a Windows VPS(adding 127.0.0.1 vod1.skyperfectv.co.jp to hosts file), then running rtmpsrv and rtmpsuck with no success.

But I finally figured out why rtmpsuck wasn't working. Embarrassingly I forgot to allow rtmpsuck through my firewall program(Tinywall). As most other Japanese rtmp streams I download(mostly Radiko and Showroom) can be captured with rtmpsrv I've never used rtmpsuck and as such I never added it to my firewall's exception list. That still leaves the question of why the VPSes aren't working, but that's for another day.

Thank you and sorry for taking up your time biezom. For the record, the command to download http://vod.skyperfectv.co.jp/player....EO _ID=259972 obtained through rtmpdumphelper with rtmpsuck is
Code:
rtmpdump -r "rtmpe://vod1.skyperfectv.co.jp/uliza_term_of_validity/" -a "uliza_term_of_validity/" -f "WIN 18,0,0,232" -W "https://aka-secure-img.uliza.jp/Player/1112/player.swf" -p "http://vod.skyperfectv.co.jp/player.php?ARTICLE_ID=27998&EPISODE_ID=64097&VIDEO_ID=259972" -C O:1 -C NS:vid:8c30677e1f89a5ba30e08f5230544906 -C NS:pid:1112 -C NS:did:689 -C NS:etm:1443035246 -C NS:hash:1b7eb5ec7acbeb51ca26d1248ef16abd -C NS:eid:64097 -C NS:stm:1443017245 -C O:0 -y "mp4:64097_8c30677e1f89a5ba30e08f5230544906_20150922110719.mp4?di=689&pi=1112&ec=64097&vc=8c30677e1f89a5ba30e08f5230544906&si=329&gi=1118&gc=pigoo&bi=141245&bc=17141&ei=1400390&vi=6942405&msi=270&emb=0&sl=0&mc=3070135025&x_aid%3D27998%26x_dt%3D1%26x_ai_1%3D0%26x_ai_2%3D0" -o "2015-09-23_10-07-25_mp4_64097_8c30677e1f89a5ba30e08f5230544906_20150922110719.flv"
Output:
Code:
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration                5863.02
INFO:   moovPosition            1456921724.00
INFO:   width                   1280.00
INFO:   height                  720.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              77.00
INFO:   avclevel                31.00
INFO:   aacaot                  2.00
INFO:   videoframerate          30.00
INFO:   audiosamplerate         48000.00
INFO:   audiochannels           2.00
INFO: tags:
INFO:   ツゥtoo                   Lavf55.14.102
INFO: trackinfo:
INFO:   length                  90055168.00
INFO:   timescale               15360.00
INFO:   language                und
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  281424832.00
INFO:   timescale               48000.00
INFO:   language                und
INFO: sampledescription:
INFO:   sampletype              mp4a
1430773.646 kB / 5863.00 sec (99.9%)
Download complete
Reply With Quote