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 04-01-2015, 01:23 PM
arrhenius arrhenius is offline
Junior Member
 
Join Date: Apr 2015
Posts: 7
arrhenius is on a distinguished road
Default

rtmpdump error 111


Hello,
i would like to dump an audio stream from http://www.radioradicale.it/scheda/1...olo-borsellino.
I'm using rtmp dump running on a remote minimal linux box that i control via ssh.
I'm using this command:
Code:
rtmpdump -r rtmp://video-3.radioradicale.it:1935/store-62/ -y mp3:dlt111/CA203876.mp3 -o out.flv
and I receive this error:
Code:
RTMP_Connect0, failed to connect socket. 111 (Connection refused)
.

Have you any idea to resolve?

PS: is there a way to get (or to convert) the file directly in mp3 (it's a flv stream) using rtmpdump?
Reply With Quote
  #2  
Old 04-01-2015, 01:30 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: rtmpdump error 111


Code:
rtmpdump -v -r "rtmp://video-3.radioradicale.it:1935/store-62/" -a "store-62/" -f "WIN 16,0,0,305" -W "http://www.radioradicale.it/swf/fp/flowplayer-3.2.7.swf" -p "http://www.radioradicale.it/scheda/118776/119552-processo-ter-per-la-strage-di-via-damelio-omicidio-del-giudice-paolo-borsellino" -y "mp3:dlt111//CA203876.mp3" -o "output.flv"
Reply With Quote
  #3  
Old 04-01-2015, 01:39 PM
arrhenius arrhenius is offline
Junior Member
 
Join Date: Apr 2015
Posts: 7
arrhenius is on a distinguished road
Default

Re: rtmpdump error 111


Quote:
Originally Posted by hasomaso View Post
Code:
rtmpdump -v -r "rtmp://video-3.radioradicale.it:1935/store-62/" -a "store-62/" -f "WIN 16,0,0,305" -W "http://www.radioradicale.it/swf/fp/flowplayer-3.2.7.swf" -p "http://www.radioradicale.it/scheda/118776/119552-processo-ter-per-la-strage-di-via-damelio-omicidio-del-giudice-paolo-borsellino" -y "mp3:dlt111//CA203876.mp3" -o "output.flv"
Thanks for your reply, but I receive the same error:
Code:
User@server [~/Software]$ ./rtmpdump -v -r "rtmp://video-3.radioradicale.it:1935/store-62/" -a "store-62/" -f "WIN 16,0,0,305" -W "http://www.radioradicale.it/swf/fp/flowplayer-3.2.7.swf" -p "http://www.radioradicale.it/scheda/118776/119552-processo-ter-per-la-strage-di-via-damelio-omicidio-del-giudice-paolo-borsellino" -y "mp3:dlt111//CA203876.mp3" -o "output.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)
Reply With Quote
  #4  
Old 04-01-2015, 01:49 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: rtmpdump error 111


download the latest rtmpdump version from KSV and try again

rtmpdump2.4
Reply With Quote
  #5  
Old 04-01-2015, 01:59 PM
arrhenius arrhenius is offline
Junior Member
 
Join Date: Apr 2015
Posts: 7
arrhenius is on a distinguished road
Default

Re: rtmpdump error 111


Quote:
Originally Posted by hasomaso View Post
download the latest rtmpdump version from KSV and try again

rtmpdump2.4
I think that it is the last version (2.4), I've installed it this morning
Reply With Quote
  #6  
Old 04-01-2015, 04:34 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: rtmpdump error 111


Quote:
Originally Posted by arrhenius View Post
I think that it is the last version (2.4), I've installed it this morning
hi
with linux you need to compile the last version
but i have the same error when i forget delete the firewall redirect created above

Code:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
Reply With Quote
  #7  
Old 04-02-2015, 06:46 AM
arrhenius arrhenius is offline
Junior Member
 
Join Date: Apr 2015
Posts: 7
arrhenius is on a distinguished road
Default

Re: rtmpdump error 111


Quote:
Originally Posted by biezom View Post
hi
with linux you need to compile the last version
but i have the same error when i forget delete the firewall redirect created above

Code:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
I don't have root permission on this server (it'sa remote server) so I can not modify the firewall...
So is it a firewall problem?
Or i can solve in another way, without contacting the admin?
Thank you
Reply With Quote
  #8  
Old 04-02-2015, 09:33 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: rtmpdump error 111


you can try
Code:
ffmpeg -i "http://video-3.radioradicale.it:1935/store-62/_definst_/mp3:dlt111//CA203876.mp3/playlist.m3u8" -c copy Carmelo-Zuccaro.mp3
if you have an error "connection refused", this will confirm the problem of firewall
Reply With Quote
  #9  
Old 05-04-2015, 11:32 AM
arrhenius arrhenius is offline
Junior Member
 
Join Date: Apr 2015
Posts: 7
arrhenius is on a distinguished road
Default

Re: rtmpdump error 111


Quote:
Originally Posted by biezom View Post
you can try
Code:
ffmpeg -i "http://video-3.radioradicale.it:1935/store-62/_definst_/mp3:dlt111//CA203876.mp3/playlist.m3u8" -c copy Carmelo-Zuccaro.mp3
if you have an error "connection refused", this will confirm the problem of firewall
Hi, unfortunately my server does not allow to run ffmpeg (but it works on my pc), it's a limitation of the hoster.
The error is: "segmentation fault".
Does exist another linux command line software (no rtmpdump or ffmpeg) that can download or record a streaming like this?
http://www.radioradicale.it/scheda/1...olo-borsellino

I think that the http link (ipad url) is easier to dowlnload.

It's very important for me.
Thank you
Reply With Quote
  #10  
Old 05-04-2015, 11:43 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: rtmpdump error 111


Quote:
Originally Posted by arrhenius View Post
Hi, unfortunately my server does not allow to run ffmpeg (but it works on my pc), it's a limitation of the hoster.
The error is: "segmentation fault".
Does exist another linux command line software (no rtmpdump or ffmpeg) that can download or record a streaming like this?
http://www.radioradicale.it/scheda/1...olo-borsellino

I think that the http link (ipad url) is easier to dowlnload.

It's very important for me.
Thank you
hi

hls protocol is use on ipad device so
Code:
http://video-3.radioradicale.it:1935/store-62/_definst_/mp3:dlt111//CA203876.mp3/playlist.m3u8
sorry
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:58 PM.


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