Re: [Live-devel] segmentation fault on testRTSPClient

2012-04-03 Thread Ross Finlayson
(First, please don't send the same question to the list multiple times. As noted in the FAQ, your messages are being moderated (delayed) because you're using an unprofessional email address. (A reminder once again to everyone: Your messages will be taken much more seriously if you use a profes

[Live-devel] segmentation fault on testRTSPClient

2012-04-03 Thread Rachit shah
Hi, I am developing application based on testRTSPClient. I have modified testRTSPClient.cpp file's shutdownStream routine as per below steps. commented -> exit(exitcode) Enable WatchVariable which is used when calling doEventloop(&WatchVariable) Uncomment following line TaskScheduler *schedule

Re: [Live-devel] iPhone iOS5.1 make error

2012-04-03 Thread Ross Finlayson
> I am trying to generate iOS static libraries for use in iOS5.1 SDK, (latest > and greatest). > > When I run this command in the terminal: > make iphoneos > > I get the following error: > make: *** No rule to make target `iphoneos'. Stop. > > Unfortunately, a config.log file is not generated,

[Live-devel] iPhone iOS5.1 make error

2012-04-03 Thread Carlos Duran
Hi, I am trying to generate iOS static libraries for use in iOS5.1 SDK, (latest and greatest). When I run this command in the terminal: make iphoneos I get the following error: make: *** No rule to make target `iphoneos'. Stop. Unfortunately, a config.log file is not generated, what could be

Re: [Live-devel] forcing a session to stop

2012-04-03 Thread Ross Finlayson
> The android RTSP client library has many bugs and issues. > sometimes it gets stuck during the prepare stage, and there's no way to stop > it using its API. > > I'd like to stop the server session it is connected to, in order to > 'convince' the RTSP client to go away. > so essentially i'm loo

[Live-devel] forcing a session to stop

2012-04-03 Thread aviad rozenhek
The android RTSP client library has many bugs and issues. sometimes it gets stuck during the prepare stage, and there's no way to stop it using its API. I'd like to stop the server session it is connected to, in order to 'convince' the RTSP client to go away. so essentially i'm lookling to do some