Wowza Community

how to use get_parameter / set_parameter method in rtsp?

i want to get/set video resolution from my rtsp client to wowza stream engine(= rtsp server).

how can i set “set_parameter” in wowza streaming engine?

Hello @dohee_park, is this what you’re looking for?

https://www.wowza.com/docs/how-to-control-transcoded-video-with-video-encoding-parameters

Open the Transcoder template in a text editor and add a <Parameter> section to the <Video>/<Parameters> container in each <Encode> block that you want to modify, as shown in the example below. A single template can have multiple <Encode> blocks (one for each encoded bitrate in the output stream). Then restart Wowza Streaming Engine.

You can also set the resolutions in Engine Manager or in the XML with more info here:

https://www.wowza.com/docs/how-to-set-up-and-run-wowza-transcoder-for-live-streaming#view-adaptive-bitrate-stream-name-groups

Hello @Rose_Power-Wowza_Com!

Thanks for your answer.
but sorry, what i want to use is only to send info from rtsp client to wowza server using “SET_PARAMETER” method in RFC2326.

I want to know whether i can change setting for using “set_parameter” in wowza rtsp server, not how to change resolution… SORRY

I want to know whether Wowza Streaming Engine support “SET_PARAMETER” method in RFC2326 in rtsp, and if they support that method, how to adopt the function.

thank you!