PDA

View Full Version : rtmp command


yetanotherday
05-09-2014, 12:57 PM
how u can find parameters for any site quickly ? i'm running linux and its not working for me

mckv
05-10-2014, 09:14 AM
iptables -t nat -A OUTPUT -p tcp -m iprange --dport 80 (rtmp port) --dst-range 10.0.0.1-10.0.0.10 (rtmp server ip ranges) -m owner --uid-owner username -j REDIRECT --to-port 1935

then run rtmpsrv/rtmpsuck as a different user

note that it only works if the site is actually using rtmp and not uls/hls/hds/dash/etc