Re: [Freevo-users] Re: vlc timeshifting

2005-09-19 Thread Justin Wetherell
Yea, I am very interested in getting this to work and might start trying tonight.On 9/19/05, Karl Lattimer <[EMAIL PROTECTED]
> wrote:I was a little confused about how this could be done also, I simply
wanted to watch TV on my mac via wifi using VLC discovering thetimeshifting functionality began this debate. One of the things that didraise an eyebrow or two was that channel changes need to be made in someway. From remote clients aswell as the local client.
I thought about a simple TCP/IP application to handle it, but I don'tknow if that would be the best way to do it.Karl,On Mon, 2005-09-19 at 09:29 -0400, Justin Wetherell wrote:> How was vlc handle changing channels on the server, is that possible?
>> On 9/19/05, Ow Mun Heng <[EMAIL PROTECTED]> wrote:> On Mon, 2005-07-25 at 17:44 +0200, Dirk Meyer wrote:>> >> > So why not vlc? First of all, I couldn't get it running.
>> What box/distro are you running on? I run Gentoo, and it> builds fine.>> > Second: every> > new player (vlc, gstreamer, whatever) takes time to
> integrate into> > Freevo. I don't have that time. So _I_ will only integrate> two> > programs: mplayer and xine. But this two will be integrated> with
> > freevo having _full_ control over the stream and freevo> drawing on top> > of the video.>> I'm not so sure I know what is meant by this.>
> > So this is more important to me than supporting every> > player. But if someone whats to help, I would accept vlc> patches.>> Understand. I'm gonna start hacking on it to see if I can come
> out with> anything.>> >From the looks of things, VLC _does_ seem to be really good.>>> >>> --> Ow Mun Heng
> Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM> 98% Microsoft(tm) Free!!> Neuromancer 13:55:42 up 4:13, 8 users, load average: 2.73,> 2.03, 1.27>>
>>> ---> SF.Net email is sponsored by:> Tame your development challenges with Apache's Geronimo App> Server.
> Download it for free - -and be entered to win a 42" plasma tv> or your very> own Sony(tm)PSP.  Click here to play:> 
http://sourceforge.net/geronimo.php> ___> Freevo-users mailing list> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users>---
SF.Net email is sponsored by:Tame your development challenges with Apache's Geronimo App Server.Download it for free - -and be entered to win a 42" plasma tv or your veryown Sony(tm)PSP.  Click here to play: 
http://sourceforge.net/geronimo.php___Freevo-users mailing list
Freevo-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Fwd: Re: [Freevo-users] Freevo and rtsp (live.com) - Mplayer jerks

2005-09-19 Thread Andreas Lorensen


Mandag den 19. september 2005 07:54 skrev Ow Mun Heng:
>
> Will you be willing to show me some rtsp links which works for mplayer?
> I've searched but I can't find any rtsp videos.
>

www.optimalstream.net is streamint some TV stations. I'll think it only works 
from i denmark.

And you have to pay for the TV'channels.

I dit'nt say www.optimalstream.net/video/bbcw works whitout password

/A



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Error on startup and shutdown.

2005-09-19 Thread Evan Hisey
Ashley-
 Not tested it yet on a 10.2 box, but are you using my .tgzs or your
own? Off hand it looks like a Python issue. I had something similiar
happening with the default mixer plugin and had to switch to the
ossmixer plugin to fix it. also made sound work right :)

Evan

On 9/17/05, Ashley Dawkins <[EMAIL PROTECTED]> wrote:
>  
>  
> 
> Hi, have installed Freevo on a new Slackware 10.2 box. I have 'tweaked' the
> kernel, which is 2.4.31. Freevo is functioning as expected, but I have a
> strange error when starting and stopping Freevo. It does not appear in the
> log (DEBUG and CHILDAPP_DEBUG both turned on) and mailing list/Google search
> does not shed any light. The output to the screen is : 
> 
>   
> 
> Traceback (most recent call last): 
> 
>   File /usr/bin/freevo, line 473, in ? 
> 
> start(name, python + proc , bg, check) 
> 
>   File /usr/bin/freevo, line 270, in start 
> 
> os.execvp(arg[0], arg) 
> 
>   File /usr/lib/python2.4/os.py, line 348, in execvp 
> 
> _execvpe(file, args) 
> 
>   File /usr/lib/python2.4/os.py, line 386, in _execvpe 
> 
> func(fullname, *argrest) 
> 
> OSError: [Errno 2] No such file or directory 
> 
> Traceback (most recent call last): 
> 
>   File /usr/bin/freevo, line 473, in ? 
> 
> start(name, python + proc , bg, check) 
> 
>   File /usr/bin/freevo, line 270, in start 
> 
> os.execvp(arg[0], arg) 
> 
>   File /usr/lib/python2.4/os.py, line 348, in execvp 
> 
> _execvpe(file, args) 
> 
>   File /usr/lib/python2.4/os.py, line 386, in _execvpe 
> 
> func(fullname, *argrest) 
> 
> OSError: [Errno 2] No such file or directory 
> 
>   
> 
> Have I removed something from the kernel I should not have or is something
> else amiss? 
> 
>   
> 
> Many thanks, snickwad.


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: vlc timeshifting

