> At some point my RTSP source answers with error code "RTSP/1.0 454 Session 
> Not Found" to RTSP commands but seems not being handled by RTSP client. Why? 
> Is this an invalid error code?

Yes.  It is usually returned by the server when the client attempts to access a 
stream using an invalid RTSP 'session id' string.  That shouldn't be happening 
(with our RTSP client or proxy code), so I'm curious as to why you're getting 
this error.  (See below.)


> How can I treat the error properly?

You can't - because it's an error.  The real question is: Why is this error 
occurring?  The only way I can answer this is to see the RTSP protocol exchange 
that's causing it.  If you are seeing this error from your 'back-end' server 
when running the "LIVE555 Proxy Server", then send us the diagnostic output 
that you get when you run the proxy server with the "-V" flag.


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

Reply via email to