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 |
#7
|
|||
|
|||
Re: rtmpdump error 111Quote:
So is it a firewall problem? Or i can solve in another way, without contacting the admin? Thank you |
#8
|
|||
|
|||
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 |
#9
|
|||
|
|||
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 |
#10
|
|||
|
|||
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 |
Tags: rtmpdump error 111 |
Thread Tools | |
Display Modes | |
|
|