(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
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
> 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,
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
> 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
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