Re: [Live-devel] Client only library

2016-02-13 Thread Jeff Shanab
I finally got around to trying this to see how much space could be saved and it is about 40% depending on target platform. This is the result of my first attempt at this. - I had to ifdef out a section of code in RTSPClient as it wants to pull in server components when it implements the REGISTER c

Re: [Live-devel] Client only library

2016-01-31 Thread Ross Finlayson
>Is it possible, and allowed in the license, to build a client only dll to > save size? It’s certainly allowed in the license (LGPL), because you’d be only omitting the compilation of some source code files - not modifying them. In the “liveMedia” directory, you can try omitting the compil

[Live-devel] Client only library

2016-01-31 Thread Jeff Shanab
Is it possible, and allowed in the license, to build a client only dll to save size? If I am pulling from rtsp sources only, to record them for example I do not need the server or proxyserver code and could save a lot of space. ___ live-devel mailing