<br clear="all">Hello everybody,<br>I am working on multicast listener format module, So that Freeswitch can listen on multicasted stream as example below:<br>&lt;action application=&quot;playback&quot; data=&quot;rtp://<a href="http://224.168.168.168:34567">224.168.168.168:34567</a>&quot;/&gt;<br>
Please see on thread named &#39;stream a file multicast with mod_esf&#39; on <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2010-February/026163.html">http://lists.freeswitch.org/pipermail/freeswitch-users/2010-February/026163.html</a><br>
<br>I am testing that module against the audio multicasted by mod_esf module.<br>I got some success with help of existing mod_native_file module, and I able to receive and play the multicasted RAW PCMU RTP (modified the
 skel of format module provided by brian), so that caller can hear the 
multicast by other Freeswitch server, but when i change the caller&#39;s codec from PCMU to something
 else, it breaks.<br>Then I looked into mod_sndfile for decoding PCMU to other codec, but it seems
 that module is using libsndfile, which reads sound file directly and 
decode them to L16. If something similar to libsndfile is available, 
which work on stream instead of reading file, then it would surely work.<br>Please Let me know your ideas on this, as I don&#39;t know how exactly Freeswitch encoding-decoding works?<br><br>-- <br><br>-MohammedShehzad<br>