View Single Post
  #7  
Old 03-06-2013, 01:10 PM
Larry Larry is offline
Junior Member
 
Join Date: Feb 2013
Posts: 9
Larry is on a distinguished road
Default

Re: rtmpdumphelper overwrites captured stream


Quote:
Originally Posted by gastone View Post
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
.
Oh thanks for this! I feel so foolish now.. its been ages since I have had to compile like this.

my code works nicely, but I am having some other issues with flash... on a chat board.. I will probably have to look at some other build solutions.
Reply With Quote