Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmp:// hard nut

(http://stream-recorder.com/forum/showthread.php?t=16198)

hasomaso 04-17-2013 05:01 PM

rtmp:// hard nut


 
hello experts,

this stream is really a hard nut we can help!

here

the name of stream is "aflam"




thx
hasomaso

hasomaso 04-19-2013 06:40 AM

Re: rtmp:// hard nut


 
push

rtmpexplorer bring me these parameters does not work?
what can be the cause?

Code:

rtmpdump -v -r "rtmp://176.52.176.68:1935/live" -a "live?email=ashamsmedia%40gmail.com&password=14241db1f5adaaece33571f75707c9da" -f "WIN 11,7,700,169" -W "http://achams.com/tv/video/movies/Player.swf" -p "http://achams.com/tv/video/movies/Player.htm" -y "1098.stream" -o "output.flv"



thx
hasomaso

karlo2105 04-19-2013 10:37 AM

Re: rtmp:// hard nut


 
Working fine to me.

Code:

rtmpdump -v -r "rtmp://176.52.176.68:1935/live" -a
 "live?email=ashamsmedia%40gmail.com&password=14241db1f5adaaece33571f75707c9da"
-f "WIN 11,7,700,169" -W "http://achams.com/tv/video/movies/Player.swf" -p "http://achams.com/tv/video/movies/Player.htm" -y "1098.stream" | vlc -
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(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 Live Stream
INFO: Metadata:
INFO:  audiochannels          1.00
INFO:  audiosamplerate        48000.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  768.00
INFO:  height                  576.00
INFO:  frameWidth              720.00
INFO:  frameHeight            576.00
INFO:  displayWidth            768.00
INFO:  displayHeight          576.00
INFO:  framerate              25.00
INFO: trackinfo:
INFO:  timescale              0.00
INFO:  language                eng
INFO: sampledescription:
INFO:  type                    audio
INFO:  config                  1188
INFO:  description            {AACFrame: codec:AAC, channels:1, frequency:4800
0, samplesPerFrame:1024, objectType:LC}
INFO:  timescale              0.00
INFO:  language                eng
INFO: sampledescription:
INFO:  type                    video
INFO:  profile-level-id        4d4029
INFO:  sprop-parameter-sets    Z01AKbkIBaCTf+ACAAHiAAADAAIAAAMAZR4wYiQ=,aO68gA=
=
INFO:  description            {H264CodecConfigInfo: codec:H264, profile:Main,
level:4.1, frameSize:720x576, displaySize:768x576, frameRate:25.0, PAR:16:15}
INFO: rtpsessioninfo:
INFO:  connectiondata          IN IP4 239.100.4.221
INFO:  name                    WowzaMediaServer
INFO:  origin                  - 1882493586 1882493586 IN IP4 127.0.0.1
INFO:  timing                  0 0
INFO:  protocolversion        0
INFO: attributes:
INFO:  range                  npt=now-
455.408 kB / 4.13 sec
ERROR: Download: Failed writing, exiting!


hasomaso 04-19-2013 12:02 PM

Re: rtmp:// hard nut


 
karlo your parameters not working

see here



karlo2105 04-19-2013 03:41 PM

Re: rtmp:// hard nut


 
Take an updated build.

hasomaso 04-19-2013 03:58 PM

Re: rtmp:// hard nut


 
hey karlo i use the new build, but still does not work?
I do not understand why

karlo2105 04-20-2013 04:20 AM

Re: rtmp:// hard nut


 
Post verbose debug. -V

Maybe it's blocked in your country. I don't have Teamviewer, ask someone else. Try with Socks proxy.

Command line rtmpdump -S "" -v -r "" -W "" -p "" | vlc -

hasomaso 04-20-2013 02:26 PM

Re: rtmp:// hard nut


 
Code:

RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Parsing...
DEBUG: Parsed protocol: 0
DEBUG: Parsed host    : 176.52.176.68
DEBUG: Parsed app    : live
WARNING: You haven't specified an output file (-o filename), using stdout
DEBUG: Protocol : RTMP
DEBUG: Hostname : 176.52.176.68
DEBUG: Port    : 1935
DEBUG: Playpath : 1098.stream
DEBUG: tcUrl    : rtmp://176.52.176.68:1935/live?email=ashamsmedia0gmail.com&password=14241db1f5adaaece33571f75707c9da
DEBUG: swfUrl  : http://achams.com/tv/video/movies/Player.swf
DEBUG: pageUrl  : http://achams.com/tv/video/movies/Player.htm
DEBUG: app      : live?email=ashamsmedia0gmail.com&password=14241db1f5adaaece33571f75707c9da
DEBUG: flashVer : WIN 11,7,700,169
DEBUG: live    : yes
DEBUG: timeout  : 30 sec
DEBUG: SWFSHA256:
DEBUG: f5 24 c4 33 6f 48 1b 32 ae e3 dd 03 74 c2 af 9f
DEBUG: 9c 56 eb af 4e b6 05 d0 53 7f 2a d6 03 b7 26 12
DEBUG: SWFSize  : 237817
DEBUG: Connecting via SOCKS proxy: 213.42.30.93:81
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect0 ... SOCKS negotiation
DEBUG: Socket closed by server, nBytes: 0
ERROR: RTMP_Connect0, SOCKS negotiation failed.
DEBUG: Closing connection.


karlo2105 04-20-2013 05:20 PM

Re: rtmp:// hard nut


 
It seems your socks proxy is dead, cos it provides this message.

Quote:

DEBUG: RTMP_Connect0 ... SOCKS negotiation
DEBUG: Socket closed by server, nBytes: 0
ERROR: RTMP_Connect0, SOCKS negotiation failed.
Post whole verbose debug without socks proxy and then find out fast enugh socks proxy which works and test with it.

hasomaso 04-20-2013 05:53 PM

Re: rtmp:// hard nut


 
hello karlo,

no matter what proxy i suppose the message is always

i have found the appropriate parameters and it works... but only for 1 second??? for the parameters i need no proxy

that's the next problem

Code:

rtmpdump -v -r "rtmp://176.52.176.68:1935/live?email=ashamsmedia@gmail.com&password=14241db1f5adaaece33571f75707c9da/1171.stream" -a "live?email=ashamsmedia@gmail.com&password=14241db1f5adaaece33571f75707c9da" -f "WIN 11,7,700,169" -W "http://achams.com/tv/video/movies/Player.swf" -p "http://achams.com/tv/video/movies/Player.htm" -y "1098.stream" -o "output.flv"




see the -V mode

http://pastehtml.com/view/czouqqs4h.rtxt


All times are GMT -6. The time now is 08:51 AM.