diff --git a/src/mod/formats/mod_shout/mod_shout.c b/src/mod/formats/mod_shout/mod_shout.c index cfba8a2219..643f44a2fb 100644 --- a/src/mod/formats/mod_shout/mod_shout.c +++ b/src/mod/formats/mod_shout/mod_shout.c @@ -1173,7 +1173,7 @@ void do_broadcast(switch_stream_handle_t *stream) if (fh.interval) { - interval = fh.interval; + interval = fh.interval * 1000; } for(;;) {