I have a RTP unicast stream being pushed to my Wowza server on port 10000. I want to rebroadcast it over RTMP. Does this involve a transcode? I have followed this guide https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming . I setup a test.stream file with udp://@:10000 I am not able to connect to the server for playback using rtsp://server:1935/live/test.stream
Hi Ryan,
It only needs to be transcoded if the source stream is not supported by Wowza by default. See the Quick Start Guide or the User Guide for info on supported codecs.
You can describe your unicast stream, and what encoder you’re using to push to Wowza. Usually an RTP stream will have an associated SDP file. Check your encoder documentation. If your encoder can generate an SDP file then use the “RTP with SDP” tutorial.
Otherwise, for your .stream file try: udp://0.0.0.0:10000
Is the source a camera? In that case you’ll need to figure out the Camera’s RTP/RTSP publish point (URI).