On 2/19/08, jvdsandt <jvdsandt at gmail.com> wrote: > Hello, > > I'm trying to make the conversation of a conference call accessible as a Mp3 > stream, similar to an Internet radio station. > > For this I tried to use pjsua with the options "--null-audio > --rec-file=out.wav --auto-rec" and define out.wav as a named pipe. I can > than use another program to convert the output to mp3 and make it available > as a stream. Unfortunately pjsua doesn't work when out.wav is a named pipe > instead of a normal file. > > Is there another way I can achieve the same result? Or do I need the help of > a C programmer to create this customazation on top the pjsip libraries? > There is an MP3 encoder media port for Windows in third_party\mp3 directory, contributed by Toni Rutar long time ago. With a little coding you can add this port to the conference bridge and encode any input(s) from conference bridge to an MP3 file. cheers, -benny > Cheers, > Jan. > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >