Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmp command

(http://stream-recorder.com/forum/showthread.php?t=18261)

yetanotherday 05-09-2014 12:57 PM

rtmp command


 
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

Re: rtmp command


 
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


All times are GMT -6. The time now is 02:11 AM.