Wowza Community

Multiple IP Cameras to Wowza server in the cloud

Hello,

I have a business requirement where i want to stream 4 IP Cameras through .NET web server application in amazon cloud. Currently i use router with port forwarding feature to access the IP cameras. Currently the streaming gets blocked due to different port number at the receiver end. Can i avoid port forwarding by using wowza media server. Can Wowza media server can help me to broadcast 4 video streams with the different url with same port number (80) ?

Thanks

Vel

Hi,

I guess this shouldn’t be a problem, just use multiple .stream files.

https://www.wowza.com/docs/how-to-create-and-use-stream-files-in-wowza-streaming-engine-manager

https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming

The only thing is, what does your problem have to do with “Wowza server in the cloud”? :slight_smile:

Hi,

You can use the Wowza Streaming Engine in the same internal network as your IP cameras and use a different .stream file for each IP camera as Nuramon suggested.

However, you sill still need to port forward the Wowza streaming access port from the router to your Wowza internal IP address, so that people connecting to your IP camera streams would be able to access the Wowza server.

For example, if you port-forward the 1935 TCP port from your router to your Wowza server internal IP, then your streaming clients will access the following playback URL (example for RTSP streaming)

rtsp://routerIP:1935/live/cam1.stream
rtsp://routerIP:1935/live/cam2.stream
rtsp://routerIP:1935/live/cam3.stream
rtsp://routerIP:1935/live/cam4.stream

Zoran