Wowza Community

Multicast RTMP output with Niagara encoder

The specs available with me are as follows,

Encoder Niagara GoStream Pro

Streaming Server Wowza Media Server 3.6.4

I want to be able to stream the content from the Niagara encoder to clients using RTMP protocol.

I could do unicast with Wowza successfully using Niagara encoder, with the settings.

Check out our mpegts article as that should get you started. Within that article, it specifies how to orient your playback for rtmp.

Hi,

You cannot push a multicast stream out of Wowza using the RTMP protocol.

Wowza will be able to provide multicast output using MPEG-TS/RTP/UDP protocol.

In order to be able to provid ethe multicast output from Wowza, you will need to use the PushPublishing Addon

Also, another aspect that you will need to be aware when using multicast is that you won’t be able to push that stream across internet. You could only do it in your private network.

Zoran

Check out our mpegts article as that should get you started. Within that article, it specifies how to orient your playback for rtmp.

Isn’t this useful when the encoder->wowza server part is multicast? I want wowza server -> client part to be multicast.

Will your article about mpegts do the trick for me?

Hi,

You cannot push a multicast stream out of Wowza using the RTMP protocol.

Wowza will be able to provide multicast output using MPEG-TS/RTP/UDP protocol.

But, Adobe says, RTMP can do multicast. http://blogs.adobe.com/ktowes/2009/10/rtmp_rtmfp_and_http_the_multi.html

In order to be able to provid ether multicast output from Wowza, you will need to use the PushPublishing Addon

Okay, thanks. I will look into it.

Also, another aspect that you will need to be aware when using multicast is that you won’t be able to push that stream across internet. You could only do it in your private network.

Yeah! I’m planning for that.