<div dir="ltr">Thanks Brian, here are the related config files:<br>vars.xml<br><br> <X-PRE-PROCESS cmd="set" data="hold_music_conf=local_stream://mp3"/><br><br>moduels.conf.xml<br><br> <!-- File Format Interfaces --><br>
<load module="mod_sndfile"/><br> <load module="mod_native_file"/><br> <!--For icecast/mp3 streams/files--><br> <load module="mod_shout"/><br> <!--For local streams (play all the files in a directory)--><br>
<load module="mod_local_stream"/><br> <load module="mod_tone_stream"/><br><br>local_strean.conf.xml:<br><br><directory name="mp3" path="$${base_dir}/sounds/music/mp3"><br>
<param name="rate" value="8000"/><br> <param name="shuffle" value="true"/><br> <param name="channels" value="1"/><br> <param name="interval" value="20"/><br>
<param name="timer_name" value="soft"/><br> </directory><br><br>and all MP3 files are placed under /opt/local/freeswitch/sounds/music/mp3 <br><br>It had been working fine until recently (a couple of days or weeks ago, when mod_shout undergone some changes I guess)<br>
<br>Am I missing some new settings?<br><br>Thanks,<br><br>Chris<br><br><br><br><br><div class="gmail_quote">On Sat, Oct 11, 2008 at 7:16 PM, Brian West <span dir="ltr"><<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Can you provide a sample of your configs and/or files you're playing?<br>
<br>
/b<br>
<div><div></div><div class="Wj3C7c"><br>
On Oct 11, 2008, at 6:09 PM, unknown wrote:<br>
<br>
> Hi there, anybody knows how to solve the issue of mod_shout errors<br>
> after recent svn update?<br>
> My mod_shout had been working fine playing MP3 files, but apparently<br>
> some changes had been done to mod_shout recently, it is not working<br>
> any more, with no configuration changes to local stream and mod<br>
> shout, freeswitch console kept getting the following error:<br>
><br>
> [frame.c:918] error: Could not set optimization!<br>
> 2008-10-11 19:03:56 [ERR] mod_shout.c:316 decode_fd() Decoder Error!<br>
><br>
><br>
> Any ideas would be really appreciated<br>
><br>
> Thanks,<br>
<br>
<br>
</div></div>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>