I have a multicast stream for more than one channel , each channel has different IP and same port number( 239.255.2.1:5004 , 239.255.2.2:5004 ,etc ) , this channels generated by VLC-DVBlast (encoder) , so how can I receive this RTP channels and restream them in RTSP ,RTMP or any other protocol .
The usual problem is blocked UDP ports. You need to allow UDP ports 0 - 65335 (or at least 6970 - 9999) through your firewall, and map (port-forward) UDP port to your Wowza server in your router or other network devices as necessary.
We can take a look at what you are doing. First, delete or rename your current access log, then restart Wowza, then start the UDP stream in StreamManager, then try to play it back in a Flash client, use the Wowza LiveVideoStreaming player. Then zip up and send the conf and logs folders to support@wowza.com. Include a link to this thread.
It is important that you send us what you tested, that we are looking at logs that are consistent with the configuration you send.
is there any other reason that may cause this problem , I already disabled the firewall on Ubuntu o.s that contains the Wowza , and I’m testing between my device and Wowza server in the same network and same subnet (no firewall), I’ve tested the source of the stream rtp://239.255.1.3:5004 on vlc and everything is great , my problem is with transcoding , so please advice .