Re: [Freeswitch-users] mod_shout delay in trunk

2009-04-02 Thread Rupa Schomaker
2009/4/2 Anthony Minessale anthony.miness...@gmail.com Its the buffering and startup of the shout stream taking up the time, HINT put the shoutcast stream into a local stream with a .loc file and then play that in the conference. Ah, that is easy enough! Though I think with icecast doing

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-07 Thread Anthony Minessale
tamas, the opposite. The default is to not do one by one and setting the var to false makes it more i/o intensive but it would provide more real time recording when recording to streams. BTW the reversed logic is fixed in tree On Fri, Feb 6, 2009 at 3:36 PM, Tamas jal...@gmail.com wrote:

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Brian West
Yes this will be normal due to buffering. Have you tested svn trunk? /b On Feb 6, 2009, at 12:59 PM, Dan wrote: Hi, With the 1.0.2 release i was able to to stream a call using mod_shout to an icecast server with only a 1 or two second delay to clients. With the current trunk that delay

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread freeswitch-users
...@freeswitch.org To: freeswitch-users@lists.freeswitch.org Sent: Friday, February 6, 2009 12:11:54 PM GMT -07:00 US/Canada Mountain Subject: Re: [Freeswitch-users] mod_shout delay in trunk Yes this will be normal due to buffering. Have you tested svn trunk? /b On Feb 6, 2009, at 12:59 PM, Dan wrote

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Brian West
Let me clarify.. yes this is normal file buffering was added so we wouldn't thrash your hard drive with tiny bits of data when recording calls so now it buffers and writes larger chunks to disk. This is why you have this delay which is 100% normal is realtime a critical thing? It is

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread freeswitch-users
: [Freeswitch-users] mod_shout delay in trunk Let me clarify.. yes this is normal file buffering was added so we wouldn't thrash your hard drive with tiny bits of data when recording calls so now it buffers and writes larger chunks to disk. This is why you have this delay which is 100% normal

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Anthony Minessale
? Thanks Dan- - Original Message - From: Brian West br...@freeswitch.org To: freeswitch-users@lists.freeswitch.org Sent: Friday, February 6, 2009 12:47:53 PM GMT -07:00 US/Canada Mountain Subject: Re: [Freeswitch-users] mod_shout delay in trunk Let me clarify.. yes this is normal

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Anthony Minessale
will listen! Dan- - Original Message - From: Anthony Minessale anthony.miness...@gmail.com To: freeswitch-users@lists.freeswitch.org Sent: Friday, February 6, 2009 1:07:44 PM GMT -07:00 US/Canada Mountain Subject: Re: [Freeswitch-users] mod_shout delay in trunk edit switch_ivr_play_say.c

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Dan
, February 6, 2009 1:48:31 PM GMT -07:00 US/Canada Mountain Subject: Re: [Freeswitch-users] mod_shout delay in trunk Thanks, We appreciate the positive feedback! if you revert the change I suggested and update i added a new variable enable_file_write_buffering=false set this variable

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Tamas
-07:00 US/Canada Mountain Subject: Re: [Freeswitch-users] mod_shout delay in trunk edit switch_ivr_play_say.c line 423 comment the line out and recompile. Tell me if it helps you and i will consider making it configurable. On Fri, Feb 6, 2009 at 2:01 PM, freeswitch

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Michael Collins
if you revert the change I suggested and update i added a new variable enable_file_write_buffering=false set this variable on the channel before you start recording it with the set application or in the dialstring in {} on outbound calls and it should skip the buffering. Could you test it

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Dan
Done! - Original Message - From: Michael Collins m...@freeswitch.org To: freeswitch-users@lists.freeswitch.org Sent: Friday, February 6, 2009 2:36:39 PM GMT -07:00 US/Canada Mountain Subject: Re: [Freeswitch-users] mod_shout delay in trunk if you revert the change I suggested

Re: [Freeswitch-users] mod_shout delay in trunk

2009-02-06 Thread Michael Collins
Done! Many 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