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 07-07-2013, 02:28 AM
longit644_2 longit644_2 is offline
Junior Member
 
Join Date: Jul 2013
Posts: 9
longit644_2 is on a distinguished road
Post

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


I try to listen to radio on this site "http://radiovietnam.vn/PopupPlayerMenu.aspx?rd=22", i get error "rtmp server sent error " and "rtmp server requested close"

Code:
rtmpdump -r "rtmp://113.191.248.163/live" -a "live" "LNX 11,2,202,28" -W "http://radiovietnam.vn/media/RadioPlayer.swf" -p "http://radiovietnam.vn/" -y "binhthuan.stream" -v -o - | vlc
what is this? how can i solve ti?
please help me
Reply With Quote
  #2  
Old 07-07-2013, 02:55 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

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


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
Reply With Quote
  #3  
Old 07-07-2013, 03: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
  #4  
Old 07-07-2013, 06:39 AM
longit644_2 longit644_2 is offline
Junior Member
 
Join Date: Jul 2013
Posts: 9
longit644_2 is on a distinguished road
Default

please find me this tream


i use this code
Code:
rtmpdump -r "rtmp://vov.radiovietnam.vn:1935/live" -a "live" -f "LNX 11,2,202,280" -W "http://radiovietnam.vn/media/RadioPlayer.swf" -p "http://radiovietnam.vn" -C S:vov2.stream -C S:66495 -C S:54c77f4860399dd544f9cfba32c43afd -y "vov2.stream" -o -| vlc -
to listen to radio from the rtmp url at side:
http://radiovietnam.vn/PopupPlayerMenu.aspx?rd=8
ans error i get
Code:
VLC media player 2.0.6 Twoflower (revision 2.0.6-0-gbe9623c)
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
[0x9ccd150] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
"sni-qt/9263" WARN  18:37:41.835 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE 
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
[0xb1800c10] main stream error: cannot pre fill buffer
Reply With Quote
  #5  
Old 07-07-2013, 01:19 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: please find me this tream


Reply With Quote
  #6  
Old 07-07-2013, 09:03 PM
longit644_2 longit644_2 is offline
Junior Member
 
Join Date: Jul 2013
Posts: 9
longit644_2 is on a distinguished road
Smile

Re: please find me this tream


I use rtmphelper to get rtmp code. But when i use this code to listen to radio on vlc i get error
Code:
C:\Users\Ngoc Long\Downloads\Compressed\rtmpdump-v2.4>rtmpdump -r "rtmp://vov.radiovietnam.vn:1935/live" -a "live" -f "WIN 11,7,700,224" -W "http://www.radiovietnam.vn/media/RadioPlayer.swf" -p "http://www.radiovietnam.vn/PopupPlayerMenu.aspx?rd=15" --live -C S:backan.stream -C S:32105 -CS:3a91c78845558fd67e2ae82f687f78c2 -y "backan.stream" "C:\Program Files\VideoLAN\VLC\vlc.exe" -
RTMPDump v2.4 
(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...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

C:\Users\Ngoc Long\Downloads\Compressed\rtmpdump-v2.4>
I use Windows 8

Last edited by chap : 07-08-2013 at 12:03 AM.
Reply With Quote
  #7  
Old 07-08-2013, 12:06 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: please find me this tream


you can not use parameters 2 times
it will not work
Reply With Quote
  #8  
Old 07-08-2013, 01:22 AM
longit644_2 longit644_2 is offline
Junior Member
 
Join Date: Jul 2013
Posts: 9
longit644_2 is on a distinguished road
Default

Re: please find me this tream


Quote:
Originally Posted by chap View Post
you can not use parameters 2 times
it will not work
Please guide me use it at the same time. And what is version of rtmpdump you use? Can show me link to download it ?

Last edited by longit644_2 : 07-08-2013 at 02:59 AM.
Reply With Quote
  #9  
Old 07-08-2013, 01:27 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: please find me this tream


Quote:
Originally Posted by longit644_2 View Post
Please guide me use it at the same time. And what is version of rtmpdump you use? Can show me link to download it ?
http://stream-recorder.com/forum/sho...90&postcount=1
Reply With Quote
  #10  
Old 07-09-2013, 01:27 AM
longit644_2 longit644_2 is offline
Junior Member
 
Join Date: Jul 2013
Posts: 9
longit644_2 is on a distinguished road
Default

Re: please find me this tream


Thanks Chap.
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 12:46 PM.


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