View Single Post
  #5  
Old 03-29-2013, 12:49 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: Cannot capture ITV streams


Quote:
Originally Posted by Mick View Post
Thanks!

It seems that my iptables redirect command no longer works.

I recall that some versions ago the iptables rules changed and it no longer accepts the redirect rule:
Code:
# iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
# /sbin/iptables -L -v -n | grep 1935
#
It doesn't complain either to let me know that something is amiss. Any idea what syntax I should use?
Take a look here.
Reply With Quote