View Single Post
  #22  
Old 06-02-2011, 09:57 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defau


Quote:
Originally Posted by placebo View Post
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.

Last edited by KSV : 06-02-2011 at 10:31 AM. Reason: posted wrong files
Reply With Quote