View Single Post
  #5  
Old 03-05-2011, 07:50 AM
ichigo11 ichigo11 is offline
Junior Member
 
Join Date: Mar 2011
Posts: 5
ichigo11 is on a distinguished road
Default

Re: Wat tv - RTMPDump 'ERROR: Closing connection: NetStream.Play.StreamNotFound'


Yeah! Thank you so much! It was the 2 lines:

sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT

I was looking for.

Now it works like a charm!
Reply With Quote