Quote:
Originally Posted by placebo
the common user doesnt need the patch, or do we need it? it's for information purposes only, isnt it?
|
patch is not required for windows users because package binaries are already compiled with it.
i have fixed detection of live flag. I also fixed another problem when batch file is directly used and rtmpdump parameters contain % symbol e.g %2F %2D etc.. in that case window was replacing % symbols resulting in non working batch file. now i am escaping these symbols with %, means %2F will be stored as %%2F so it can be used from within batch file. if you are copying batch file command to use on console you should replace %% with % or command may not work properly.
Package
Code:
http://www.mediafire.com/file/k0srlw30jn2ttvc/rtmpdump-2.3.zip
Patch:
Code:
http://pastebin.com/E7W8vKqB
for patch users, if you have applied any of my previous patch it would be better to revert to r569 and then apply this patch.