<div dir="ltr">Currently i am playing a stream with mod_shout and this is my default xml.<br><div><br>&lt;context name=&quot;default&quot;&gt;<br>    &lt;extension name=&quot;global-intercept&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^14049002000$&quot;&gt;<br>        &lt;action application=&quot;answer&quot;/&gt;<br>        &lt;action application=&quot;playback&quot; data=&quot;shout://<a href="http://online.radiodifusion.net:8024/">online.radiodifusion.net:8024/</a>&quot;/&gt;<br>      &lt;/condition&gt;<br>    &lt;/extension&gt;<br>&lt;/context&gt;<br><br></div><div>Every time a user makes a call for stream it opens a separate connection with the stream provider. If 100 users dials this number, there would be 100 connections with stream provider listening to same stream, means more rtp packets containing same data for different users.<br><br></div><div>What i want is, if a user is listening to stream then other users must share the same listening connection that the first user is opened, instead of creating a separate connection with stream provider for same stream.<br><br>Someone told me this is possible in asterisk, so there must be a way in freeswitch. <br></div><div><br>How can i do this.?<br>Any help would be much appreciated.<br><br></div><div>Thanks<br></div><div><br></div></div>