[Freevo-users] Record to CD plugin

2004-01-20 Thread Justin T Wetherell
I have made a plugin that records single files to a cd/dvd writer. It is 
VERY beta but can work if your really need the functionality. Here it 
is', I will be doing some modification's in the near future This is 
my first taste of Python be kind... and please beta test...

Add this file to your /usr/local/freevo/src/video/plugins/ directory and 
then add plugin.activate('video.copy_to_cd') to your local_conf.py. You 
might need to change some of the variables in the plugin but I want to 
add that into the local_conf.py in the near future. You also need cdrecord.


#if 0 /*
# ---
# copy_to_cd.py - Plugin for copying a movie to a cd
# ---
# $Id: copy_to_cd.py,v 1.0 2004/01/20 05:44:05 phishman Exp $
#
# Notes: Copies the given file to a CD
#
# ---
# $Log: copy_to_cd.py,v $
# Revision 1.0 2004/01/20 05:44:05 phishman
#
# ---
# Freevo - A Home Theater PC framework
# Copyright (C) 2002 Krister Lagerstrom, et al. 
# Please see the file freevo/Docs/CREDITS for a complete list of authors.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MER-
# CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# --- */
#endif

import os

import menu
import config
import plugin
import re
import time
import item

from gui.AlertBox import AlertBox
from gui.PopupBox import PopupBox

class PluginInterface(plugin.ItemPlugin):

def actions(self, item):
self.item = item
if item.type == 'video':
return [ ( self.copy_to_cd, _('Copy this file to CD'),
   'copy_to_cd') ]
return []

"""
def config(self):
return (('temp_file', config.TEMP_FILE , '' )
('record_speed', config.RECORD_SPEED , '' )
('block_dev', config.BLOCK_DEV , '' ))
"""

def copy_to_cd(self, arg=None, menuw=None):
"""
copy this file onto a CD
"""
name  = self.item.filename
temp_file = '/opt/media/movies/image.img'
record_speed = '32'
block_dev = '0,0,0'
make_cd_image = 'mkisofs -r -o %s %s' % (temp_file,name)
burn_cd_image = 'cdrecord -v speed=%s dev=%s %s' % 
(record_speed,block_dev,temp_file)
box = PopupBox(text=_('Making the disc image.'))
box.show() 
os.system(make_cd_image)
box.destroy()
box = PopupBox(text=_('Copying image to disc.'))
box.show()
os.system(burn_cd_image)
box.destroy()
os.system('rm %s' % temp_file)
return



[Freevo-users] XMLTV Error - TV Guide Corrupt

2004-01-20 Thread Per Homer
I am getting an XMLTV error -- Freevo is saying that the TV Guide is 
corrupt. I am using XMLTV v0.5.25 and tv_grab_na

Any ideas?

Thanks!

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus&pgmarket=en-ca&RU=http%3a%2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] MPlayer with "no sound" when watching TV

2004-01-20 Thread Matthew Carpenter
On Tue, 20 Jan 2004 14:10:01 -0800
[EMAIL PROTECTED] wrote:

> Message: 2
> From: "Pferdekaemper, Thorsten" <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'"
><[EMAIL PROTECTED]>
> Date: Tue, 20 Jan 2004 09:45:57 +0100
> Subject: [Freevo-users] MPlayer with "no sound" when watching TV
> Reply-To: [EMAIL PROTECTED]
> 
> Hi,
> I am using a Terratec Cinergy 600 TV card. (With SAA7134 and therefore only working 
> with v4l2.) When starting mplayer, it seems that it is not really aware of the 
> sound. It unmutes the sound of the TV, but I can not turn the volume up or down. The 
> OSD always display the volume as being at 0%.
> Looking at the mplayer logs, I can find the line
>   Audio: no sound
> but without any error messages.
> I am able to turn the volume up or down using kmix. I have connected the sound 
> output of the TV card with the line-in of the soundcard.
> I have tried different command line parameters in mplayer, like
>   -tv driver=v4l2:forceaudio:adevice=/dev/dsp:...
> I have tried that with different mplayer versions and I believe that it worked on my 
> other box. So what could it be that I am missing...?
> 
> Kind regards,
>   Thorsten


You need to pay attention to the command to start mplayer for playing, not 
recording...  And look for the "-ao" parm.  If it's not there, add one with the 
appropriate driver after it (oss, alsa, arts, etc...).

-- 
Matthew Carpenter 
[EMAIL PROTECTED]  http://www.eisgr.com/

