Re: [Live-devel] RTSP response status codes: 403 Forbidden

2015-12-09 Thread Maxim P. DEMENTIEV
ks, Inc. > http://www.live555.com/ > > > ___ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel http://lists.live555.com/pipermail/live-devel/2015-December/019794.html [Live-devel] RTSP response status code

Re: [Live-devel] RTSP response status codes: 403 Forbidden

2015-12-08 Thread Ross Finlayson
Thanks for the suggestion, but right now I’m not planning on making such a change to the supplied server code, because this functionality is unlikely to be used very much. So for now you should just modify your own copy of the code, subject - as always - to the LGPL: http://live555.com/

Re: [Live-devel] RTSP response status codes: 403 Forbidden

2015-12-08 Thread Maxim P. DEMENTIEV
Thank you very much, Ross! I think it is possible to do a patch which will not break the old behaviour and let other replies. (And I personally have no doubt that you know better than me how to do it; just as a proposal...) Say, in the header we add another virtual method with the string as a ret

Re: [Live-devel] RTSP response status codes: 403 Forbidden

2015-12-08 Thread Ross Finlayson
Our server code currently has no mechanism for specifying an ‘authentication failed’ response other than “401 Unauthorized”. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://li

[Live-devel] RTSP response status codes: 403 Forbidden

2015-12-07 Thread Maxim P. DEMENTIEV
Hi, Sometimes, under some condition I need to reply to the client of my RTSP server - "403 Forbidden". As a temporary solution, I can override (and I do) "Boolean RTSPServer::specialClientAccessCheck(...)" but it gives me "401 Unauthorized" which is not exactly the case, see this link for details