Branches
Comments
[»]
Build OST-Box on Fedora Core 8
by Nguyen Ba Tu - Aug 27th 2008 09:19:15
Hi all,
After build and run OSTBox 0.3.7.1 on FC8, I open a video file clock.avi
(any other also the same problem) then show debug information:
Started Child Process ....
and program is hang until press Ctrl + C.
Pls help me to resolve this problem.
Thanks.
-- Nguyen Ba Tu
[reply]
[top]
[»]
FC7 and MP3
by bubbaloo - Sep 13th 2007 12:58:50
I recompiled the SRPM for FC7.
I installed it and all dependancies are satisfied.
Playing videos works, playing MP3s does not.
I ran: ostbox with "-v -d"
I populated the playlist with 5 MP3 files.
Here's what I got after hitting Play:
startplaying : 0
startplaying : 1
startplaying : 2
startplaying : 3
startplaying : 4
startplaying : undefined
Any ideas why this happens ?
[reply]
[top]
[»]
Re: FC7 and MP3
by ludovic p - Sep 15th 2007 01:39:41
Probably the xine engine is configured to use an inexistant sound system or
sound card. Please check the following config entries in ~/.ostbox/xine.cfg
:
audio.driver:oss
audio.oss_device_number:-1
audio.oss_device_name:/dev/dsp
You can try with alsa as well....
[reply]
[top]
[»]
error while "make"
by mavka - Mar 16th 2006 13:36:43
I ran ./configure, then "make", and saw the next:
================
Metadata.h:17: error: ‘MetaUser’ has not been declared
Metadata.h:18: error: ‘MetaUser’ has not been declared
make[2]: *** [Application.o] Error 1
make[2]: Leaving directory
`/home/mavka/Download/chip_03/ostbox/ostbox-0.2.4/src/hid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/mavka/Download/chip_03/ostbox/ostbox-0.2.4/src'
make: *** [all-recursive] Error 1
====================
So, I don't know, wether I do something wrong, or it is a bug?
[reply]
[top]
[»]
Re: error while "make"
by ludovic p - Mar 17th 2006 01:00:33
I think yo use a different version of gcc than I, and it must make a
difference somewhere... which version of gcc are you using ? (gcc
--version)
To fix, can you try to add this on line 10 of Metadata.h :
class MetaUser;
Please tell me if it fix the problem !
[reply]
[top]
[»]
Re: error while "make"
by ludovic p - Mar 21st 2006 07:01:52
It's fixed in 0.2.5. A crash with new installation has been corrected as
well...
[reply]
[top]
|