# Wowza multicast with Telestream Wirecast 5 as live source  - possible?

**URL:** https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827
**Category:** Wowza Streaming Engine
**Created:** [April 21, 2014, 12:51pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827 "2014-04-21T12:51:00Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![Kevin\_Nakonechny](https://avatars.discourse-cdn.com/v4/letter/k/eb8c5e/32.png) [@Kevin\_Nakonechny](https://community.wowza.com/u/Kevin_Nakonechny)
#### Post date: [April 21, 2014, 12:51pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/1 "2014-04-21T12:51:00Z")

</div>

Hello all,

I am part of a project team developing an internal video broadcast solution for periodic internal communications at my workplace (~3000 employees). A contractor provided our organization with this service on a one-time basis in January this year, now there is a desire to have it available internally on a full-time basis. Our main delivery target is Windows 7 desktop and laptop PCs (although BB10 + iPhone devices are a future possibility); we have both Flash and Silverlight plugins installed everywhere.

Based on what the contractor left behind on the servers we provided, it looks like they were doing the following (and other than terribly low audio levels, it worked great):

- encoding audio / video to an MPEG2TS stream on an unknown external device (we are looking to replace that piece with a laptop / capture card / software encoder)

- distributing to the majority of our LAN via multicast with Wowza 3.6 + Push Publishing add-on (playback via Wowza’s sample Silverlight player)

- providing a fallback to Unicast delivery for the few non-multicast enabled areas of our network (playback via Flash / JWPlayer)

- _both players are embedded in a web page (with full-screen support enabled) - and we would like to keep it this way if possible - i.e. no external QuickTime or Windows Media player window._

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [April 21, 2014, 4:23pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/2 "2014-04-21T16:23:12Z")

</div>

Hi Kevin, yes Wirecast with Wowza is capable of meeting your needs.

Using H.264 video and AAC or MP3 audio from Wirecast you will not need to use the Transcoder.

You can use the Push Publish feature of Wowza to deliver the streams across your LAN:

["]How to push streams to CDNs and other services]([https://www.wowza.com/docs/how-to-push-streams-to-cdns-and-other-services-push-publishing](https://www.wowza.com/docs/how-to-push-streams-to-cdns-and-other-services-push-publishing))

And here is a tutorial for using Wirecast with Wowza:

[How to use Telestream Wirecast live encoder with Wowza Streaming Engine](https://www.wowza.com/docs/how-to-use-telestream-wirecast-live-encoder-with-wowza-streaming-engine)

Salvadore

---

<div class="post-metadata">

### Author: ![Frederic\_Landry](https://avatars.discourse-cdn.com/v4/letter/f/c57346/32.png) [@Frederic\_Landry](https://community.wowza.com/u/Frederic_Landry)
#### Post date: [January 29, 2015, 11:42pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/3 "2015-01-29T23:42:07Z")

</div>

Hi Richard, is there any updates on this ? I need to do exactly as described by OP and I am kinda stuck with the multicast player solution. Silverlight is no longer an option, VLC is… VLC…, and Quicktime, anything else? OSMF is getting old and now unsupported.

The need for a web based multicast player is there, many big companies cannot do unicast for their internal communications. Any other ideas?

Thanks

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [June 3, 2014, 7:07pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/4 "2014-06-03T19:07:13Z")

</div>

The VLC browser plugin is an option that I’ve tested and which worked for me. The client system has to have VLC installed to have the plugin for this to work. I have tested on Windows only, and it should work in IE, Chrome and NN browsers:

```auto
<html>
<head><title>Wowza multicast /w VLC Plugin</title></head>
<body>
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
     codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab"
     width="640" height="480" id="vlc" events="True">
   <param name="Src" value="udp://@239.1.1.1:10000" />
   <param name="ShowDisplay" value="True" />
   <param name="AutoLoop" value="False" />
   <param name="AutoPlay" value="False" />
   <embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="640" height="480"
     target="udp://@239.1.1.1:10000" ></embed>
</OBJECT>
</body>
</html>

```

Richard

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [June 3, 2014, 7:27pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/5 "2014-06-03T19:27:44Z")

</div>

I didn’t work in my test, but as Quicktime player works for Wowza multicast it is possible the Quicktime plugin will work, and it might provide a better user experience with regard to plugin installation. However, it didn’t work in my test and I would be concerned about the differing Quicktime player support on Windows and Mac.

Richard

---

<div class="post-metadata">

### Author: ![Daniel\_Kerr](https://avatars.discourse-cdn.com/v4/letter/d/bc79bd/32.png) [@Daniel\_Kerr](https://community.wowza.com/u/Daniel_Kerr)
#### Post date: [January 30, 2015, 6:09am UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/6 "2015-01-30T06:09:32Z")

</div>

Kaltura’s Silverlight player seems to support multicast but I’m still trying to figure out its implementation. Does anyone have a copy of the old Wowza Silverlight player for review?

[https://github.com/kaltura/chromeless-silverlight/](https://github.com/kaltura/chromeless-silverlight/)

---

<div class="post-metadata">

### Author: ![Andrew\_Kennedy1](https://avatars.discourse-cdn.com/v4/letter/a/278dde/32.png) [@Andrew\_Kennedy1](https://community.wowza.com/u/Andrew_Kennedy1)
#### Post date: [January 30, 2015, 6:40am UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/7 "2015-01-30T06:40:17Z")

</div>

Hi,

We no longer provide the SilverLight Multicast player and we never provide the source code for it.

Although Kaltura may provide source code there may be additional patent fees associated with using it, as open source is not the same as patent free so if you are looking to use it please do take some legal advice.

Andrew.

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [April 23, 2014, 11:45am UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/8 "2014-04-23T11:45:25Z")

</div>

Hi Kevin, are you using the Silverlight Multicast player?

[How to get Silverlight Multicast Player AddOn](https://www.wowza.com/docs/how-to-get-silverlight-multicast-player-addon)

Salvadore

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [April 24, 2014, 5:25am UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/9 "2014-04-24T05:25:11Z")

</div>

That’s great news Kevin. Let us know if there is anything else we can help you with.

Salvadore

---

<div class="post-metadata">

### Author: ![Kevin\_Nakonechny](https://avatars.discourse-cdn.com/v4/letter/k/eb8c5e/32.png) [@Kevin\_Nakonechny](https://community.wowza.com/u/Kevin_Nakonechny)
#### Post date: [April 22, 2014, 7:12pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/10 "2014-04-22T19:12:00Z")

</div>

Thanks for the links Salvadore - the setup is so deceptively simple it’s hard to believe there isn’t something missing. 🙂 In my case, there does seem to be though.

My pushpublishmap.txt entry is as follows:

myStream2={profile:“mpegts”, streamName:“myStreamMPEGTS”, host:“239.192.0.100”, port:10000, rtpWrap:false, debugLog:true}

The Wowza server is on my local network on 192.168.0.113, the Wirecast encoder is on 192.168.0.118.

I can see Wowza receiving the RTMP stream I’m generating with Wirecast, and Wowza appears to be sending out a multicast stream (I can play it on a test workstation in VLC using the URL udp://@239.192.0.100:10000).

To verify that my network can carry multicast traffic, I successfully originated a multicast stream on the Wowza server (using VLC as the source) and on the Wirecast computer (using its Quicktime Multicast output profile, and VLC as a player via an SDP file that I generated with Wirecast).

My remaining problem is that when I try to point the Wowza-supplied Silverlight player at the Wowza multicast, it produces the error:

ERROR: Error connecting to multicast stream: 239.192.0.100:10000

The relevant part of the HTML I modified is as follows:

I have disabled the Windows firewall on all systems for testing, it has made no difference.

Any idea where I need to look / what I need to do next?

---

<div class="post-metadata">

### Author: ![Kevin\_Nakonechny](https://avatars.discourse-cdn.com/v4/letter/k/eb8c5e/32.png) [@Kevin\_Nakonechny](https://community.wowza.com/u/Kevin_Nakonechny)
#### Post date: [April 23, 2014, 4:53pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/11 "2014-04-23T16:53:05Z")

</div>

> Hi Kevin, are you using the Silverlight Multicast player?
> 
> [How to get Silverlight Multicast Player AddOn](https://www.wowza.com/docs/how-to-get-silverlight-multicast-player-addon)
> 
> Salvadore

Yes I am, but I overlooked the need to add entries to the Server.XML file (i.e. I did not read the instructions that came with the player :o). I will give that a try later.

---

<div class="post-metadata">

### Author: ![Kevin\_Nakonechny](https://avatars.discourse-cdn.com/v4/letter/k/eb8c5e/32.png) [@Kevin\_Nakonechny](https://community.wowza.com/u/Kevin_Nakonechny)
#### Post date: [April 23, 2014, 7:16pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/12 "2014-04-23T19:16:57Z")

</div>

It’s amazing what following instructions will do. I now have a working multicast Silverlight player, and also managed to get an RTMP OSMF player working.

I do notice that motion is a bit “stuttery” in the Silverlight player, but I can live with it for demo purposes.

Thanks for pointing me in the right direction.

---

<div class="post-metadata">

### Author: ![Kevin\_Nakonechny](https://avatars.discourse-cdn.com/v4/letter/k/eb8c5e/32.png) [@Kevin\_Nakonechny](https://community.wowza.com/u/Kevin_Nakonechny)
#### Post date: [June 3, 2014, 12:44pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/13 "2014-06-03T12:44:44Z")

</div>

Sorry to resurrect a dead thread, but it is now production implementation time in my environment. However - I notice that Wowza no longer distributes the Silverlight multicast player. Are there other browser-based options for playing the same type of multicast stream originated from a Wowza server?

---

<div class="post-metadata">

### Author: ![Kevin\_Nakonechny](https://avatars.discourse-cdn.com/v4/letter/k/eb8c5e/32.png) [@Kevin\_Nakonechny](https://community.wowza.com/u/Kevin_Nakonechny)
#### Post date: [June 3, 2014, 1:15pm UTC](https://community.wowza.com/t/wowza-multicast-with-telestream-wirecast-5-as-live-source-possible/42827/14 "2014-06-03T13:15:11Z")

</div>

Thanks for the code Richard - but pushing VLC Player to ~6500 workstations is not an option for me. Any other suggestions out there (other than using the Silverlight plugin that I archived locally)?

On a somewhat related note - what happened to [OSMF.ORG](http://OSMF.ORG)? I’m being directed to a “spa” website when I try to go there to get the OSMF player (compiled SWF). Is this component available elsewhere, or has it been replaced with a more modern alternative?
