Re: [Live-devel] Question

2009-12-11 Thread Ron McOuat
IP cameras don't always deliver the frame rate requested because under low light conditions the "shutter speed" is dropped to a slow enough value the frames can't be generated fast enough. Nycko wrote: Hi, I openRTSP the 24h running against a couple of IP cameras of different brands, The probl

Re: [Live-devel] Multi-threading

2009-12-11 Thread Němec Alexandr
Hi, I would suggest to review your code, we use it the same way in our testing environment for many IP cameras using one thread for each camera and we can safely exit each doEventLoop and the corresponding thread. You must ensure that you start to clean up all the objects _after_ the event loop

Re: [Live-devel] Multi-threading

2009-12-11 Thread Ross Finlayson
Following the FAQ list where is explained that the library assumes only a thread of execution we created a class where the UsageEnvironment variable as well as MediaSession, MediaSubsession are defined. You will also need a separate "TaskScheduler" object for each. And *no* "liveMedia" objects

Re: [Live-devel] streaming H.264 with changing resolution

2009-12-11 Thread Ross Finlayson
I use Live555 to stream H.264 from the embedded borad and find a bug: for my borad, user could change video's resolution, at beginning user recive H.264 from the borad , it plays well, but if user disconnect then reconnect with different resolution, client player does not decode frames correc

[Live-devel] Multi-threading

2009-12-11 Thread Josep Aguilera
Hi Ross, Following the FAQ list where is explained that the library assumes only a thread of execution we created a class where the UsageEnvironment variable as well as MediaSession, MediaSubsession are defined. Each camera creates an instance of the class and launch a thread passing the paramete

[Live-devel] Question

2009-12-11 Thread Nycko
Hi, I openRTSP the 24h running against a couple of IP cameras of different brands, The problem I have is that recordings are more accelerated in the night and almost normally on the day (I suppose it is light). I wonder if it is a matter of parameters or a problem with the cameras. Nose if this is

[Live-devel] streaming H.264 with changing resolution

2009-12-11 Thread orbit
Hi Ross, I use Live555 to stream H.264 from the embedded borad and find a bug: for my borad, user could change video's resolution, at beginning user recive H.264 from the borad , it plays well, but if user disconnect then reconnect with different resolution, client player does not decode frames

Re: [Live-devel] Integration with Third party RTP library

2009-12-11 Thread Ross Finlayson
This is my first post to this list. I was checking out the openRTSP source and one question popped to my mind. How can I use only the RTSP client (to do the session stablishment and control, like PLAY, RECORD) without using the RTP library? Yes, it's easy to do this - just don't create the