Re: [Live-devel] How to set fPresentationTime in my framedsource

2012-10-19 Thread Ross Finlayson
Because you are streaming from a live source, your first method of setting "fPresentationTime" - i.e., just by calling "gettimeofday()" - is best. However, I doubt that this is the cause of the problems that you are seeing when you are trying to view your stream using VLC. You haven't said any

[Live-devel] How to set fPresentationTime in my framedsource

2012-10-19 Thread ??????
Hi Ross, I add a class H264VideoUDPSource to live555 for my IP Camera project. when played by VLC, its picture does not updated,and i can see a lot of picture drop in VLC information. code is like this:class H264VideoUDPSource: public FramedSource void H264VideoUDPSource::doGetNextFrame() {

Re: [Live-devel] No RTSP session is currently in progress

2012-10-19 Thread Ross Finlayson
> I temporarily solved my problem by calling the old setupMediaSubsession > instead of sendSetupCommand. > > I know that is not very nice. No, it's exactly right. If you use the old synchronous RTSPClient interface, then *all* of your "RTSPClient" function calls should be from that old interf

Re: [Live-devel] No RTSP session is currently in progress

2012-10-19 Thread Mauro Delucis
Hello Ross, I can't use the asynchronous interface right now because I have no time to develop the changes... unfortunately! Customers are always in a hurry! I temporarily solved my problem by calling the old setupMediaSubsession instead of sendSetupCommand. I know that is not very nice. M

Re: [Live-devel] Authorization question

2012-10-19 Thread Ross Finlayson
> in the method "RTSPServer::RTSPClientConnection::authenticationOK" is only > checked whether the "fAuthDB" is NULL. Would it not make sense to check if > the "AuthDB" is empty ("fAuthDB->IsEmpty()")? No, no special code is needed for this case. If the authentication database exists, but is

[Live-devel] Authorization question

2012-10-19 Thread Meding, Matthias
Hello Ross, in the method "RTSPServer::RTSPClientConnection::authenticationOK" is only checked whether the "fAuthDB" is NULL. Would it not make sense to check if the "AuthDB" is empty ("fAuthDB->IsEmpty()")? Greetings Matthias Meding ___ li

Re: [Live-devel] No RTSP session is currently in progress

2012-10-19 Thread Ross Finlayson
> My application acquires rtsp streams from an IP camera. Until a few days ago > the application was working properly, then I updated the LIVE555 libraries > and the program started to report the message: "No RTSP session is currently > in progress" > > What could be causing this? Because the

[Live-devel] No RTSP session is currently in progress

2012-10-19 Thread Mauro Delucis
Hello! I have a problemwith live555, I hope this is the right mailing list. My application acquires rtsp streams from an IP camera. Until a few days ago the application was working properly, then I updated the LIVE555 libraries and the program started to report the message: "No RTSP session i