View Single Post
  #4  
Old 01-16-2016, 03:25 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Recording TV Lifestream


find the token is the last step


before if you have the error

Code:
ERROR: RTMP_Connect0, failed to connect socket. 111 (Connection refused)

i think you forgot the step

Code:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT

i think you need compile your own version with KSV patch because the rtmpdump from the official repository of your distribution is too old

Last edited by biezom : 01-16-2016 at 03:59 PM.
Reply With Quote