I have this code to stream from AWS
$f('.rtmp', 'http://dmjae0nvian3n.cloudfront.net/flowplayer-3.2.16.swf', {
clip: {
provider: 'rtmp'
},
plugins: {
rtmp: {
url: '@Url.Content("~/Content/swf/AkamaiFlowPlugin.swf")',
netConnectionUrl: 'rtmp://sh6xkdarh1a51.cloudfront.net/cfx/st'
}
}
});
HTML
<div class="rtmp" href="mp4:Delicious_Vinyl"/>
This works fine. Now I am trying to do the same file from rackspace. All I am doing is changing the netConnectionUrl. The file name is the same in both.
RackSpace Url
8abb0c8bf43b4e6ae1d1-1bec6be0e9b91559fcee217d2d0b0f03.r99.stream.cf1.rackcdn.com
EDIT
I get a 403 forbidden error