ngraziano / SharpRTSP

A RTSP handling library
Other
552 stars 182 forks source link

Play message in RtspClientExample is missing authorization #32

Closed graspergazon closed 6 years ago

graspergazon commented 7 years ago

Hi Nicolas, Thank you for sharing this great library!

It seems like there is a small error in the RtspClientExample . I have an AXIS IP camera which requires user/pwd authorization. The example code was giving me a 401 error after sending the PLAY request.

I added a "digest_authorization" string to the "play_message" header and now it works perfectly.

RogerHardiman commented 6 years ago

Hi I've added new code to the library recently. Can you tell me if the code changes work with your Axis camera for authorisation or if I still need to do something in the PLAY request. Thanks

manishjh commented 6 years ago

Hi Kasper, Could you please point to the changes you made, I am facing the exact same issue. Thanks,

RogerHardiman commented 6 years ago

Added a fix in January last year and no new feedback given