Configuring Quicktime Broadcaster with Zoe Networks Flash streaming server

Configuring Quicktime Broadcaster 

Quicktime Broadcaster is a live encoder for the Mac which will allow you to broadcast in high quality using H.264 on your Zoe Networks Flash channel. You can download Quicktime Broadcaster Here To get started open up Quicktime Broadcaster and follow the instructions below.

 

Configuring for Zoe Networks in the Network Tab

1. Set Transmission to Automatic Unicast (Announce)

2. Set Host Name to: flash01.audio-stream.com:1935

3. Set File to the following substituting your channel name: channelname/myStream.sdp         Like this (8002/myStream.sdp)

4. Check the Broadcast Over TCP box.

5. Click on broadcast and that's it, the feed will show up in Zoe Networks Flash server.

Image:QuicktimeBroadcastmain.png

Suggested video settings

Encoding can be very processor intensive, depending on your system specs you can increase the resolution, framerate and bitrate but the below settings offer a good place to start for broadcasting to a standard channel.

Image:QuicktimeBroadcastVideo.png

 

Suggested Audio Settings

Image:QuicktimeBroadcasterAudio.png

 
To get your embedded player to work you will need to change the file name on the embedded code from your channelname to myStream.sdp see the sample embbeded player code below for the yellow code that has to be changed to make your player work;
 
                                                   <script type="text/javascript" src="http://player.longtailvideo.com/jwplayer.js"></script>

<div id="MediaPlayerTAB_wrapper" style="position: relative; width: 470px; height: 290px;"><object type="application/x-shockwave-flash" data="http://flash01.audio-stream.com/system/misc/jwplayer/player.swf" width="100%" height="100%" bgcolor="#000000" id="MediaPlayerTAB" name="MediaPlayerTAB" tabindex="0"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="seamlesstabbing" value="true"><param name="wmode" value="opaque"><param name="flashvars" value="netstreambasepath=http%3A%2F%2Fflash01.audio-stream.com%2Findex.php%3Fpage%3Dservers%26view%3D183&amp;id=MediaPlayerTAB&amp;file=8002&amp;streamer=rtmp%3A%2F%2Fflash01.audio-stream.com%2F8002&amp;autostart=false&amp;controlbar.position=bottom"></object></div>

<script type="text/javascript">
jwplayer('MediaPlayerTAB').setup({
'flashplayer': 'http://flash01.audio-stream.com/system/misc/jwplayer/player.swf',
'file': '8002',
'streamer': 'rtmp://flash01.audio-stream.com/8002',
'autostart': 'false',
'controlbar': 'bottom',
'width': '470',
'height': '290'
});
</script>     
 
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Mobile Phone & Device

Where to start / Resources Some resources are available from the Wowza Media Server website....

What is required to broadcast live Flash audio/video from my system?

Flash Media Encoder Software SleepyEngineers Flash Media Server Broadcasting plan High speed...

How do I stream to mobile devices

  Question; How Do I stream to mobile devices? Answer; You should use a HTML5 embedded...

How do I configure FlowPlayer for flash streaming?

Step 1: Download and install necessary files Download FlowPlayer from...