Adobe FMLE Configuration
Step 1:
Start Adobe FMLE normally
Step 2:
On the Right Panel, make sure to choose “Output” in the “Panel Options” , then you should see a Checkbox labeled as “Stream to Flash Media Server”; when checked to be enabled, the options below will be editable.
Options:
FMS URL: (This should be your RTMP Publish URL) i.e: rtmp://publish.ZONE_NAME.COMPANY_ALIAS.netdna-cdn.com/live/ZONE_ID – This URL is available in the control panel in the Live Zone management.
Backup URL: Leave Blank
Stream: The name of your stream, can be anything you like (MyStream, stream, MyEvent)
Note: The stream name must match the configuration of your flow player/video player, otherwise the viewers will see an error message.
Step 3:
On the left Panel, choose your preferred streaming setting from the “Preset” drop down menu, depending on your bandwidth.
Options:
You have 2 options panels, Video and Audio. Choose your preferred output device for each.
Step 4:
Back to the left panel, there’s a “Connect” button. Press it after you’ve finished setting your options. A dialog box titled “Connect to FMS” will pop up with 2 text areas for the Username and Password
Username: ZONE_NAME.COMPANY_ALIAS (i.e: livezone.myawesomecompany)
Password: The password you set when you created your live zone
Flowplayer Configuration
<script type="text/javascript" src="http://wiki.netdna.com/examples/flowplayer/flowplayer-3.1.4.min.js"></script>
<div class="pageultype1sub1"><a style="display:block;width:720px;height:540px;" id="player1"></a></div>
<!-- this will install flowplayer inside previous A- tag. -->
<script type="text/javascript">
flowplayer("player1", "http://wiki.netdna.com/examples/flowplayer/flowplayer-3.1.4.swf",
{
clip: {
url: 'The Name Of your Stream',
live: 'true',
autoplay: 'true',
provider: 'rtmp',
},
plugins: {
rtmp: {
url: 'http://wiki.netdna.com/examples/flowplayer/flowplayer.rtmp-3.1.3.swf',
netConnectionUrl: rtmp://publish.ZONE_NAME.COMPANY_ALIAS.netdna-cdn.com/live/ZONE_ID ',
}
}
}
);
</script>
Support