View Single Post
  #1  
Old 02-21-2012, 07:56 AM
Eric C. Eric C. is offline
Junior Member
 
Join Date: Feb 2012
Posts: 6
Eric C. is on a distinguished road
Default

Problem with rtmpdump+rtmpsrv


Hi

I'm using rtmpsrv to get the stream url for this stream
http://ec.europa.eu/avservices/ebs/live.cfm?page=1

I'm on Linux so I first start rtmpsrv, then (as root) do a
Code:
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
Then load the above page

This gives me the stream URL
Code:
rtmpdump -r "rtmp://c14005-l.z.core.cdn.streamfarm.net/rtplive" -a "rtplive" -f "LNX 10,3,183,10" -W "http://ec.europa.eu/avservices/mediaplayer/player.swf" -p "http://ec.europa.eu/avservices/ebs/live.cfm?page=1" -y "14005dgcom/live/3916ebs/ebs_stream01.sdp" -o ebs_stream01.flv
running the above command fails with
Code:
ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)
Adding -c 80 (which helped in the past for "connection refused" errors
then gives me an
Code:
ERROR: rtmp server sent error
ERROR: rtmp server requested close
What can I do?
Reply With Quote