2005-09-19 Thread Karl Lattimer
I was a little confused about how this could be done also, I simply
wanted to watch TV on my mac via wifi using VLC discovering the
timeshifting functionality began this debate. One of the things that did
raise an eyebrow or two was that channel changes need to be made in some
way. From remote clients aswell as the local client.

I thought about a simple TCP/IP application to handle it, but I don't
know if that would be the best way to do it.

Karl,

On Mon, 2005-09-19 at 09:29 -0400, Justin Wetherell wrote:
> How was vlc handle changing channels on the server, is that possible?
> 
> On 9/19/05, Ow Mun Heng <[EMAIL PROTECTED]> wrote:
> On Mon, 2005-07-25 at 17:44 +0200, Dirk Meyer wrote:
> 
> >
> > So why not vlc? First of all, I couldn't get it running. 
> 
> What box/distro are you running on? I run Gentoo, and it
> builds fine.
> 
> > Second: every
> > new player (vlc, gstreamer, whatever) takes time to
> integrate into
> > Freevo. I don't have that time. So _I_ will only integrate
> two 
> > programs: mplayer and xine. But this two will be integrated
> with
> > freevo having _full_ control over the stream and freevo
> drawing on top
> > of the video.
> 
> I'm not so sure I know what is meant by this. 
> 
> > So this is more important to me than supporting every
> > player. But if someone whats to help, I would accept vlc
> patches.
> 
> Understand. I'm gonna start hacking on it to see if I can come
> out with
> anything.
> 
> >From the looks of things, VLC _does_ seem to be really good.
> 
> 
> >
> 
> --
> Ow Mun Heng
> Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
> 98% Microsoft(tm) Free!!
> Neuromancer 13:55:42 up 4:13, 8 users, load average: 2.73,
> 2.03, 1.27
> 
> 
> 
> 
> ---
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App
> Server.
> Download it for free - -and be entered to win a 42" plasma tv
> or your very 
> own Sony(tm)PSP.  Click here to play:
> http://sourceforge.net/geronimo.php
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: Re: [Freevo-users] xmame 0.99 doesn't start, 0.84 work correcly

2005-09-19 Thread Loffe Larsson

Alberto helpt me with this before and I thik it is the same you are looking for


result=int(96)

in  /usr/lib/python2.3/site-packages/freevo/games/mame_cache.py, line 276, 
after another result=... line.


//Loffe



>El Lunes, 19 de Septiembre de 2005 14:33, Claudio escribió:
>> Hi, after upgrading my debian sid xmame doesn't work in freevo. Previous
>> version was 0.84and work correctly, now I have 0.99. In main log I only
>> see the event start and stop without errors...
>
>
>Hi.
>
>Look for old messages here, about xmame crashing in freevo. There is a small 
>change you must do in one file, I don't remember which right now.
>
>   Alberto
>
>
>---
>SF.Net email is sponsored by:
>Tame your development challenges with Apache's Geronimo App Server. 
>Download it for free - -and be entered to win a 42" plasma tv or your very
>own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
>___
>Freevo-users mailing list
>Freevo-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: vlc timeshifting

2005-09-19 Thread Justin Wetherell
How was vlc handle changing channels on the server, is that possible?On 9/19/05, Ow Mun Heng <[EMAIL PROTECTED]
> wrote:On Mon, 2005-07-25 at 17:44 +0200, Dirk Meyer wrote:>> So why not vlc? First of all, I couldn't get it running.
What box/distro are you running on? I run Gentoo, and it builds fine.> Second: every> new player (vlc, gstreamer, whatever) takes time to integrate into> Freevo. I don't have that time. So _I_ will only integrate two
> programs: mplayer and xine. But this two will be integrated with> freevo having _full_ control over the stream and freevo drawing on top> of the video.I'm not so sure I know what is meant by this.
> So this is more important to me than supporting every> player. But if someone whats to help, I would accept vlc patches.Understand. I'm gonna start hacking on it to see if I can come out with
anything.>From the looks of things, VLC _does_ seem to be really good.>--Ow Mun HengGentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM98% Microsoft(tm) Free!!Neuromancer 13:55:42 up 4:13, 8 users, load average: 
2.73, 2.03, 1.27---SF.Net email is sponsored by:Tame your development challenges with Apache's Geronimo App Server.Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php___Freevo-users mailing list
Freevo-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] xmame 0.99 doesn't start, 0.84 work correcly

