View Single Post
  #7  
Old 05-13-2015, 01:12 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Catch and forward streams TUTORIAL => $50 reward


Quote:
Originally Posted by beerfoot View Post
I've been trying the same method, working for another stream, but unsuccessful for getting the rtmpdump command of regarder(.)me/splus/streamer.php?id=remi1

Could anyone briefly explain why this rtmp stream can't be caught the same way?

Thanks++
port 1935 in the previous case it was 1735

step a)
Code:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
step h)
Code:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
Reply With Quote