Quote:
Originally Posted by dade6598
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)
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