we are trying to take a rtp stream and uing wowza change it to rtmp. we followed the setup on page https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming, created a folder live and inserted on [install-dir]/conf the Application.xml file downloaded from that page, we created a camera.stream file inside /content
on this file camera.stream we entered the rtp:
rtp://remote-server-IP:7500
we started our stream using the
http:// our server IP:8086/streammanager/index.html?msgId=5
our rtmp is supposed to be:
rtmp://server IP:1935/live/camera.stream
but it is not working, any ideas why?
Thank you.