Re: [Live-devel] [PATCH] Enable logging levels, part1

2010-07-01 Thread Ross Finlayson
There are many calls in form envir() << something; or similar. These messages are either emitted or could be completely disabled by subclassing [Basic]UsageEnvironment. The intention of the "UsageEnvironment" virtual base class is to allow various environment and application-specific custom beh

[Live-devel] patch to make MPEG1or2FileServerDemux seekable

2010-07-01 Thread Victor V. Vinokurov
Good day! For some reasons i want to have class MPEG1or2FileServerDemux seekable to have the possibility to seek on the input file. My small patch do this work. I hope that this possibility will be usefull not only for me and will be included in future releases of live555. -- See you! --- Vityus

[Live-devel] [PATCH] Enable logging levels, part1

2010-07-01 Thread David Stegbauer
Hi Ross, attached please find patch which enables logging levels. It is diff against live.2010.06.22. It is tested. Please let me know whether you accept this patch or if it should be improved or if you deny it (I'd like to know why in this case). Motivation: There are many calls in form envi