Hello,

I have a winfast tv xp 2000, and when I run freevo, I have sound only when I
watch TV.
If I play a record I've done, I have the pictures but no sound.

This is the beginning of the debug information when I run freevo :

osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf
mixer.py (167): IOError for ioctl
mixer.py (167): IOError for ioctl
mixer.py (167): IOError for ioctl
mixer.py (167): IOError for ioctl



Extract of mixer.py (line 156 to 168)

    def _setVolume(self, device, volume):
        if self.mixfd:
            if volume < 0:
                volume = 0
            if volume > 100:
                volume = 100
            vol = (volume << 8) | (volume)
            data = struct.pack('L', vol)
            try:
                fcntl.ioctl(self.mixfd.fileno(), device, data)
            except IOError:
                _debug_('IOError for ioctl')
                pass


I don't know what the problem is.
Thanks for your help

vincent



-------------------------------------------------------
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

Reply via email to