Hello can someone tell me what i am doing wrong with getting the rtmp urls?<br><br>I followed the README info and it doesnt seem to work.<br>Created a new user called user2 with uid of 1001<br>Made the rtmpdump directory accessible to user2.<br>
<br>sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner --uid-owner 1001  -j REDIRECT<br><br>cd rtmpdump<br><br>sudo su user2<br><br>./rtmpsvr<br><br>Then i launch the browser , go to the website start the stream and this is all i get<br>
<br>RTMP Server v2.2b<br>(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL<br><br>Streaming on rtmp://<a href="http://0.0.0.0:1935">0.0.0.0:1935</a><br><br><br>And the stream in the browser plays but rtmpsvr and rtmpsuck (tried both) just does that with no info generated.<br>
What am i doing wrong?<br>