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? |
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" |
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" |
Re: rtmpdump error 111 |
Re: rtmpdump error 111Quote:
|
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 |
Re: rtmpdump error 111Quote:
So is it a firewall problem? Or i can solve in another way, without contacting the admin? Thank you |
Re: rtmpdump error 111you 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 |
Re: rtmpdump error 111Quote:
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 |
Re: rtmpdump error 111Quote:
hls protocol is use on ipad device so Code:
http://video-3.radioradicale.it:1935/store-62/_definst_/mp3:dlt111//CA203876.mp3/playlist.m3u8 |
Re: rtmpdump error 111Quote:
Using ffmpeg it works on my pc (windows), but I'd need to download it using the linux remote server. Thank you very much |
Re: rtmpdump error 111Quote:
|
Re: rtmpdump error 111Quote:
|
All times are GMT -6. The time now is 06:09 AM. |