Does Wowza rtsp server support basic authentication? -
currently i'm creating demo app streaming video android devices wowza server. when try connect authenticate rtsp client, wowza server seems ignore it. here rtsp request , rtsp response server.
options rtsp://my_rtsp_server_address:1935/ rtsp/1.0 cseq: 1 authorization: basic ywrtaw46mtiz47== rtsp/1.0 200 ok cseq: 1 server: wowza streaming engine 4.4.1 build17882 cache-control: no-cache public: describe, setup, teardown, play, pause, options, announce, record, get_parameter supported: play.basic, con.persistent
actually username , password admin:1234, after encoded base64 became ywrtaw46mtizna==, when tried replace wrong value, wowza server did not take care , still return success code.
my question wowza server support basic authentication or digest authentication. read on https://www.ietf.org/rfc/rfc2326.txt rtsp authorization, not exist anymore. thank supporting!
please refer following link: wowza rtsp stream authentication