Thread: RTMPT Stream
View Single Post
  #5  
Old 12-26-2014, 04: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