Re: [Live-devel] How to mke a URL with username & password?

2014-07-29 Thread Ross Finlayson
> There is another question, how could we support the url format > rtsp://IP:port/test.264&user=username&password=password ? Our RTSP server implementation does not support this. Sorry. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ l

Re: [Live-devel] How to mke a URL with username & password?

2014-07-29 Thread yueyan...@vimicro.com
Hello Ross, Thanks for your reply! There is another question, how could we support the url format rtsp://IP:port/test.264&user=username&password=password ? When I use another IP Camera, I could use a url like rtsp://IP:port/type=0&id=1&user=username&password=password to play the stream with v

Re: [Live-devel] How to mke a URL with username & password?

2014-07-29 Thread Ross Finlayson
> If I use the Authentication in the rtspsverver (as define ACCESS_CONTROL in > testOnDemandRTSPServer.cpp), how could I make the url with the user name and > password? > We use the testOnDemandRTSPServer as rtsp server, and vlc as the client, use > the url rtsp://IP:port/test.h264 to play, the

[Live-devel] How to mke a URL with username & password?

2014-07-29 Thread yueyan...@vimicro.com
Hello everyone: If I use the Authentication in the rtspsverver (as define ACCESS_CONTROL in testOnDemandRTSPServer.cpp), how could I make the url with the user name and password? We use the testOnDemandRTSPServer as rtsp server, and vlc as the client, use the url rtsp://IP:port/test.h264 to pl