<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br><br>I'm trying to stream a pcm (mulaw) file continuously and client will connect to it. (Music on hold function).<br><br>I'm new to ffserver. I think my problem is the configuration options I used when I start ffserver, I get the following output:<br><br><blockquote>default@wsdaplinux:~/temp/ffmpeg$ ./ffserver<br>ffserver version N-33636-g530d852, Copyright (c) 2000-2011 the FFmpeg developers<br>  built on Oct 14 2011 11:03:27 with gcc 4.5.2<br>  configuration: --prefix=/usr/local --enable-gpl --enable-nonfree --enable-shared --enable-postproc --enable-pthreads --enable-x11grab --enable-bzlib --enable-libfaac --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libschroedinger --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-zlib<br>  WARNING: library configuration mismatch<br>  postproc    configuration: --extra-version=4:0.6.2-1ubuntu1.1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --enable-libvpx --disable-stripping --enable-runtime-cpudetect --enable-vaapi --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --shlibdir=/usr/lib/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay<br>  libavutil    51. 21. 0 / 51. 21. 0<br>  libavcodec   53. 20. 1 / 53. 20. 1<br>  libavformat  53. 16. 0 / 53. 16. 0<br>  libavdevice  53.  4. 0 / 53.  4. 0<br>  libavfilter   2. 43. 6 /  2. 43. 6<br>  libswscale    2.  1. 0 /  2.  1. 0<br>  libpostproc  51.  2. 0 / 51.  2. 0<br>Fri Oct 14 11:19:36 2011 Opening file '/usr/local/movies/sample_300kbit.mov'<br>Fri Oct 14 11:19:36 2011 Opening file '/usr/local/movies/on_hold/pcmu.wav'<br>Fri Oct 14 11:19:36 2011 [wav @ 0x863b040]parser not found for codec pcm_mulaw, packets or times may be invalid.<br>Fri Oct 14 11:19:36 2011 [wav @ 0x863b040]max_analyze_duration 5000000 reached at 5120000<br></blockquote><br>Can anyone help me with this? <br>                                     </div></body>
</html>