freeamp port!

1999-12-06 Thread Patrick Mei
Hi, I am write software for our company's set top box(cable Modem + DVB),which can play sound in 16 bit,44.1KHZ sample rate. I use pSOS as OS,which support posix standard thread,mutex,sem. Can anyone tell me how to begin this? Thanks Patrick begin: vcard fn: Patrick Mei n

Re: title streaming from obsequiem?

1999-12-06 Thread Marc Bejarano
okay... freeamp is fixed so it doesn't use the n+1 port for title streaming. so then how DOES it do title streaming with obsequiem/RTP as the server? or is that no longer supported? tia, marc At 11:14 PM 12/5/1999 , [EMAIL PROTECTED] wrote: >early on freeamp did this but it is now fixed. >

Re: title streaming from obsequiem?

1999-12-06 Thread Mayhem & Chaos Coordinator
> it's my understanding that by giving freeamp 1.3.1 an rtp url, it should > automagically receive title streaming on the n+1 port. this doesn't seem > to be working for me with obsequiem as the server and linux and win32 > clients. am i missing something? can you suggest any hints on where to

Re: freeamp port!

1999-12-06 Thread Mayhem & Chaos Coordinator
Check out the source code from CVS (see web page for details) and attempt to compile it. Fix things that break and get it to work :-) --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message

Re: freeamp port!

1999-12-06 Thread Patrick Mei
Thanks! My CPU is MIPS RM5231,are there some codes implement xingmp3 LMC use MIPS assemble language(FPU)? Mayhem & Chaos Coordinator wrote: > Check out the source code from CVS (see web page for details) and > attempt to > compile it. Fix things that break and get it to work :-) > > --ruao

RE: freeamp port!

1999-12-06 Thread Michael Rich
> My CPU is MIPS RM5231,are there some codes implement xingmp3 LMC use > MIPS assemble language(FPU)? There is a regular C/C++ version of the decoder that I compile for the Alpha CPU version of FreeAMP, so as long as you have a C++ compiler, it should compile fine i'd think (minus any platform s

Re: freeamp port!

1999-12-06 Thread Mayhem & Chaos Coordinator
No, but you don't need them either. The assembly code are optimizations in order to make it run faster. There is plain C code available for platforms where we don't have assembly optimized code. --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTE

Re: freeamp port!

1999-12-06 Thread Patrick Mei
Michael, Can you mail to me? Thanks in advance. If just use c/c++ code, Do you think my MIPS CPU on STB can afford the decoding task? Patrick Michael Rich wrote: > > My CPU is MIPS RM5231,are there some codes implement xingmp3 LMC > use > > MIPS assemble language(FPU)? > > There is a regular

RE: freeamp port!

1999-12-06 Thread Michael Rich
> Can you mail to me? Thanks in advance. > If just use c/c++ code, Do you think my MIPS CPU on STB can > afford the > decoding task? Patrick, There isn't anything special really, all you need to do is grab the latest (beta 4) source code (i used http://www.freeamp.org/download/src/freeamp-2-0-b

PPC,Alpha, MIPS optimizations

1999-12-06 Thread Mark B. Elrod
i just spoke with a friend of mine who is a certifiable assembly god. he is going to take a look at implementing assembly versions for these other processors as well. he is pretty busy so cross your fingers! elrod Michael Rich wrote: > > Can you mail to me? Thanks in advance. > > If just use c/

Re: title streaming from obsequiem?

1999-12-06 Thread Marc Bejarano
At 09:14 AM 12/6/1999 , Mayhem & Chaos Coordinator wrote: >As Ross also pointe out, its actually on n+2, not n+1. thanx! works like a charm, now. ross must have forgotten to point this out in his email. >In your obs.conf, >make sure to set the following things: > >StreamTitles yes >Ti

Re: title streaming from obsequiem?

1999-12-06 Thread robert
On 6 Dec, Marc Bejarano wrote: > At 09:14 AM 12/6/1999 , Mayhem & Chaos Coordinator wrote: > >As Ross also pointe out, its actually on n+2, not n+1. > > thanx! works like a charm, now. ross must have forgotten to point this > out in his email. > > >In your obs.conf, > >make sure to set th