Hi,
i hope to create an android app to encode live string from camera to wowza.
there are some questions want to ask.
THank you in advance.
i have read 2 articles about how to set up live streaming using RTP/RTSP encoder
article 1. https://www.wowza.com/docs/how-to-set-up-live-streaming-using-a-native-rtp-encoder-with-sdp-file
wowza config: set up Application.xml -> config admin.password -> create myStream.sdp ->Use StreamManager to start the stream
publish:"Consult your encoder documentation to configure an outgoing stream. Send it to the IP address of the server running Wowza Media Server.
"
in this way,
should the live stream publish to port 5006?
if there are many device, that publish different stream to wowza, how to playback those streams separately ? there are only one myStream.sdp
article 2. https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtsp-rtp-based-encoder
wowza config: set up Application.xml ->config publish.password
publish: “In your encoder, enter the following information and then click the Publish or Start button:Host Address: [wowza-ip-address]:1935 Stream Name: live/myStream.sdp”
isn’t the myStream.sdp needed to be created? don’t need to use StreamManager to start the stream?
live string should publish to port 1935 ?
how to let wowza get the stream name?
if i am going to develop an encoder, what else in working with wowza should i know in advance ?
what is the different between the 2 ways described in above 2 articles?
Thank you
PeggyCisco