#3417: rtsp authentication RFC2069
-------------------------------------+-------------------------------------
             Reporter:  hme          |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  rtsp         |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by hme):

 that is described in the url in ticket description:

 Authorization: Digest username="user1",realm="My
 
realm...",nonce="...",uri="rtsp://localhost:8554/live",response="...",algorithm=MD5

 algorithm=MD5 is incorrect.

 It should be:
 algorithm="MD5"

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3417#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to