Re: [Live-devel] openRTSP (playcommon.cpp) -- duration greater than ~2000 seconds?

2010-03-26 Thread Ross Finlayson
I made the change you mentioned below and was able to start a session but anything number still greater than ~2000 second resulted in an immediate TEARDOWN request. It will work if you define "uSecsToDelay" as follows: int64_t uSecsToDelay = (int64_t)(secondsToDelay*100.0); Or else

Re: [Live-devel] make the live555 scheduler working together with other schedulers

2010-03-26 Thread Ross Finlayson
I specified that I don't want to use threads... Is there another way to solve? You have to do one of the following (your choice): 1/ Define a new subclass of "TaskScheduler", and reimplement the "doEventLoop()" virtual function so that it handles the other system (QT)'s event, as well as LIVE

Re: [Live-devel] multi threaded RTSP client

2010-03-26 Thread Ross Finlayson
Hi all, Is there any option to use RTSP client (openRTSP) to receive multiple video streams concurrently with a single openRTSP instance ? Can we include a thread for that ? No! Read the FAQ - especially the entry about threads! Note also that "openRTSP" is an application. To do wh

Re: [Live-devel] openRTSP (playcommon.cpp) -- duration greater than ~2000 seconds?

2010-03-26 Thread Brad Thomas
Hi Ross, I made the change you mentioned below and was able to start a session but anything number still greater than ~2000 second resulted in an immediate TEARDOWN request. It will still works fine for less durations below that thresh hold. Thanks, Brad Thomas Started playing session

Re: [Live-devel] make the live555 scheduler working together with other schedulers

2010-03-26 Thread Alberto Alberici
I specified that I don't want to use threads... Is there another way to solve? --- On Mon, 3/22/10, Matt Schuckmannn wrote: From: Matt Schuckmannn Subject: Re: [Live-devel] make the live555 scheduler working together with other schedulers To: "LIVE555 Streaming Media - development & use" Da

[Live-devel] multi threaded RTSP client

2010-03-26 Thread jabir
Hi all, Is there any option to use RTSP client (openRTSP) to receive multiple video streams concurrently with a single openRTSP instance ? Can we include a thread for that ? Thanks Jabir ___ live-devel mailing list live-devel@lists.live555.com h