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

Marco Amadori amadorim at vdavda.com
Tue Mar 18 08:17:33 PDT 2008


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/dirB/dirC/video.ts.


> Can this be done, and if so what do I need to do?

simlinks

cd  /dirA
find /dirA/dirB/dirC/*.ts | xargs -i ln -s {} .

-- 
ESC:wq


More information about the live-devel mailing list