Hi all.
Anyone got some good suggestions as a solutions for this. The site I'm recording from use random servers for the stream so one day it can be (example only) 127.0.0.13 and next day it can be 129.0.0.29
So my current .bat is like this
Code:
rtmpdump -r "rtmp://x.x.x.1:1935/stream" -a "livestream" -f "WIN 11,2,................
rtmpdump -r "rtmp://x.x.x.2:1935/stream" -a "livestream" -f "WIN 11,2,................
and on uptil ip ends with 25
But the problem is that it takes ages befor you get timeoout on each and rtmp dump do the cleanup befor I find the correct server. Any good idea to make this quicker? shorter timeout for each?