I would like to use WOWZA server to convert streams from 100 Panasonic WV-SW598 cameras all set to multicast to individual ip’s, e.g. 225.130.130.xxx:3002, for unicast streaming.
I can currently access the individual camera multicast streams in VLC using RTSP:
rtsp://10.52.xxx.xxx:554/MediaInput/h264/stream_1
The only modification to VLC required to display the multicast stream is to enable “Force Multicast RTP via RTSP” option within VLC.
When I try to use the same RTSP syntax as an input stream in WOWZA it does not work. I have upgraded to 4.50 and see that WOWZA now offers two Panasonic camera wizard options but it appears the wizards are designed for unicast streams not multicast as they do not work natively with my configuration. I’m assuming that there is a manual configuration change within WOWZA that must be made to support multicast RTP over RTSP, just like I had to do with VLC.
The second question I have is can WOWZA access the stream from the Panasonic camera via the multicast address: port directly instead of issuing an RTSP request to the camera, for example udp://225.130.130.xxx:3002 ?