Hi,
I have two interfaces on the server which is running Wowza. Interface1 - 192.168.32.xx is the host server IP (This is also the Default streaming IP under default vhost setting) to which an RTMP stream is pushed from Teradek.
Interface2 - 192.168.172.xx carries the multicast stream (228.9.1.1:8901). This connection to Interface 2 is coming from a Video IP switch.
I have done all the settings as mentioned below but still I am unable to see this multicast stream under incoming streams tab.
From:
Code:
To:
Code:
true
[address-of-network-interface]
If this does not solve the problem, then you might need to add the following property to the RTP/Properties in [install-dir]/conf/[application]/Application.xml (be sure to get the correct container - there are several in Application.xml):
Code:
multicastInterfaceAddress
[address-of-network-interface]
In the above code I have changed the address-of-network-interface to 192.168.172.xx
I can confirm that there is multicast stream present on this interface2 as I can play it on VLC.
Any thoughts on how to get this sorted and see this multicast stream will be really appreciated.
I then need to present this multicast stream on a public URL.
Thanks.