View Single Post
  #4  
Old 12-06-2017, 07:10 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Why are some files soo large when using rtmpdump?


Code:
for /f %%a in ('clblow.exe') do set model=%%a
title RDUMP_CHATURBATE %model%
:START
for /f %%b in ('dt.exe') do set d=%%b

rtmpdump.exe -v -r "rtmp://edge36.stream.highwebmedia.com/live-edge" ^
-a "live-edge" ^
-f "WIN 26,0,0,151" ^
-W "https://chaturbate.com/static/flash/CBV_2p680.swf" ^
-p "https://chaturbate.com/%model%/" ^
-C S:***** ^
-C S:%model% ^
-C S:2.680 ^
-C S:*****71f9ed644700489146f67c1a8e60b1e2ec47d9ca92be44319a94be9c07623967f94d97042b87f795abf81d1f2fe9afed0d8df29862cf208ae797768e433 ^
-C S:*****f2337c0e8cc451a3c501564e164370953a1e09d4116065457ff1bdca824 ^
-y "mp4:wowz://origin36.stream.highwebmedia.com/live-origin/%model%-sd-*****58103439c905a653db090179c3e4b80c402d379875cd983497e18baf79d_trns_h264_480p" ^
-o "c:\%model%_%d%.flv"
FOR %%I in (c:\%model%_%d%.flv) do if %%~zI LSS 14 del "%%I"

sleep 60
goto START
Reply With Quote