Wowza Community

Gtreamer Pipeline enable username password in wowza

Hi,

I’m using GStreamer Pipline Encoder. i need to enable username and password when i connect to wowza server. i read the douments for enable username password in RTMP/RTSP and i enable all configurations in my server side. its working in FMLE encoder. how i use this in my GStreamer Pipeline encoder. we are the current GStreamer Pipeline version is (1.0)

following pipeline works for without authentication, how to works for the following pipeline works with authentication.

gst-launch-1.0 -evm videotestsrc ! video/x-raw, framerate=15/1, width=320, height=240 ! videobalance brightness=0.1 contrast=0.9 ! clockoverlay ! x264enc bitrate=900 tune=zerolatency ! video/x-h264,profile=main,framerate=15/1 ! flvmux ! rtmpsink location="rtmp://wowzaserver-ip/live/mp4:mystream"

I think you need to use ModuleSecureURLParams:

https://www.wowza.com/docs/how-to-secure-publishing-from-an-rtmp-encoder-that-does-not-support-authentication-modulesecureurlparams

Richard