Re: [Live-devel] RTSP authentication with special characters

2015-03-06 Thread Deanna Earley
: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: 06 March 2015 09:16 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTSP authentication with special characters Oops - good catch. Fixed now. Ross Finlayson Live Networks,

Re: [Live-devel] RTSP authentication with special characters

2015-03-06 Thread Ross Finlayson
Oops - good catch. Fixed now. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTSP authentication with special characters

2015-03-06 Thread Deanna Earley
VE555 Streaming Media - development & use Subject: Re: [Live-devel] RTSP authentication with special characters Thanks for the note. I've now installed a new version (2015.03.06) of the code that fixes this. (Please check the code, however, because it's a bit different from t

Re: [Live-devel] RTSP authentication with special characters

2015-03-05 Thread Ross Finlayson
Thanks for the note. I’ve now installed a new version (2015.03.06) of the code that fixes this. (Please check the code, however, because it’s a bit different from the patch that you proposed.) Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] RTSP authentication with special characters

2015-03-05 Thread Deanna Earley
To: 'live-devel@lists.live555.com' > Subject: [Live-devel] RTSP authentication with special characters > > Hello Ross. > > The current liveMedia has a bug where it doesn't correctly handle > "special" characters in the username and password strings when

[Live-devel] RTSP authentication with special characters

2015-03-05 Thread Deanna Earley
Hello Ross. The current liveMedia has a bug where it doesn't correctly handle "special" characters in the username and password strings when passed in the URL. RFC 3986 (and predecessors) say that anything outside the "reserved" range can be percent encoded, but liveMedia isn't currently decodi

Re: [Live-devel] RTSP Authentication memory leak

2011-06-12 Thread Ross Finlayson
I am using live555 for last few months. Last week I downloaded the latest archive. Now when i integrate it, from valgrind I have some memory leak problem. For RTSPClient.cpp sendPlayCommand, sendSetupCommand, sendOptionsCommand and sendDescribeCommand the statement "if (authenticator != NULL) fCu

[Live-devel] RTSP Authentication memory leak

2011-05-18 Thread Sawan Das
Hi All, I am using live555 for last few months. Last week I downloaded the latest archive. Now when i integrate it, from valgrind I have some memory leak problem. For RTSPClient.cpp sendPlayCommand, sendSetupCommand, sendOptionsCommand and sendDescribeCommand the statement "if (authenticator != N

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
In any case, I am still getting an error using the "-S 0" option: "Failed to setup "video/X-PN-REALVIDEO" subsession: SETUP: cannot handle response: RTSP/1.0 461 Unsupported transport" ?? OK, now you're totally out of luck. The Real Networks server is telling you that it does not support th

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Dan Bolser
2008/10/10 Ross Finlayson <[EMAIL PROTECTED]>: > >> Perhaps I'm being dumb, but I thought that if openRTSP is trying to play >> the stream, it would be relatively simple to dump that stream to file. Or am >> I missing the point? > > "openRTSP" doesn't 'play' anything; it just downloads data. Ah, O

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
Oops, in my previous message, I meant to say You can, however, give "openRTSP" the "-S 0" option (not "-S 4"). Sorry. Ross Finlayson Live Networks, Inc. (LIVE555.COM) ___ live-devel mailing list live

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
Perhaps I'm being dumb, but I thought that if openRTSP is trying to play the stream, it would be relatively simple to dump that stream to file. Or am I missing the point? "openRTSP" doesn't 'play' anything; it just downloads data. In the case of the "X-PN_REAL..." streams, it doesn't know ho

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Dan Bolser
2008/10/9 Ross Finlayson <[EMAIL PROTECTED]> > > How can I dump the stream to file in order to open the file with real >> player or mplayer? Is this possible? >> > > I'm sure it's 'possible'. However, because "Real Networks" does not > document their proprietary RTP payload formats or file forma

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
How can I dump the stream to file in order to open the file with real player or mplayer? Is this possible? I'm sure it's 'possible'. However, because "Real Networks" does not document their proprietary RTP payload formats or file formats, it's unlikely you'll be able to find out how. The

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Dan Bolser
2008/10/9 Ross Finlayson <[EMAIL PROTECTED]>: > The authentication is not the problem; it is working perfectly. > > The problem is shown by the following error lines: > >> Unable to create receiver for "video/X-PN-REALVIDEO" subsession: RTP >> payload format unknown or not supported >> Unable to cr

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
The authentication is not the problem; it is working perfectly. The problem is shown by the following error lines: Unable to create receiver for "video/X-PN-REALVIDEO" subsession: RTP payload format unknown or not supported Unable to create receiver for "audio/X-PN-REALAUDIO" subsession: RTP pa

[Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Dan Bolser
Hi, I am trying to play a 'real' stream that uses RTSP with authentication. Although I pass the username and password options, I don't get a 'session'. Below is an example of the output using openRTSP. Note that if I use the wrong user name or password, the error is different (also below). So th

Re: [Live-devel] RTSP authentication

2008-09-12 Thread Ross Finlayson
Thanks for your advice regarding RTSP authentication for Dynamic RTSP server. Now I want add stream session id along with username & password for Authentication. This is non-standard, and will not work with any standard RTSP client (which will expect to authenticate using username,passwo

[Live-devel] RTSP authentication

2008-09-12 Thread soumya patra
Hi Ross, Thanks for your advice regarding RTSP authentication for Dynamic RTSP server. Now I want add stream session id along with username & password for Authentication. Can you give some idea regarding session id for RTSP authentication. Waiting for your response. Rega

Re: [Live-devel] RTSP authentication using vlc does not work

2008-09-03 Thread Ross Finlayson
I want to implement authentication in our video multicast server , I enabled authentication at server side but when I fire request from vlc (rtsp://server ip:port/track) , after Describe method server sends "401 Authorization fails" and then communication fails ..., if I try through openRTSP

[Live-devel] RTSP authentication using vlc does not work

2008-09-03 Thread Peeyush Mishra
Hi Ross, I want to implement authentication in our video multicast server , I enabled authentication at server side but when I fire request from vlc (rtsp://server ip:port/track) , after Describe method server sends "401 Authorization fails" and then communication fails ..., if I try through ope

Re: [Live-devel] RTSP Authentication

2008-08-26 Thread Ross Finlayson
Hi Ross, We have Streaming server which streams H264 perfectly (both unicast & multicast). We have created a dynamic RTSP server for streaming with different media codecs. Now we want to use digest authentication in our RTSP Server for some specific Client. Can you explain how

[Live-devel] RTSP Authentication

2008-08-26 Thread soumya patra
Hi Ross, We have Streaming server which streams H264 perfectly (both unicast & multicast). We have created a dynamic RTSP server for streaming with different media codecs. Now we want to use digest authentication in our RTSP Server for some specific Client. Can you explain how

Re: [Live-devel] RTSP Authentication

2007-07-18 Thread Ross Finlayson
>I use UserAuthentication option in RTSP making use of >UserAuthenticationDatabase and QuickTime as client. First time client wants to >connect to a streaming session QuickTime asks for user and password to >complete authentication with server. But if client closes it and then tries to >reconnect,

Re: [Live-devel] RTSP Authentication

2007-07-18 Thread Ramon Martin de Pozuelo Genis
Well, I saw that closing completely QuickTime (not only video window) and trying to reconnect it reclaims again user and password so I supose that it remains in Quicktime memory and it's not possible to control on server side, because it is working properly, receiving user and password again. Could

[Live-devel] RTSP Authentication

2007-07-18 Thread Ramon Martin de Pozuelo Genis
Hi, I use UserAuthentication option in RTSP making use of UserAuthenticationDatabase and QuickTime as client. First time client wants to connect to a streaming session QuickTime asks for user and password to complete authentication with server. But if client closes it and then tries to reconnect, i