Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Mod Shout Errors


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
chris.chen2004 at gmai...
Guest





PostPosted: Sat Oct 11, 2008 6:19 pm    Post subject: [Freeswitch-users] Mod Shout Errors Reply with quote

Hi there, anybody knows how to solve the issue of mod_shout errors after recent svn update?
My mod_shout had been working fine playing MP3 files, but apparently some changes had been done to mod_shout recently, it is not working any more, with no configuration changes to local stream and mod shout, freeswitch console kept getting the following error:

[frame.c:918] error: Could not set optimization!
2008-10-11 19:03:56 [ERR] mod_shout.c:316 decode_fd() Decoder Error!


Any ideas would be really appreciated

Thanks,
Back to top
brian at freeswitch.org
Guest





PostPosted: Sat Oct 11, 2008 6:22 pm    Post subject: [Freeswitch-users] Mod Shout Errors Reply with quote

Can you provide a sample of your configs and/or files you're playing?

/b

On Oct 11, 2008, at 6:09 PM, unknown wrote:

Quote:
Hi there, anybody knows how to solve the issue of mod_shout errors
after recent svn update?
My mod_shout had been working fine playing MP3 files, but apparently
some changes had been done to mod_shout recently, it is not working
any more, with no configuration changes to local stream and mod
shout, freeswitch console kept getting the following error:

[frame.c:918] error: Could not set optimization!
2008-10-11 19:03:56 [ERR] mod_shout.c:316 decode_fd() Decoder Error!


Any ideas would be really appreciated

Thanks,


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
chris.chen2004 at gmai...
Guest





PostPosted: Sat Oct 11, 2008 7:33 pm    Post subject: [Freeswitch-users] Mod Shout Errors Reply with quote

Thanks Brian, here are the related config files:
vars.xml

<X-PRE-PROCESS cmd="set" data="hold_music_conf=local_stream://mp3"/>

moduels.conf.xml

<!-- File Format Interfaces -->
<load module="mod_sndfile"/>
<load module="mod_native_file"/>
<!--For icecast/mp3 streams/files-->
<load module="mod_shout"/>
<!--For local streams (play all the files in a directory)-->
<load module="mod_local_stream"/>
<load module="mod_tone_stream"/>

local_strean.conf.xml:

<directory name="mp3" path="$${base_dir}/sounds/music/mp3">
<param name="rate" value="8000"/>
<param name="shuffle" value="true"/>
<param name="channels" value="1"/>
<param name="interval" value="20"/>
<param name="timer_name" value="soft"/>
</directory>

and all MP3 files are placed under /opt/local/freeswitch/sounds/music/mp3

It had been working fine until recently (a couple of days or weeks ago, when mod_shout undergone some changes I guess)

Am I missing some new settings?

Thanks,

Chris




On Sat, Oct 11, 2008 at 7:16 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Can you provide a sample of your configs and/or files you're playing?

/b


On Oct 11, 2008, at 6:09 PM, unknown wrote:

Quote:
Hi there, anybody knows how to solve the issue of mod_shout errors
after recent svn update?
My mod_shout had been working fine playing MP3 files, but apparently
some changes had been done to mod_shout recently, it is not working
any more, with no configuration changes to local stream and mod
shout, freeswitch console kept getting the following error:

[frame.c:918] error: Could not set optimization!
2008-10-11 19:03:56 [ERR] mod_shout.c:316 decode_fd() Decoder Error!


Any ideas would be really appreciated

Thanks,




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
anthony.minessale at g...
Guest





PostPosted: Mon Oct 13, 2008 8:23 am    Post subject: [Freeswitch-users] Mod Shout Errors Reply with quote

What OS and hardware is it? We have not seen this anywhere else?
If necessary, can we connect to the machine to investigate?

If so please email me privately with the login details and join irc (there is a chat link on the freeswitch.org site)


On Sat, Oct 11, 2008 at 7:26 PM, unknown <chris.chen2004@gmail.com (chris.chen2004@gmail.com)> wrote:
Quote:
Thanks Brian, here are the related config files:
vars.xml

<X-PRE-PROCESS cmd="set" data="hold_music_conf=local_stream://mp3"/>

moduels.conf.xml

<!-- File Format Interfaces -->
<load module="mod_sndfile"/>
<load module="mod_native_file"/>
<!--For icecast/mp3 streams/files-->
<load module="mod_shout"/>
<!--For local streams (play all the files in a directory)-->
<load module="mod_local_stream"/>
<load module="mod_tone_stream"/>

local_strean.conf.xml:

<directory name="mp3" path="$${base_dir}/sounds/music/mp3">
<param name="rate" value="8000"/>
<param name="shuffle" value="true"/>
<param name="channels" value="1"/>
<param name="interval" value="20"/>
<param name="timer_name" value="soft"/>
</directory>

and all MP3 files are placed under /opt/local/freeswitch/sounds/music/mp3

It had been working fine until recently (a couple of days or weeks ago, when mod_shout undergone some changes I guess)

Am I missing some new settings?

Thanks,

Chris





On Sat, Oct 11, 2008 at 7:16 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Can you provide a sample of your configs and/or files you're playing?

/b


On Oct 11, 2008, at 6:09 PM, unknown wrote:

Quote:
Hi there, anybody knows how to solve the issue of mod_shout errors
after recent svn update?
My mod_shout had been working fine playing MP3 files, but apparently
some changes had been done to mod_shout recently, it is not working
any more, with no configuration changes to local stream and mod
shout, freeswitch console kept getting the following error:

[frame.c:918] error: Could not set optimization!
2008-10-11 19:03:56 [ERR] mod_shout.c:316 decode_fd() Decoder Error!


Any ideas would be really appreciated

Thanks,




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org






_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services