Re: [Live-devel] playing files not in the current directory

2008-03-18 Thread Ross Finlayson
>Sorry if I wasn't clear... > >Symbolic links would work if I could get the client to request >"rtsp://server/video.ts", but it is requesting >"rtsp://server/dirA/dirB/dirC/video.ts" and I don't have any way to >change what it requests. Why not? -- Ross Finlayson Live Networks, Inc. http://www.l

Re: [Live-devel] playing files not in the current directory

2008-03-18 Thread Josh Norell
On Tue, 2008-03-18 at 15:16 -0700, Ross Finlayson wrote: > > > > I'm using live555MediaServer to do some RTSP streaming, but it's not > >> > apparent to me how, or if you can, play files that arn't in the current > >> > directory. eg. live555MediaServer is running in /dirA, but I want to > >> >

Re: [Live-devel] playing files not in the current directory

2008-03-18 Thread Ross Finlayson
> > > I'm using live555MediaServer to do some RTSP streaming, but it's not >> > apparent to me how, or if you can, play files that arn't in the current >> > directory. eg. live555MediaServer is running in /dirA, but I want to >> > play /dirA/dirB/dirC/video.ts. >> >> >> > Can this be done, and

Re: [Live-devel] Asynchronous RTSP client in live media library

2008-03-18 Thread Ross Finlayson
>Hi, > >I'm wondering if there is any asynchronous rtsp client available with the >live555 media library. No, not yet, but it's high on the 'to do' list, because it's the way that the RTSP client implementation should really be done. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] Asynchronous RTSP client in live media library

2008-03-18 Thread Alkassoum Ahmoud
Hi, I'm wondering if there is any asynchronous rtsp client available with the live555 media library. Thanks, Alkassoum No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date: 18/03/2008 8:10 AM __

Re: [Live-devel] playing files not in the current directory

2008-03-18 Thread Josh Norell
On Tue, 2008-03-18 at 16:17 +0100, Marco Amadori wrote: > Il Tuesday 18 March 2008 15:29:49 Josh Norell ha scritto: > > Hello, > > > > I'm using live555MediaServer to do some RTSP streaming, but it's not > > apparent to me how, or if you can, play files that arn't in the current > > directory. eg.

Re: [Live-devel] playing files not in the current directory

2008-03-18 Thread Marco Amadori
Il Tuesday 18 March 2008 15:29:49 Josh Norell ha scritto: > Hello, > > I'm using live555MediaServer to do some RTSP streaming, but it's not > apparent to me how, or if you can, play files that arn't in the current > directory. eg. live555MediaServer is running in /dirA, but I want to > play /dirA/d

Re: [Live-devel] playing files not in the current directory

2008-03-18 Thread Glen Gray
My understanding is that it only streams files from the current directory. -- Glen Gray [EMAIL PROTECTED] On 18 Mar 2008, at 14:29, Josh Norell wrote: > Hello, > > I'm using live555MediaServer to do some RTSP streaming, but it's not > apparent to me how, or if you can, play files that arn't

[Live-devel] playing files not in the current directory

2008-03-18 Thread Josh Norell
Hello, I'm using live555MediaServer to do some RTSP streaming, but it's not apparent to me how, or if you can, play files that arn't in the current directory. eg. live555MediaServer is running in /dirA, but I want to play /dirA/dirB/dirC/video.ts. the MediaServer says "RTSP/1.0 404 Stream Not Fou

Re: [Live-devel] Avoid RTP source checking?

2008-03-18 Thread Spigao spigao
well, thanks for the help, finally the problem was that my gateway was accidentally changing the format of the packets, and I guess openRTSP couldn't write them properly. best regards, Sergio On Mon, Mar 17, 2008 at 11:24 PM, Ross Finlayso <[EMAIL PROTECTED]> wrote: > >Thanks for your answer, I

Re: [Live-devel] live555MediaServer performance: 95 stream max per process + dumb test suite

2008-03-18 Thread Ross Finlayson
> > >So it seems to be a strange threading or concurrency problem >> >> Unlikely, because the LIVE555 code is single-threaded. > >Do you think it could be easely extended to be multithreaded? No, because the system was explicitly designed to be single threaded, using an event loop - rather than

Re: [Live-devel] live555MediaServer performance: 95 stream max per process + dumb test suite

2008-03-18 Thread Marco Amadori
Il Monday 17 March 2008 23:11:52 Ross Finlayson ha scritto: > >So it seems to be a strange threading or concurrency problem > > Unlikely, because the LIVE555 code is single-threaded. Do you think it could be easely extended to be multithreaded? > You're clearly running into a resource limit; the