Enterprise Information Systems
* Network Server Appliances
* Network Consulting, Integration & Support
* Web Integration and E-Business



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Fwd: Re: [Freevo-users] Working: Smooth nVidia xv/x11 TV-Out 720x480 full-screen proper interlace handling]

2004-01-20 Thread Brad Spencer
On Tue, Jan 20, 2004 at 05:55:49PM -0400, Chris Griffiths wrote:
> brad - is this using the opensource nv driver or the nvidia binary?

The driver from nVidia themselves.  From what I have read, only it
properly "supports" interlace handling on a TV-Out display.  But I
don't keep up on the opensource "nv" driver.

> have you seen the quality of a g400 running directfb (and mplayer -vo
> dfbmga) to compare?

No.  I compare it to live TV :)

After a few days of watching shows this way, I'm still happy, although
I'm not sure I'm watching 60 fields per second or not.  I'm usually
quite sensitive to the difference, so I'm confused as to why I can't
tell one way or the other.  I will play around some more to see if I
can convince myself all is well.

> What model is the card - just curious as the nvidia ones have a wide
> range of tv-out chips - some are far better quality than others.

  Bus  1, device   0, function  0:
VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX440] (rev 163).
  IRQ 12.
  Master Capable.  Latency=248.  Min Gnt=5.Max Lat=1.
  Non-prefetchable 32 bit memory at 0xe900 [0xe9ff].
  Prefetchable 32 bit memory at 0xd000 [0xd7ff].
  Prefetchable 32 bit memory at 0xd800 [0xd807].
 
> Why are you starting up in 800x600 - it should resize - it does for my
> g400.

It didn't work for me, and I don't mind the freevo menus in 800x600.
There are no display issues there.  I try to keep things as normal as
possible. 

> Are you able to adjust overscan - or is it being displayed perfectly (no
> borders etc)..

I haven't yet tried to resize the display with the nvidia overscan
settings or via the Modleine.

-- 

Brad Spencer - [EMAIL PROTECTED] - "It's quite nice..."
"S.M.A.K.I.B.B.F.B." - A.J. Rimmer | http://jacknife.org/


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Working: Smooth nVidia xv/x11 TV-Out 720x480 full-screen proper interlace handling

2004-01-20 Thread Chris Griffiths
brad - is this using the opensource nv driver or the nvidia binary?

have you seen the quality of a g400 running directfb (and mplayer -vo
dfbmga) to compare?

What model is the card - just curious as the nvidia ones have a wide
range of tv-out chips - some are far better quality than others.

Why are you starting up in 800x600 - it should resize - it does for my
g400.

Are you able to adjust overscan - or is it being displayed perfectly (no
borders etc)..

