View Single Post
  #9  
Old 01-30-2015, 09:08 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: USA channels online


Quote:
Originally Posted by dade6598 View Post
What if i want to use linux rtmpdump program ???
do you any option for that


Thanks
in root terminal (number 1)
Code:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
in an other root terminal (number2)
Code:
rtmpsrv
load your video in your browser
in the terminal number 2 rtmpsrv give you the sniff code , copy it and stop rtmpsrv with Ctrl+C

in the terminal number 1
Code:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
in classic terminal (not root) paste your code (given by rtmpsrv) and add -T "8964316ec8772dfa"

it's the same principle as on windows, except that we replace rtmpdumphelper by root terminals
Reply With Quote