Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Unofficial RtmpDump binaries

(http://stream-recorder.com/forum/showthread.php?t=14860)

reumb 01-04-2013 08:39 AM

Re: Unofficial RtmpDump binaries


 
-sure-

make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ='-lz -static' VERSION='2.4\ git-111\ 2011-01-01'

make SYS=mingw CRYPTO=POLARSSL LIBZ='-lz -static'

fail because not using i686-w64-mingw32 toolchain.?

svnpenn 01-04-2013 10:23 AM

Re: Unofficial RtmpDump binaries


 
Quote:

Originally Posted by reumb (Post 58164)
-sure-
make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ='-lz -static' VERSION='2.4\ git-111\ 2011-01-01'
make SYS=mingw CRYPTO=POLARSSL LIBZ='-lz -static'
fail because not using i686-w64-mingw32 toolchain.?

You havent said what toolchain you are using, so its hard to say.

reumb 01-04-2013 01:35 PM

Re: Unofficial RtmpDump binaries


 
the noob friendley -MinGW-MSYS Bundle-

http://sourceforge.net/projects/mingwbundle/

reumb 01-04-2013 03:08 PM

Re: Unofficial RtmpDump binaries


 
-MinGW-MSYS Bundle-

why not show the diff and let me test it.

svnpenn 01-04-2013 06:45 PM

Re: Unofficial RtmpDump binaries


 
Ok I see the problem. The JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE is defined by
Microsoft here

msdn.microsoft.com/en-us/library/windows/desktop/ms684147

It is supposed to be defined in winnt.h. With MinGW-w64 this has been the case
for at least 3 years, as can be seen here

mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/trunk/mingw-w64-headers/include/winnt.h?revision=1384&view=markup

However for some reason MinGW has failed to include this definition in their
version of the header. I would suggest compiling with MinGW-w64, which you can
get by itself or as part of a Cygwin installation. If you are adamant about
using MinGW I am willing to accept a patch, but I have no interest in developing
for a crippled platform (irony recognized).

reumb 01-05-2013 12:56 PM

Re: Unofficial RtmpDump binaries


 
Thanks for the time that you did take to figure it out.

Did take some time to understand that i dont get cygwin[.] to work
with out investing noob years of aggro

-a patch would be welcomed-

svnpenn 01-05-2013 01:55 PM

Re: Unofficial RtmpDump binaries


 
Quote:

Originally Posted by reumb
Did take some time to understand that i dont get cygwin[.] to work
with out investing noob years of aggro

When I first started, I was using MinGW. After that I was using a combo of MSYS for the linux tools (Bash, etc) and MinGW-w64 for the compiler. If you wish you try this route you can use the the package I was using

tdm-gcc.tdragon.net


All times are GMT -6. The time now is 06:07 PM.