<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br>Hi All,<br><br>I am trying to use RTMPGW for a project and have a question regarding 
connection. When I connect to RTMPGW with an HTTP GET request using VLC 
or MPlayer like so:<br><br><b>mplayer  
"http://localhost:8902/?r=rtmp://live.dtv.cubecdn.net:80/kdmobil/KanalD1&W=http://www.kanald.com.tr/Content/swf/Canliplayer6.swf?config=/Content/swf/Config.xml%26debug=false&p=http://www.kanald.com.tr"</b><br><br>...with RTMPGW set as so:<br><br><b>rtmpgw --sport 8902</b><br><br>...it works a treat, and RTMPGW's terminal output is: <br><br><b>Streaming on http://0.0.0.0:8902<br>Connecting ... port: 80, app: kdmobil/KanalD1<br>388.507 KB / 48853.38 sec</b><br><br>Lovely! However, when I try to do the same thing with ffmpeg/ffplay like this:<br><br><b>ffplay
 -i 
"http://localhost:8902/?r=rtmp://live.dtv.cubecdn.net:80/kdmobil/KanalD1&W=http://www.kanald.com.tr/Content/swf/Canliplayer6.swf?config=/Content/swf/Config.xml%26debug=false&p=http://www.kanald.com.tr"<br></b><br>I just get "<b>HTTP error 416 Requested Range Not Satisfiable</b>" from ffplay and "<b>processTCPrequest, Range request not supported</b>" from RTMPGW.<br><br>Do you have any idea why ffmpeg won't connect, but VLC and mplayer will? <br><br><br>Thanks for any help<br><br><br><br>Dan                                     </div></body>
</html>