2005-09-19 Thread Alberto Hernando
El Lunes, 19 de Septiembre de 2005 14:33, Claudio escribió:
> Hi, after upgrading my debian sid xmame doesn't work in freevo. Previous
> version was 0.84and work correctly, now I have 0.99. In main log I only
> see the event start and stop without errors...


Hi.

Look for old messages here, about xmame crashing in freevo. There is a small 
change you must do in one file, I don't remember which right now.

Alberto


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] xmame 0.99 doesn't start, 0.84 work correcly

2005-09-19 Thread Claudio
Hi, after upgrading my debian sid xmame doesn't work in freevo. Previous
version was 0.84and work correctly, now I have 0.99. In main log I only
see the event start and stop without errors...

Are there any solutions?

Thank you

Claudio



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Is this possible? Freevo on TV-Out and OS on VGA?

2005-09-19 Thread John Molohan
IIRC it wansn't about the dual head aspect of the setup that was the 
problem - it was pygame grabbing the keyboard/mouse, I could be totally 
wrong though.


Karl Lattimer wrote:

By the looks of things, doing the same thing with a nVidia dual head
card _should_ be possible. Each of the displays on a nvidia card are
isolated so setting up just a CRT TV on :0 and separately a DVI/VGA
on :1 may be possible.

Speak to the nvidia developers about it, it may be something they'll do
for a future release.

On Mon, 2005-09-19 at 13:17 +0200, Ka$$ wrote:


Hello
If you have 2 graphics card you can make this !!
( a basic graphic card cost 30 or 40 $)
http://www.lea-linux.org/hardware/hard_plus/pca2.html

it is in french, but you can find the same thing in english !!!


John Molohan wrote:



Mike B wrote:


I am just about to setup a Freevo system, but I wanted to see my plan 
would

work.

I have a TI4200 graphics card (dual head with svideo out).  I wanted 
to have

the Freevo system on the S-vidoe out, while I still had a normal windows
manager on my VGA out so I could continue to use it for web, email, etc.
while watching TV, movies, and the like.

Does this work?



I afraid I think the answer might be no, there were numerous 
discussions on this check the archives.



This is my planned system btw.  I went cheap on the capture card for 
now.


AMD Athalon XP 2200
512MB PC3200 RAM
Two stripped 80gig 7200RPM IDE Drives
Avermedia AverTV Go 007 FM/TV Tuner
Built-in Audio
TI4200 Video card
Gentoo OS

Thanks...Mike



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your 
very
own Sony(tm)PSP.  Click here to play: 
http://sourceforge.net/geronimo.php

___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your 
very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users







---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users






---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Is this possible? Freevo on TV-Out and OS on VGA?

2005-09-19 Thread Karl Lattimer
By the looks of things, doing the same thing with a nVidia dual head
card _should_ be possible. Each of the displays on a nvidia card are
isolated so setting up just a CRT TV on :0 and separately a DVI/VGA
on :1 may be possible.

Speak to the nvidia developers about it, it may be something they'll do
for a future release.

On Mon, 2005-09-19 at 13:17 +0200, Ka$$ wrote:
> Hello
> If you have 2 graphics card you can make this !!
> ( a basic graphic card cost 30 or 40 $)
> http://www.lea-linux.org/hardware/hard_plus/pca2.html
> 
> it is in french, but you can find the same thing in english !!!
> 
> 
> John Molohan wrote:
> 
> > Mike B wrote:
> >
> >> I am just about to setup a Freevo system, but I wanted to see my plan 
> >> would
> >> work.
> >>
> >> I have a TI4200 graphics card (dual head with svideo out).  I wanted 
> >> to have
> >> the Freevo system on the S-vidoe out, while I still had a normal windows
> >> manager on my VGA out so I could continue to use it for web, email, etc.
> >> while watching TV, movies, and the like.
> >>
> >> Does this work?
> >>
> >
> > I afraid I think the answer might be no, there were numerous 
> > discussions on this check the archives.
> >
> >> This is my planned system btw.  I went cheap on the capture card for 
> >> now.
> >>
> >> AMD Athalon XP 2200
> >> 512MB PC3200 RAM
> >> Two stripped 80gig 7200RPM IDE Drives
> >> Avermedia AverTV Go 007 FM/TV Tuner
> >> Built-in Audio
> >> TI4200 Video card
> >> Gentoo OS
> >>
> >> Thanks...Mike
> >>
> >>
> >>
> >> ---
> >> SF.Net email is sponsored by:
> >> Tame your development challenges with Apache's Geronimo App Server. 
> >> Download it for free - -and be entered to win a 42" plasma tv or your 
> >> very
> >> own Sony(tm)PSP.  Click here to play: 
> >> http://sourceforge.net/geronimo.php
> >> ___
> >> Freevo-users mailing list
> >> Freevo-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/freevo-users
> >>
> >>
> >
> >
> > ---
> > SF.Net email is sponsored by:
> > Tame your development challenges with Apache's Geronimo App Server. 
> > Download it for free - -and be entered to win a 42" plasma tv or your 
> > very
> > own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >
> 
> 
> 
> 
> ---
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. 
> Download it for free - -and be entered to win a 42" plasma tv or your very
> own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: CVS freevo crashes on load

