<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>I have compiled 2.1c for mac os : rtmpdump works fine, thanks for this amazing software.</div><div><br></div><div>In order to use rtmpsrv, I need to play with iptables :</div><div><br></div><div><meta charset="utf-8" id="webkit-interchange-charset"><span class="Apple-style-span" style="font-family: Times; "><pre>sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT</pre></span><div>But on a mac, there's no iptables, but only ipfw.</div><div><br></div><div>So in the readme, there's :&nbsp;</div><div><br></div><div><div>ipfw add 40 fwd 127.0.0.1 1935 tcp from any to any 1935</div><div>ipfw add 40 fwd 127.0.0.1 1935 tcp from any to any 1935 not uid proxy</div><div><br></div><div>(little correction for the readme : correct syntax is 127.0.0.1,1935 rather 127.0.0.1)</div><div><br></div><div>So, i launch this 2 lines on mac :&nbsp;</div><div><br></div><div><div><b>MacPro:rtmpdump2.1d Carmelo$ sudo ipfw add 40 fwd 127.0.0.1,1935 tcp from any to any 1935Password:</b></div><div><b>00040 fwd 127.0.0.1,1935 tcp from any to any dst-port 1935</b></div><div><b><br></b></div><div><b>MacPro:rtmpdump2.1d Carmelo$ sudo ipfw add 40 fwd 127.0.0.1,1935 tcp from any to any 1935 not uid proxy</b></div><div><b>ipfw: uid "proxy" nonexistent</b></div><div><br></div><div><br></div><div>(and after that of course, rtmpsrv isn't able to pick the information when playing video)</div><div><br></div><div>Have you any idea ?</div><div><br></div><div>Thanks a lot !</div><div><br></div><div>Carmelo</div><div><br></div><div>PS : sorry for my bad english</div></div></div></div></body></html>