On Sat, 17 Jan 2004 13:42:47 -0400, "Brad Spencer" <[EMAIL PROTECTED]>
said:
> I use an nVidia TV-Out card (a cheap one) on my freevo box.  I had
> been running at 800x600, but that's no good if you're dealing with
> playback of NTSC interlaced video.  So I set myself to work to improve
> this.
> 
> After a couple of days of trying different things, here's what I've
> come up with.  My freevo is from CVS earlier in the week.
> 
> 1. Set up a 720x480 TV mode.  I haven't tweaked the size of this on
>the TV yet.  Remember, the nvidia driver includes a builtin 800x600
>for TV-Out already, and it works in 30-50 / 60. 
> 
>   Section "Monitor"
> 
>   Identifier "TV-0"
>   VendorName "Sony"
>   ModelName  "WEGA"
> 
>   HorizSync  30-50
>   VertRefresh 60
> 
>   # 720x480 @ 60 Hz on a TV
>   Modeline "720x480" 27.000 720 736 800 856 480 489 495 525
>   -hsync -vsync
> 
>   EndSection
> 
>Also, set the Virtual desktop size to 800x600.  Start up in 800x600
>by default so the freevo skins all fit on the screen.
> 
> 2. Two tunables in local_conf.py.  No other configured mplayer arguments.
> 
>   MPLAYER_ARGS_DEF = (('-fs -vm -screenw 720 -screenh 480'))
>   OSD_STOP_WHEN_PLAYING = 1
> 
>The screenw and screenh are required because X will say that the
>screen is 800x600 (which it _is_) but the display mode is only
>720x480.  So we tell mplayer this.
> 
>We have to turn off the _extra_ freevo OSD or it resets the video
>mode on us.  Some work could probably happen here to tell freevo
>the "playback resolution" and so on, but that's not important to me
>at the moment.
>   
> 3. I set the mplayer audio and video modes system wide for this box in
>/etc/mplayer/mplayer.conf: 
> 
>   vo=xv,sdl,x11,  
>   ao=oss,
> 
>Otherwise, I guess you'd set them in the usual spots in freevo's
>config. 
> 
> 4. Disable the mplayer post-processing freevo turns on (this step is
>key, since otherwise playback is jerky and CPU usage doubles from
>~27% to ~50% on my Athlon 1000 MHz).
> 
> Index: ./src/video/plugins/mplayer.py
> ===
> RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
> retrieving revision 1.58
> diff -u -p -r1.58 mplayer.py
> --- ./src/video/plugins/mplayer.py  13 Jan 2004 15:03:45 -
> 1.58
> +++ ./src/video/plugins/mplayer.py  17 Jan 2004 17:12:55 -
> @@ -245,12 +245,12 @@ class MPlayer:
>  if item.selected_audio:
>  additional_args += [ '-aid', item.selected_audio ]
> 
> -if self.version >= 1 and item.deinterlace:
> -additional_args += [ '-vf',  'pp=de/fd' ]
> -elif item.deinterlace:
> -additional_args += [ '-vop', 'pp=fd' ]
> -elif self.version >= 1:
> -additional_args += [ '-vf',  'pp=de' ]
> +#if self.version >= 1 and item.deinterlace:
> +#additional_args += [ '-vf',  'pp=de/fd' ]
> +#elif item.deinterlace:
> +#additional_args += [ '-vop', 'pp=fd' ]
> +#elif self.version >= 1:
> +#additional_args += [ '-vf',  'pp=de' ]
> 
>  mode = item.mimetype
>  if not config.MPLAYER_ARGS.has_key(mode):
> 
> I suggest that step 4 become an option in the config.
> 
> After doing this, I get nVidia 720x480 NTSC output with perfect
> interlace handling (i.e. by the TV) and it is as smooth as silk.  All
> of the OSD driven by mplayer works (so no volume indicator).  Perhaps
> if OSD_STOP_WHEN_PLAYING is on, it should use mplayer strings instead
> of freevo fonts?
> 
> One tiny thing.. Very rarely, mplayer fails to get the video mode.  I
> think that's a timing issue or nvidia driver problem, but I have only
> seen it under freevo (and I've run it outside freevo like 1000 times).
> 
> Thanks to Rob Shortt for his assistance during all of this.
> 
> -- 
> 
> Brad Spencer - [EMAIL PROTECTED] - "It's quite nice..."
> "S.M.A.K.I.B.B.F.B." - A.J. Rimmer | http://jacknife.org/
> 
> 
> ---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Freevo-users maili

Re: [Freevo-users] ATI R128 Considered Harmful--recommendations?

2004-01-20 Thread Chris Griffiths
The G400 is superior in terms of linux support and TV output to the 550 -
specs and tech docs on the 450 and pretty much everything after are thin
on the ground.

Color can be adjusted - do a google for "matroxset" - there's a few
decent tech docs about tv out.

One thing tho is that as far as I know only directfb will give you native
NTSC. I think for PAL (as in Oz) resolutions you can get that via X.


On Fri, 16 Jan 2004 16:25:15 +1100, "Matt McLeod" <[EMAIL PROTECTED]> said:
> Victor Putz wrote:
> > One thing I've heard is that the TV-out-enabled second display on the G400 
> > is "unaccelerated", whatever that means (not sure if it meant "no overlay 
> > support", "no xv support", what).  I'm using the freevo for recording, 
> > playback, and Mame under X--is the G400 unimpaired with all these?
> 
> It's expressed a little confusingly.  The G400 has two "heads", which are
> not actually associated with the physical connectors.  The second "head"
> is indeed unaccelerated, and you probably don't want to use it unless
> you have to.
> 
> What you do is display to the first "head", but associated that with
> the second connector.  You do this using the "matroxset" tool.
> 
> > Also--and this is fairly important to me--is the TV-out on the G400 
> > adjustable in terms of saturation/color balance/etc?
> 
> I'm not sure.  I found that mine looked pretty much right out of
> the box, but my vision isn't so great...
> 
> > Thanks; I appreciate the help.  All things considered, setting up the 
> > video for the Freevo is fairly confusing (X11? dxr3?  Framebuffer?) even 
> > without the driver issues.
> 
> The thing to know is that Freevo uses SDL.  Anything that SDL supports,
> Freevo supports.
> 
> If G450 support has improved since I looked at it a year or so ago
> (at the time all the docs pretty much said that support wasn't ready
> for real use yet) then you may find it simpler to grab one of those.
> The cables for them are at least readily available.
> 
> -- 
>   "Bother," said Pooh, "Eeyore, ready two photon torpedoes and
>   lock
>   phasers on the Heffalump, Piglet, meet me in transporter room
>   three."
>   -- Robert
>   Billing
> 
> 
> ---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] ATI R128 Considered Harmful--recommendations?

2004-01-20 Thread Chris Griffiths
I bought a G400, and TV quality is excellent.

I soldered a cable together - and I'm crap at such things - my hands
shake - but with a bit of patience I got it done.
Matrox were out, hence the soldering, but I signed up for email
notification when they restocked - it took about a month but they got a
shipment in last month. It's only about 10 bucks or so, so not bad -
canada and the uk had then in stock the whole time.

having said that I do have a few issues:
  1. There was a bit of hoop jumping to get the then cvs latest directfb
  to compile
  2. While quality is excellent in both freevo and mplayer (-vo dfbmga)
  with perfect overscan I'm limited to directfb / SDL apps - without X
  and specifically XV extensions I can't get a decent xmame going - the
  sdl/frame buffer mame will attempt to use a modeline nearest the game
  res. rather than resizing, but for directfb tv output you're limited to
  native NTSC/PAL resolution.
  3. The screen flickering as directfb re-initializes every time it
  switches between freevo and mplayer.

I'm able to play divx's and dvd's no problem on a p2 400 - with something
insane like only 30% cpu usage - I just wish I could use X for
xine/ogle/xmame.

Chris.

On Thu, 15 Jan 2004 08:25:25 -0500, "William Morgan"
<[EMAIL PROTECTED]> said:
> Excerpts (reformatted) from Matt McLeod's mail of 15 Jan 2004 (EST):
> > Yup, what you're missing is that the G400 has special cable to hook up
> > to the second VGA port, and that provides composite and S-video
> > output.
> > 
> > They can be a bit tricky to get hold of, though, if it doesn't come
> > with the card.  But Matrox does have a pinout for it in their support
> > wossname, so if you're handy with a soldering iron you can make one
> > for yourself.
> 
> This is turning into a bit of a problem for me too. Pricewatch lists a
> few companies that sell the G400, and there are a couple Ebay auctions,
> but no one seems to include the cable. And I'm NOT handy with the ol'
> soldering iron.
> 
> It may be time for me to start looking for another card.
> 
> -- 
> William <[EMAIL PROTECTED]>
> 
> 
> ---
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] MPlayer catches keypresses

