Parsing Rtsp response parameter that is sprop-parameter-sets
问题 I just get the response from RTSP DESCRIBE request.[ For H264 stream] a=fmtp:96 profile-level-id=42A01E;packetization-mode=1; sprop-parameter-sets=Z0IAKOkAoAQNgPsgAAADACAAAAMDwWIEJQ==,aM44gA== For the sprop-parameter-sets=Z0IAKOkAoAQNgPsgAAADACAAAAMDwWIEJQ==,aM44gA== The RFC 3984 Section 8.1 says that it is [page 45] The value of the parameter is the base64 But using an online Base64 Converter [ http://coderstoolbox.net/string/] i get no meaningfull result from that string... What am i doing