2005-09-19 Thread Stuart WILKINS

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am not sure I know how to disable pygame on startup ?

Best Regards,

Stuart




Hi,

Stuart WILKINS wrote:


First please let me thank everyone for "freevo" and apologize for
posting to both maillists but I am new to this...



For Freevo CVS, please use the devel list.



I have checked out the latest CVS of freevo and everytime I try to
run freevo (either in X11 or with directfb through SDL) i get the
splashscreen, the menu appears for under 0.1s and then freevo exits.
I have attached the log below.


[...]


2005-09-18 15:30:19,160 DEBUG[   gui] handler.py 373: time debug:
0.0672171115875 9.05990600586e-06
2005-09-18 15:30:19,571 INFO [   gui] handler.py 125: Delete
AreaHandler splashscreen



That's all? Nothing more? I'm missing some sort of traceback. Can you
start Freevo from a terminal and look for additional output at the
and. And does it work when you don't use pygame?


Dischi

--
I once thought I made a mistake, but I was wrong.



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDLp8lXSo+ND8GiF4RArmpAKCvil4yHxMaQrKUDpuJcDTWx3480gCgoChX
rcOKk1HnriWuo7Ly6KqmmYY=
=oO1Y
-END PGP SIGNATURE-


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Is this possible? Freevo on TV-Out and OS on VGA?

2005-09-19 Thread Ka$$

Hello
If you have 2 graphics card you can make this !!
( a basic graphic card cost 30 or 40 $)
http://www.lea-linux.org/hardware/hard_plus/pca2.html

it is in french, but you can find the same thing in english !!!


John Molohan wrote:


Mike B wrote:

I am just about to setup a Freevo system, but I wanted to see my plan 
would

work.

I have a TI4200 graphics card (dual head with svideo out).  I wanted 
to have

the Freevo system on the S-vidoe out, while I still had a normal windows
manager on my VGA out so I could continue to use it for web, email, etc.
while watching TV, movies, and the like.

Does this work?



I afraid I think the answer might be no, there were numerous 
discussions on this check the archives.


This is my planned system btw.  I went cheap on the capture card for 
now.


AMD Athalon XP 2200
512MB PC3200 RAM
Two stripped 80gig 7200RPM IDE Drives
Avermedia AverTV Go 007 FM/TV Tuner
Built-in Audio
TI4200 Video card
Gentoo OS

Thanks...Mike



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your 
very
own Sony(tm)PSP.  Click here to play: 
http://sourceforge.net/geronimo.php

___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your 
very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users







---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Is this possible? Freevo on TV-Out and OS on VGA?

2005-09-19 Thread John Molohan

Mike B wrote:

I am just about to setup a Freevo system, but I wanted to see my plan would
work.

I have a TI4200 graphics card (dual head with svideo out).  I wanted to have
the Freevo system on the S-vidoe out, while I still had a normal windows
manager on my VGA out so I could continue to use it for web, email, etc.
while watching TV, movies, and the like.

Does this work?



I afraid I think the answer might be no, there were numerous discussions 
on this check the archives.



This is my planned system btw.  I went cheap on the capture card for now.

AMD Athalon XP 2200
512MB PC3200 RAM
Two stripped 80gig 7200RPM IDE Drives
Avermedia AverTV Go 007 FM/TV Tuner
Built-in Audio
TI4200 Video card
Gentoo OS

Thanks...Mike



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: CVS freevo crashes on load

2005-09-19 Thread Stuart WILKINS

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks for your reply,

I have tried running freevo in a terminal window and I only get the  
additional lines below


