View Single Post
  #4  
Old 02-03-2013, 04:09 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: save client data with rtmpsuck


why not use the -z switch and redirect output to file.

Code:
rtmpsuck -z 2> Debug.txt
and then filter out lines with DEBUG2: to reduce noise in the dump.
Reply With Quote