2004-01-20 Thread Matt Goeden
I had the same problem.  It is a focus problem.  Set START_FULLSCREEN_X  = 1 
in your local_conf.

Matt


From: "Pferdekaemper, Thorsten" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>
Subject: [Freevo-users] MPlayer catches keypresses
Date: Tue, 20 Jan 2004 09:37:18 +0100

Hi,
I know that I have sent something about this issue yet. Sorry...
When freevo starts mplayer for movies or TV, it seems that mplayer catches 
the keypresses, even though it is called with -slave. It does not seem that 
mplayer is the problem here. I have tried the mplayer which comes with the 
debian package (1.0pre2 or similar), with the current one (1.0pre3) and 
with the old one (0.91) I have used with freevo 1.3.4.
It just seems that freevo starts mplayer and does not manage to catch the 
keypresses itself. It seems that freevo stays in background instead of 
mplayer. The slave mode works with playing music. I assume that in this 
case, freevo really is in forground.

Kind regards,
Thorsten


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
_
Scope out the new MSN Plus Internet Software — optimizes dial-up to the max! 
  http://join.msn.com/?pgmarket=en-us&page=byoa/plus&ST=1



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] mencoder 1.0pre3

2004-01-20 Thread Gray, Tim
it is because you are not using a correct mencoder command syntax.

you need to change your mencoder command for your new version of mencoder.
check the mplayer documentation for the new format, or search the email
archives here.  I'd give you the mencoder line I used to use, but I
abandoned using it for a pvr-250 card.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Justin T
Wetherell
Sent: Monday, January 19, 2004 7:17 PM
To: [EMAIL PROTECTED]
Subject: [Freevo-users] mencoder 1.0pre3


I just upgraded to the new mplayer, now I get 80% (from 30-40) cpu usage 
and a file size of 2060. Anyone deal with this before? Here is the code 
I use to record

./runtime/runapp --prio=-20 /usr/local/bin/mencoder 
tv://driver=v4l:input=0:norm=NTSC:channel=39:chanlist=us-cable:width=320:hei
ght=240:outfmt=yv12:device=/dev/video0:adevice=/dev/dsp0:audiorate=32000 
-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=2400:keyint=30 -oac mp3lame 
-lameopts br=128:cbr:mode=1 -ffourcc divx -endpos 1787 -o 
/opt/media/tv//01-19_19:00_Golf_Channel_Academy_-_.avi