DEBUG handler(373): time debug: 0.0669689178467 1.00135803223e-05
INFO handler(125): Delete AreaHandler splashscreen
Fatal Python error: (pygame parachute) Segmentation Fault

There is no usual python trace-back messages. Sorry The last line  
does not appear in the log.


Best Regards,

Stuart

- --
Dr. Stuart B. Wilkins
Scientist, ID20 Magnetic Scattering
European Synchrotron Radiation Facility
6 rue Joules Horrowitz, BP220
F-38043 Grenoble CEDEX
France
Tel : +33 4 76 88 26 39

On 19 Sep 2005, at 11:00, Dirk Meyer wrote:


Hi,

Stuart WILKINS wrote:


First please let me thank everyone for "freevo" and apologize for
posting to both maillists but I am new to this...



For Freevo CVS, please use the devel list.



I have checked out the latest CVS of freevo and everytime I try to
run freevo (either in X11 or with directfb through SDL) i get the
splashscreen, the menu appears for under 0.1s and then freevo exits.
I have attached the log below.


[...]


2005-09-18 15:30:19,160 DEBUG[   gui] handler.py 373: time debug:
0.0672171115875 9.05990600586e-06
2005-09-18 15:30:19,571 INFO [   gui] handler.py 125: Delete
AreaHandler splashscreen



That's all? Nothing more? I'm missing some sort of traceback. Can you
start Freevo from a terminal and look for additional output at the
and. And does it work when you don't use pygame?


Dischi

--
I once thought I made a mistake, but I was wrong.



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDLoqcXSo+ND8GiF4RAk6AAJwP9HRiAgY4CecnWAgLUmCuEpLr8QCgktdO
X2YGKgF2DWXTJ0FwatxWUKo=
=kIkX
-END PGP SIGNATURE-


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very

own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] The future of DirectFB support...

2005-09-19 Thread jpahka

Hi all!

I've been eagerly following the development of freevo 2.0 and I must say that it
looks very interesting, in my not-so-informed opinion the developers have made
exciting choices regarding the underlying technologies (mbus,evas,vdr...).

Now that it seems to be stabilizing, I'd like to start testing it and hopefully
be able to at least help finding possible problems with it. But since I'm using
the DirectFB output, it's not clear to me how this will be implemented. That is,
I know that at least prior to the plans to utilize evas, Rob was implementing a
native DFB based graphics engine. But since as I understand, evas has a DFB
backend as well, which will be the supported/preferred setup:

  freevo -> kaa -> evas -> DFB

or

  freevo -> (kaa?) -> DFB

Would the latter be functionally equivalent to the evas based (i'm dreaming
animations etc. ;)) if implemented?

Also, while I'm at it, is there a more recent doc for installing the cvs version
of freevo than the one in freevo2 wiki? That one seems to be from the pre-kaa 
era...

Thanks, juhis




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: CVS freevo crashes on load

2005-09-19 Thread Dirk Meyer
Hi,

Stuart WILKINS wrote:
> First please let me thank everyone for "freevo" and apologize for
> posting to both maillists but I am new to this...

For Freevo CVS, please use the devel list.

> I have checked out the latest CVS of freevo and everytime I try to
> run freevo (either in X11 or with directfb through SDL) i get the
> splashscreen, the menu appears for under 0.1s and then freevo exits.
> I have attached the log below.
[...]
> 2005-09-18 15:30:19,160 DEBUG[   gui] handler.py 373: time debug:
> 0.0672171115875 9.05990600586e-06
> 2005-09-18 15:30:19,571 INFO [   gui] handler.py 125: Delete
> AreaHandler splashscreen

That's all? Nothing more? I'm missing some sort of traceback. Can you
start Freevo from a terminal and look for additional output at the
and. And does it work when you don't use pygame?


Dischi

-- 
I once thought I made a mistake, but I was wrong.


pgps9TDvfYU6B.pgp
Description: PGP signature


[Freevo-users] Is this possible? Freevo on TV-Out and OS on VGA?

2005-09-19 Thread Mike B
I am just about to setup a Freevo system, but I wanted to see my plan would
work.

I have a TI4200 graphics card (dual head with svideo out).  I wanted to have
the Freevo system on the S-vidoe out, while I still had a normal windows
manager on my VGA out so I could continue to use it for web, email, etc.
while watching TV, movies, and the like.

Does this work?

This is my planned system btw.  I went cheap on the capture card for now.

AMD Athalon XP 2200
512MB PC3200 RAM
Two stripped 80gig 7200RPM IDE Drives
Avermedia AverTV Go 007 FM/TV Tuner
Built-in Audio
TI4200 Video card
Gentoo OS

Thanks...Mike



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users