<div class="gmail_quote">2009/11/7 Howard Chu <span dir="ltr"><<a href="mailto:hyc@highlandsun.com">hyc@highlandsun.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
By the way, get-flash-videos seems to do its own download size check and warn<br>
if it thinks it's incomplete, based on size/percentage. This is a bit<br>
redundant, since rtmpdump already checks for completion and returns RD_SUCCESS<br>
or RD_INCOMPLETE (or RD_FAILED). Probably should just test the exit status, if<br>
anything. Right now it's a bit confusing if a download comes in at e.g. 97%<br>
and rtmpdump gets the Play.Complete status, exits printing Download complete;<br>
and then get-flash-videos says "may be incomplete" ...<br></blockquote><div><br>Yes, that would make sense. The main reason I didn't do that before was older versions of rtmpdump didn't return an exit status. Probably less of a problem now rtmpdump has a home ;)<br>
<br>In gfv svn now (there's a bit of refactoring to the rtmpdump support that also adds flvstreamer support in the svn too).<br></div></div>