<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hello,</div><div class=""><br class=""></div>On 20 Nov 2015, at 07:43, Ali H.M. Hoseini <<a href="mailto:alihmh@gmail.com" class="">alihmh@gmail.com</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-family:tahoma,sans-serif">Hello,<br class=""><br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif">I use a combination of dvblast and cubemap to stream some channels in my network.<br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif">I use cubemap to create access to TS for users over http.<br class=""><br class=""></div>I tried to limit some streams to localhost:<br class=""><div class="gmail_default" style="font-family:tahoma,sans-serif"><br class=""></div><div class="gmail_default" style="font-family:tahoma,sans-serif">239.255.0.1:1234@<a href="http://127.0.0.1/" class="">127.0.0.1</a> > In this case nobody sees multicast streams, even cubemap on localhost.</div></div></div></blockquote><div><br class=""></div><div>You have to set the multicast flag on localhost :</div><div>ip link set lo multicast on</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-family:tahoma,sans-serif">239.255.0.1:1234@lo > In this case there is no effect. Other users could see multicast stream over network.<br class=""></div></div></div></blockquote></div><br class=""><div class="">This syntax is not correct. It should be an IP address or a host name.</div></body></html>