View Single Post
  #8  
Old 02-16-2015, 09:42 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Chapman Archives Video


Quote:
Originally Posted by noliebro View Post
I felt like I was doing this wrong and found another tutorial here:
http://www.hallada.net/2013/04/18/ho...tmp-video.html

But received a new error after running through that tutorial

Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)
maybe you forget "Undo the Redirection"
Code:
sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
Reply With Quote