i am trying to stream a conference call via icecast2<br>i have an extension set up as follows:<br><br>&lt;action application=&quot;record_session&quot; data=&quot;shout://source:password@localhost/lecture.mp3&quot;/&gt;<br>
&lt;action application=&quot;conference&quot; data=&quot;fs&quot;/&gt;<br><br>when i dial the extension, i am able to connect to the conference and the lecture.mp3 stream appears for about 5 seconds and then it disappears.<br>
also i get an error message in the freeswitch console as follows:<br><br>
mod_shout.c:497 write_stream_thread() MP3 encode error -3!<br>
<br>i&#39;ve tried many variations of this extension with no success. i am able to play mp3s during the conference and also record the conference to an mp3 so i know that mod_shout is working. any help would be much appreciated. thanks.<br>