Justin



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] dxr3 and libSDL

2004-01-20 Thread Gray, Tim
dxr3 kernel modules are installed as follows.

I untarred the source, and modified the Makefile to change the first
EXTRA_CFLAGS line to say EM8300_VIDEOMODE_NTSC from the EM8300_VIDEOMODE_PAL
that is there by default.

then I make everything normally.

I then use the supplied ldm and rdm scripts that come with the em8300
drivers as they are. I modprobe the modules with no options to get it
working for me.

This is on a Slackware 9.1 system using the latest 2.4.23 kernel.

The one line changed in the Makefile in the modules directory of the em8300
driver is all that I needed to change to enable NTSC output.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rob Shortt
Sent: Tuesday, January 13, 2004 11:56 AM
To: [EMAIL PROTECTED]
Subject: Re: [Freevo-users] dxr3 and libSDL


Gray, Tim wrote:
> yup.  I simply set the dxr3 driver for NTSC and ignore everything in the
> patch.
> 
> it works fine even with the PAL stuff in the patch.

That's good to hear.  Last night I did some work porting the patch to 
SDL12 cvs and last ffmpeg release (0.4.8).  I had to change a few things 
to get it to build but haven't had a chance to test it.

Tim, in order to save me some time can you tell me how your dxr3 modules 
are configured?  Modprobe options and such.

Thanks!
-Rob

> 
> -Original Message-
> From: Rob Shortt [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 13, 2004 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: [Freevo-users] dxr3 and libSDL
> 
> 
> 
> Hi all,
> 
> I have a dxr3 card that I am using in a Freevo box for a friend and have 
> been working on the dxr3 patch for SDL.  It looks like there are some 
> PAL things hardcoded in the patch so I was wondering if there is anyone 
> out there that is using NTSC and a dxr3 for Freevo.
> 
> Thanks,
> Rob
> 
> 
> 
> ---
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> ---
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: MPlayer catches keypresses

2004-01-20 Thread Dirk Meyer
"Pferdekaemper, Thorsten" wrote:
> Hi,
> I know that I have sent something about this issue yet. Sorry...
>
> When freevo starts mplayer for movies or TV, it seems that mplayer
> catches the keypresses, even though it is called with -slave. It
> does not seem that mplayer is the problem here. I have tried the
> mplayer which comes with the debian package (1.0pre2 or similar),
> with the current one (1.0pre3) and with the old one (0.91) I have
> used with freevo 1.3.4.

That sounds like a X problem. Mplayer is above freevo so you can see
the video. Your wm thinks this app should also get the keys. Try
starting freevo with the -fs switch, that should work.


Dischi

-- 
If you choke a Smurf, what color does it turn?


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] MPlayer with "no sound" when watching TV

2004-01-20 Thread Pferdekaemper, Thorsten
Hi,
I am using a Terratec Cinergy 600 TV card. (With SAA7134 and therefore only working 
with v4l2.) When starting mplayer, it seems that it is not really aware of the sound. 
It unmutes the sound of the TV, but I can not turn the volume up or down. The OSD 
always display the volume as being at 0%.
Looking at the mplayer logs, I can find the line
Audio: no sound
but without any error messages.
I am able to turn the volume up or down using kmix. I have connected the sound output 
of the TV card with the line-in of the soundcard.
I have tried different command line parameters in mplayer, like
-tv driver=v4l2:forceaudio:adevice=/dev/dsp:...
I have tried that with different mplayer versions and I believe that it worked on my 
other box. So what could it be that I am missing...?

Kind regards,
Thorsten



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] MPlayer catches keypresses

2004-01-20 Thread Pferdekaemper, Thorsten
Hi,
I know that I have sent something about this issue yet. Sorry...

When freevo starts mplayer for movies or TV, it seems that mplayer catches the 
keypresses, even though it is called with -slave. It does not seem that mplayer is the 
problem here. I have tried the mplayer which comes with the debian package (1.0pre2 or 
similar), with the current one (1.0pre3) and with the old one (0.91) I have used with 
freevo 1.3.4. 
It just seems that freevo starts mplayer and does not manage to catch the keypresses 
itself. It seems that freevo stays in background instead of mplayer. The slave mode 
works with playing music. I assume that in this case, freevo really is in forground.

Kind regards,
Thorsten




---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users