Re: [Freevo-users] [Freevo-devel] Freevo 1.9.2 Beta 2 Release (plus ...)

2011-03-09 Thread Adam Charrett



On Tue, 8 Mar 2011, Jonathan Isom wrote:


On Sun, Mar 6, 2011 at 3:00 PM, Adam Charrett  wrote:

Actually three releases to announce, first off the 2nd beta of the 1.9.2
release is now available from souceforge. Lots of bug fixes and some UI
improvements have been included in this release. Some notable points
are:
 * CPU Usage has dropped considerably, now around 2 - 3% when idle
 * LIRC handling improvements.
 * by default the playlists plugin is now enabled allow you to create
audio playlists from within Freevo.

Please try this out and report any bugs you find to the tracker
( https://sourceforge.net/tracker/?group_id=46652&atid=446895 )

Next up is a new release (2.1.0) of dvbstreamer, minor bug fixes mainly.
Finally a new release of livepause (1.1) which now uses memmap to write
and read the buffered data from disk, reducing the constant disk io.
(both available from the dvbstreamer project page on sourceforge)


Hi Adam
Looks like dvbstreamer needs libev V3.XX.  Latest is 4.04
May be a future problem for some.

Later

Jonathan


Thanks, that is useful to know although it _shouldn't_ be version specific 
I'll look into it.


Cheers

Adam--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Freevo-devel] Freevo 1.9.2 Beta 2 Release (plus ...)

2011-03-09 Thread Jim Duda
On 03/08/2011 10:02 PM, Jonathan Isom wrote:

> 
> Hi Adam
>   Looks like dvbstreamer needs libev V3.XX.  Latest is 4.04
> May be a future problem for some.
> 

I'm actually having trouble configuring dvbstreamer due to libev.  I have 
libev-devel,
however, the include files are in /usr/include/libev and the configure script 
isn't
finding them.

linux> l /usr/include/libev/ev.h 
-rw-r--r-- 1 root root 23055 Dec 31  2009 /usr/include/libev/ev.h

Regards,

Jim



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Trouble with DVD Play in 1.9.2.beta

2011-03-09 Thread Jim Duda
On 03/08/2011 09:17 AM, Adam Charrett wrote:
> 
> Sounds like this should be on the wiki if it isn't already, any one fancy
> adding it?
> 

It appears this information is already in the wiki.  I did look at the wiki
when this all started.  Did I miss it?  It's quite clear  sigh 

Thanks,

Jim


--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [Freevo-devel] Freevo 1.9.2 Beta 2 Release (plus ...)

2011-03-09 Thread Adam Charrett


On Wed, 9 Mar 2011, Jim Duda wrote:

> On 03/08/2011 10:02 PM, Jonathan Isom wrote:
>
>>
>> Hi Adam
>>   Looks like dvbstreamer needs libev V3.XX.  Latest is 4.04
>> May be a future problem for some.
>>
>
> I'm actually having trouble configuring dvbstreamer due to libev.  I have 
> libev-devel,
> however, the include files are in /usr/include/libev and the configure script 
> isn't
> finding them.
>
> linux> l /usr/include/libev/ev.h
> -rw-r--r-- 1 root root 23055 Dec 31  2009 /usr/include/libev/ev.h
>
> Regards,
>
> Jim

Try the following:
CPPFLAGS=-I/usr/include/libev ./configure 

That should tell configure to look in the /usr/include/libev directory for 
the header files.

Cheers

Adam

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users