Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
rtmpdump error 111Hello,
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 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? |
#2
|
|||
|
|||
Re: rtmpdump error 111Code:
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" |
#3
|
|||
|
|||
Re: rtmpdump error 111Quote:
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) |
#4
|
|||
|
|||
Re: rtmpdump error 111 |
#5
|
|||
|
|||
Re: rtmpdump error 111Quote:
|
#6
|
|||
|
|||
Re: rtmpdump error 111Quote:
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 |
Tags: rtmpdump error 111 |
Thread Tools | |
Display Modes | |
|
|