Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 09-23-2015, 04:30 AM
linnew17 linnew17 is offline
Junior Member
 
Join Date: Aug 2015
Posts: 6
linnew17 is on a distinguished road
Default

RTMPE Skyperfectv vod please help


Trying to download http://vod.skyperfectv.co.jp/player....EO _ID=259972 without success, can anyone help?

rtmpsrv doesn't output anything and blocks the video from playing.

rtmpsuck outputs
Code:
RTMP Proxy Server v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Processing connect
       app : uliza_term_of_validity/
  flashVer : WIN 18,0,0,232
    swfUrl : https://aka-secure-img.uliza.jp/Player/1112/player.swf?d=20150901
     tcUrl : rtmpe://vod1.skyperfectv.co.jp/uliza_term_of_validity/
   pageUrl : http://vod.skyperfectv.co.jp/player.php?ARTICLE_ID=27998&EPISODE_ID
=64097&VIDEO_ID=259972
ERROR: RTMP_Connect0, failed to connect socket. 10013 (Unknown error)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!
The site needs to be accessed via a Japanese IP and the video needs a login ID(login here https://vod.skyperfectv.co.jp/login.php?mod=home). You can try to download this test video first http://vod.skyperfectv.co.jp/player....EO _ID=121968 without needing to login(still needs Japanese IP). I can provide login ID in PM. It uses RTMPE Uliza player like http://stream-recorder.com/forum/dow...hi-t19451.html but changing useragent to IPhone 3 only gives an error page. The site does provide IPhone m3u8's for some videos but not this one.
Reply With Quote
  #2  
Old 09-23-2015, 06:16 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: RTMPE Skyperfectv vod please help


Quote:
Originally Posted by linnew17 View Post
Trying to download http://vod.skyperfectv.co.jp/player....EO _ID=259972 without success, can anyone help?

rtmpsrv doesn't output anything and blocks the video from playing.

rtmpsuck outputs
Code:
RTMP Proxy Server v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Processing connect
       app : uliza_term_of_validity/
  flashVer : WIN 18,0,0,232
    swfUrl : https://aka-secure-img.uliza.jp/Player/1112/player.swf?d=20150901
     tcUrl : rtmpe://vod1.skyperfectv.co.jp/uliza_term_of_validity/
   pageUrl : http://vod.skyperfectv.co.jp/player.php?ARTICLE_ID=27998&EPISODE_ID
=64097&VIDEO_ID=259972
ERROR: RTMP_Connect0, failed to connect socket. 10013 (Unknown error)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!
The site needs to be accessed via a Japanese IP and the video needs a login ID(login here https://vod.skyperfectv.co.jp/login.php?mod=home). You can try to download this test video first http://vod.skyperfectv.co.jp/player....EO _ID=121968 without needing to login(still needs Japanese IP). I can provide login ID in PM. It uses RTMPE Uliza player like http://stream-recorder.com/forum/dow...hi-t19451.html but changing useragent to IPhone 3 only gives an error page. The site does provide IPhone m3u8's for some videos but not this one.
the demo with rtmpsuck works for you?

http://vod.skyperfectv.co.jp/player.php?ARTICLE_ID=12665&EPISODE_ID=33401&VIDEO _ID=121968


for me rtmpsuck give me this command

Code:
rtmpdump -r "rtmpe://vod1.skyperfectv.co.jp/uliza_term_of_validity/" -a "uliza_term_of_validity/" -f "WIN 18,0,0,209" -W "https://aka-secure-img.uliza.jp/Player/1112/player.swf" -p "http://vod.skyperfectv.co.jp/player.php?ARTICLE_ID=12665&EPISODE_ID=33401&VIDEO_ID=121968" -C O:1 -C NS:vid:5bb0503bdb9aad844d637725019d7962 -C NS:pid:1112 -C NS:did:689 -C NS:hash:d5630aa749423e84dfda534524497c4d -C NS:stm:1443006045 -C NS:eid:33401 -C NS:etm:1443024046 -C O:0 -y "mp4:33401_5bb0503bdb9aad844d637725019d7962_20140605080118.mp4?di=689&pi=1112&ec=33401&vc=5bb0503bdb9aad844d637725019d7962&si=329&gi=1240&gc=bs-sptv&bi=83542&bc=9412&ei=713176&vi=4052346&msi=270&emb=0&sl=0&mc=NoLogin_6f25a051560284437280a1443006039&x_aid%3D12665%26x_dt%3D1%26x_ai_1%3D0%26x_ai_2%3D0" -o "2015-09-23_12-57-54_mp4_33401_5bb0503bdb9aad844d637725019d7962_20140605080118.flv"

Reply With Quote
  #3  
Old 09-23-2015, 09: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
Reply Post New Thread
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:49 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons