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 04-14-2014, 11:05 PM
nov12 nov12 is offline
Junior Member
 
Join Date: Apr 2014
Posts: 3
nov12 is on a distinguished road
Exclamation

Need Help!Please help me.


Url:http://www.koolearn.com/lecture/0/12...57&versionId=1
Command:
Code:
rtmpdump -r "rtmp://fmsml.koolearn.com/vod2/" -a "vod2/" -f "WIN 13,0,0,182" -W"http://www.koolearn.com/jsp/courseweb/StrobeMediaPlayback/player_mp4_damoban_jiami_0218_do.swf" -p "http://www.koolearn.com/lecture/0/125794/0/703567?_method=forward&productId=28957&versionId=1" -C S:0 -C S:F627AA6B32AAF443ED03EA3C708C00E9.tomcata -C S:1397532973903 -C S:e6479f36192b4940e8e2add70b1e230d -y "mp4:ky/2014ky/kyyy/2014kyyy_ch_zw_2.mp4" -o 2014kyyy_ch_zw_2.mp4
When I downloaded the video on the web using rtmpdump, the problem came. The rtmpdump told me "ERROR: RTMP_ReadPacket, failed to read RTMP packet body".
I have google it. It seems that the video needs TOKEN to be download well, thanks to an old post.
I decompiled the swf. I found this
Code:
if (evt.info.secureToken != undefined){
           this._connection.call("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, config.token));
It is beyond my capabilitiy.
Please help me!
And sorry for my not fluent English.
Attached Files
File Type: zip Swf_scource.zip (87.3 KB, 0 views)
Reply With Quote
  #2  
Old 04-15-2014, 03:06 AM
drbmn drbmn is offline
Member
 
Join Date: May 2012
Posts: 145
drbmn is on a distinguished road
Default

Re: Need Help!Please help me.


Code:
rtmpdump -r "rtmp://fms.koolearn.com/vod2/" -a "vod2/" -f "WIN 12,0,0,77" -W "http://www.koolearn.com/jsp/courseweb/StrobeMediaPlayback/player_mp4_damoban_jiami8_do.swf" -p "http://www.koolearn.com/lecture/0/125794/0/703567?_method=forward&productId=28957&versionId=1" -C S:0 -C S:5E5774D86E5AEC9061C59A31A8C6AB73.tomcatb -C S:1397548963567 -C S:384dae471688f896235c7da9fd50eaac -y "mp4:ky/2014ky/kyyy/2014kyyy_ch_zw_2.mp4" -o "15-04-14_08-03-05_2014kyyy_ch_zw_2.flv"
Code:
RTMPDump v2.4 GIT-2012-11-09 (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                4390.15
INFO:   moovPosition            32.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              100.00
INFO:   avclevel                13.00
INFO:   aacaot                  2.00
INFO:   videoframerate          25.00
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  109752000.00
INFO:   timescale               25000.00
INFO:   language                und
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  193605632.00
INFO:   timescale               44100.00
INFO:   language                und
INFO: sampledescription:
INFO:   sampletype              mp4a
19.617 kB / 0.16 sec (0.0%)
Reply With Quote
  #3  
Old 04-16-2014, 02:50 AM
nov12 nov12 is offline
Junior Member
 
Join Date: Apr 2014
Posts: 3
nov12 is on a distinguished road
Default

Re: Need Help!Please help me.


Quote:
Originally Posted by drbmn View Post
Code:
rtmpdump -r "rtmp://fms.koolearn.com/vod2/" -a "vod2/" -f "WIN 12,0,0,77" -W "http://www.koolearn.com/jsp/courseweb/StrobeMediaPlayback/player_mp4_damoban_jiami8_do.swf" -p "http://www.koolearn.com/lecture/0/125794/0/703567?_method=forward&productId=28957&versionId=1" -C S:0 -C S:5E5774D86E5AEC9061C59A31A8C6AB73.tomcatb -C S:1397548963567 -C S:384dae471688f896235c7da9fd50eaac -y "mp4:ky/2014ky/kyyy/2014kyyy_ch_zw_2.mp4" -o "15-04-14_08-03-05_2014kyyy_ch_zw_2.flv"
Code:
RTMPDump v2.4 GIT-2012-11-09 (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                4390.15
INFO:   moovPosition            32.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              100.00
INFO:   avclevel                13.00
INFO:   aacaot                  2.00
INFO:   videoframerate          25.00
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  109752000.00
INFO:   timescale               25000.00
INFO:   language                und
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  193605632.00
INFO:   timescale               44100.00
INFO:   language                und
INFO: sampledescription:
INFO:   sampletype              mp4a
19.617 kB / 0.16 sec (0.0%)
I know it coulud be download, but only a little, only for a while. It can't be download COMPLETELY.
I will appreciate it if you could download it more than 2 minutes. Then, you will see my problem.
Sorry for my previous description which was not clear.
Reply With Quote
  #4  
Old 04-16-2014, 05:49 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: Need Help!Please help me.


There is also m3u8 w/IV, and the .ts files are present. But server doesn't seem to be configured or willing to give up key.
Code:
http://fms.koolearn.com:8134/hls-vod/ky/2014ky/kyyy/2014kyyy_ch_zw_2.mp4.m3u8
Reply With Quote
  #5  
Old 04-16-2014, 10:44 PM
nov12 nov12 is offline
Junior Member
 
Join Date: Apr 2014
Posts: 3
nov12 is on a distinguished road
Default

Re: Need Help!Please help me.


Quote:
Originally Posted by blimey View Post
There is also m3u8 w/IV, and the .ts files are present. But server doesn't seem to be configured or willing to give up key.
Code:
http://fms.koolearn.com:8134/hls-vod/ky/2014ky/kyyy/2014kyyy_ch_zw_2.mp4.m3u8
Thank you very much!
Can you tell me how to find the m3u8 file? Or give some posts to read. That would be a great help to me.

There is another problem came:
The .ts files can not be played or converted.
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 10:54 AM.


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