WireCast Configuration
Step 1:
Step 1:
Start WireCast normally, and queue your streaming files in the WireCast queue area at the bottom.
Step 2:
From the menu bar, click on “Broadcast”, then select “Broadcast Settings”
Options:
Encoder Preset: Choose “Flash High Bandwidth” or any bandwidth that fits your Internet Connection
Destination: RTMP Flash Server
Address: (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.
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.
User Agent: Leave default or select any one you like
Step 3:
Click on the “Set Credentials” button. A dialog box titled “WireCast” 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
Step 4:
Click “Save”, then click the “Broadcast” button in the toolbar to start streaming.
Important Note
If you disconnect your stream, you may not be able to connect again as the socket connection between WireCast and our server will remain open for a while. You may need to exit WireCast and wait for a little bit (2-3 minutes) and start streaming again.
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