View Single Post
  #1  
Old 04-01-2015, 12: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