View Single Post
  #6  
Old 03-06-2013, 07:21 AM
gastone gastone is offline
Junior Member
 
Join Date: Aug 2012
Posts: 17
gastone is on a distinguished road
Default

Re: rtmpdumphelper overwrites captured stream


You could copy libz-1.dll in the same folder you have rtmpdump.exe, but it's easier to build a static rtmpdump with
Code:
make SYS=mingw XLDFLAGS=-static
.
Reply With Quote