Rtmpdump in loop forHello guys
Suppose I know that the following rtmpdump command works : rtmpdump -r rtmp://5.10.77.106/hls-vod/links -a vod -W http://www.website.com/flowplayer-3.2.12.swf -p "http://www.website.com/" -y mp4:/links/number12.mp4 -o %fileName% Now what I want to do to use loop for to find the working playlist like this : Code:
FOR /L %%A IN (1,1,20) DO ( I noticed when the counter reach number 12 , it doesnt start downloading why ?? please help me . I want look for correct playlist with loop for Cheers |
Re: Rtmpdump in loop forCode:
@echo off |
Re: Rtmpdump in loop forThank you sir ! I found the solution with the command FOR /L %%A IN (1,1,20) DO (
|
All times are GMT -6. The time now is 08:31 AM. |