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 12-26-2014, 03:13 PM
idod89 idod89 is offline
Junior Member
 
Join Date: Dec 2014
Posts: 3
idod89 is on a distinguished road
Default

RTMPT Stream


Hi guys! I try to download but it stop at around 400 - 500 kB.

Quote:
C:\rtmpdump-2.4>rtmpdump -r rtmpt://song.gmember.com/media/song/1306378802 -o so
ng1.flv
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 264.88
INFO: audiodatarate 62.50
INFO: audiosamplerate 44100.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 2.00
INFO: filesize 2281489.00
439.823 kB / 59.51 sec (22.4%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
440.043 kB / 59.56 sec (22.4%)
Download may be incomplete (downloaded about 22.40%), try resuming
Can you guys help me pls.
Here is the link:http://www.gmember.com/flash/jedakrA...gid=1306378802

Last edited by idod89 : 12-26-2014 at 05:35 PM.
Reply With Quote
  #2  
Old 12-26-2014, 05:16 PM
DefectedToRussia DefectedToRussia is offline
Junior Member
 
Join Date: Dec 2014
Posts: 11
DefectedToRussia is on a distinguished road
Smile

Re: RTMPT Stream


Quote:
Originally Posted by idod89 View Post
Hi guys! I try to download but it stop at around 400 - 500 kB.



Can you guys help me pls.
Here is the link:http://http://www.gmember.com/flash/...gid=1306378802
Holy shit! I almost figured it out! Hold on buddy I think you might need an extra parameter or two, plus I think your rtmpt url is wrong. RTMPT is RTMP over http right?

I did a wireshark capture I'm analysing it now!
Reply With Quote
  #3  
Old 12-26-2014, 05:30 PM
idod89 idod89 is offline
Junior Member
 
Join Date: Dec 2014
Posts: 3
idod89 is on a distinguished road
Default

Re: RTMPT Stream


i dont know much about this. but here is the other link: http://music.gmember.com/%E0%B9%80%E...ong-1306378802

Last 1,5 year it works well with only this command "rtmpdump -r rtmpt://song.gmember.com/media/song/1306378802 -o so
ng1.flv"
Reply With Quote
  #4  
Old 12-26-2014, 05:31 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: RTMPT Stream


Hi,

just add some buffer value then you get downloaded slow but complete without errors inside.
Code:
rtmpdump -r "rtmpt://song.gmember.com/media/song//1306378802" -b 4000 -o "music.mp3"
Code:
Format                         : Flash Video
File size                      : 2.18 MiB
Duration                       : 4mn 24s
Overall bit rate mode          : Constant
Overall bit rate               : 68.9 Kbps

Audio
Format                         : MPEG Audio
Format version                 : Version 1
Format profile                 : Layer 3
Mode                           : Joint stereo
Mode extension                 : MS Stereo
Codec ID                       : 2
Codec ID/Hint                  : MP3
Duration                       : 4mn 24s
Bit rate mode                  : Constant
Bit rate                       : 64.0 Kbps
Channel count                  : 2 channels
Sampling rate                  : 44.1 KHz
Compression mode               : Lossy
Stream size                    : 2.02 MiB (93%)
greetz
Reply With Quote
  #5  
Old 12-26-2014, 05:39 PM
DefectedToRussia DefectedToRussia is offline
Junior Member
 
Join Date: Dec 2014
Posts: 11
DefectedToRussia is on a distinguished road
Default

Re: RTMPT Stream


There's a wierd HTTP Post to this url: http://119.46.113.122/send/2036466599/0

and when browsing to it it says bad request, only rtmpt supported... hmmm? It may be a clue

Quote:
Originally Posted by troller12 View Post
Hi,

just add some buffer value then you get downloaded slow but complete without errors inside.
Code:
rtmpdump -r "rtmpt://song.gmember.com/media/song//1306378802" -b 4000 -o "music.mp3"
Code:
Format                         : Flash Video
File size                      : 2.18 MiB
Duration                       : 4mn 24s
Overall bit rate mode          : Constant
Overall bit rate               : 68.9 Kbps

Audio
Format                         : MPEG Audio
Format version                 : Version 1
Format profile                 : Layer 3
Mode                           : Joint stereo
Mode extension                 : MS Stereo
Codec ID                       : 2
Codec ID/Hint                  : MP3
Duration                       : 4mn 24s
Bit rate mode                  : Constant
Bit rate                       : 64.0 Kbps
Channel count                  : 2 channels
Sampling rate                  : 44.1 KHz
Compression mode               : Lossy
Stream size                    : 2.02 MiB (93%)
greetz
That doesn't work: Something about "AMF3 Object Encapsulated In AMF Stream Does Not Start With AMF3_OBJECT" is the problem it seems... Perhaps we need an extra "-C " style parameter.

See here:
Reply With Quote
  #6  
Old 12-26-2014, 05:57 PM
idod89 idod89 is offline
Junior Member
 
Join Date: Dec 2014
Posts: 3
idod89 is on a distinguished road
Default

Re: RTMPT Stream


Quote:
Originally Posted by troller12 View Post
Hi,

just add some buffer value then you get downloaded slow but complete without errors inside.
Code:
rtmpdump -r "rtmpt://song.gmember.com/media/song//1306378802" -b 4000 -o "music.mp3"
Code:
Format                         : Flash Video
File size                      : 2.18 MiB
Duration                       : 4mn 24s
Overall bit rate mode          : Constant
Overall bit rate               : 68.9 Kbps

Audio
Format                         : MPEG Audio
Format version                 : Version 1
Format profile                 : Layer 3
Mode                           : Joint stereo
Mode extension                 : MS Stereo
Codec ID                       : 2
Codec ID/Hint                  : MP3
Duration                       : 4mn 24s
Bit rate mode                  : Constant
Bit rate                       : 64.0 Kbps
Channel count                  : 2 channels
Sampling rate                  : 44.1 KHz
Compression mode               : Lossy
Stream size                    : 2.02 MiB (93%)
greetz
Wow thank you so much guys its work. I tried over 10 hours for load this :X but now its work fine.
Reply With Quote
  #7  
Old 12-26-2014, 06:03 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: RTMPT Stream


Nice to hear it idod89.

@ DefectedToRussia

So it depends on the rtmpdump version you do use so I have tons of versions and lost almost the overview. So you can use this version for exsample...

rtmpdump-20110925-git-6230845-win32.zip

Code:
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              264.88
INFO:   audiodatarate         62.50
INFO:   audiosamplerate       44100.00
INFO:   audiosamplesize       16.00
INFO:   stereo                TRUE
INFO:   audiocodecid          2.00
INFO:   filesize              2281489.00
114.878 kB / 13.61 sec (5.1%)
...or other mods too etc so just check them out.

greetz
Reply With Quote
  #8  
Old 12-26-2014, 06:07 PM
DefectedToRussia DefectedToRussia is offline
Junior Member
 
Join Date: Dec 2014
Posts: 11
DefectedToRussia is on a distinguished road
Default

Re: RTMPT Stream


Okay I know what was going on, I was using KSV's latest patched version...

Using the latest regular rtmpdump does in fact work, but I think the file size is really that small idod89!

The entire file that I've gotten is only 406KB... I guess that's because it's only 62.5K audio stream. It is the entire song though, so...

Oh well at least you've got your file now
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:07 AM.


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