View Single Post
  #3  
Old 07-07-2013, 02:21 AM
longit644_2 longit644_2 is offline
Junior Member
 
Join Date: Jul 2013
Posts: 9
longit644_2 is on a distinguished road
Default

Re: ERROR: rtmp server sent error ERROR: rtmp server requested close


Quote:
Originally Posted by chap View Post
Code:
RTMP Server v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://vov.radiovietnam.vn:1935/live" -a "live" -f "WIN 11,7,700,22
4" -W "http://radiovietnam.vn/media/RadioPlayer.swf" -p "http://radiovietnam.vn/
PopupPlayerMenu.aspx?rd=22" --live -C S:binhthuan.stream -C S:53717 -C S:6662869
e4166750eaf3d706fead14bea -y "binhthuan.stream" -o "2013-07-07_10-55-38_binhthua
n.stream.flv"

Closing connection... done!

RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   audiochannels           1.00
INFO:   audiosamplerate         44100.00
INFO:   audiocodecid            .mp3
INFO: trackinfo:
INFO:   timescale               44100.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              MPA
INFO:   type                    audio
INFO: rtpsessioninfo:
INFO:   name                    binhthuan.sdp
INFO:   origin                  - 1476995001 1476995001 IN IP4 127.0.0.1
INFO:   timing                  0 0
INFO:   protocolversion         0
INFO: attributes:
INFO:   range                   npt=now-
INFO:   sdplang                 en
197.729 kB / 11.57 sec
I try it
Code:
 sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT && rtmpsrv
RTMP Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

^CCaught signal: 2, cleaning up, just a second...

rtmpdump -r "rtmp://vov.radiovietnam.vn:1935/live" -a "live" -f "WIN 11,7,700,224" -W "http://radiovietnam.vn/media/RadioPlayer.swf" -p "http://radiovietnam.vn/PopupPlayerMenu.aspx?rd=22" --live -C S:binhthuan.stream -C S:53717 -C S:6662869e4166750eaf3d706fead14bea -y "binhthuan.stream" -o "2013-07-07_10-55-38_binhthuan.stream.flv"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)
but i get error
Reply With Quote