Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-01-2016, 08:29 PM
blackfirex99 blackfirex99 is offline
Junior Member
 
Join Date: May 2016
Posts: 2
blackfirex99 is on a distinguished road
Default

Building rtmpdump 2.4 for Windows


Hey everyone,

I have been desperately trying to build the executable for rtmpdump for Windows, but I really don't know what I'm doing, to be honest. I have made a small modification to the code and now I just need the exe file. I have installed MinGW and installed a bunch of stuff the internet told me to, but I really don't know what to do.

If someone could please walk me through the process of building rtmpdump.exe, I would be eternally grateful and I'll even pay you. Anyone who gives me the help I need to do this can get $20 in Bitcoin! And I'm sorry if this is against the forum rules; I'm new here.

Thank you all so much!
Reply With Quote
  #2  
Old 05-01-2016, 09:36 PM
blackfirex99 blackfirex99 is offline
Junior Member
 
Join Date: May 2016
Posts: 2
blackfirex99 is on a distinguished road
Default

Re: Building rtmpdump 2.4 for Windows


Finally figured it out! Many thanks to the people who wrote the posts over at http://stream-recorder.com/forum/rtm...s-t8123p2.html for helping me figure this out. Here's what all I did for anyone who wants to know in the future:

1) Download and install MinGW
2) Add C:\MinGW\bin and C:\MinGW\local\bin to your Path environment variable (then close and re-open cmd if you have it open)
3) Open up the MinGW Installation Manager
4) Install all of the packages labeled mingw32-libz
5) Install all of the packages labeled msys-wget
6) Install all of the packages labeled msys-libintl
7) Install all of the packages labeled msys-libiconv
8) Install all of the packages labeled mingw32-gcc
9) Install all of the packages labeled msys-make
10) Install all of the packages labeled mingw32-libgcc
11) Open up cmd and run the following commands:
- wget https://tls.mbed.org/code/releases/p...-1.0.0-gpl.tgz
- tar fx polarssl-1.0.0-gpl.tgz
- cd polarssl-1.0.0
- make CC=gcc LDFLAGS="-L../library -lpolarssl -lws2_32"
- make DESTDIR=MinGW install
12) Copy everything in the newly created MinGW folder (it's in the folder polarssl-1.0.0) to C:\MinGW
13) Go to http://gnuwin32.sourceforge.net/packages/libintl.htm and download/extract the binaries, then copy libintl3.dll to C:\MinGW\bin
14) Go to http://gnuwin32.sourceforge.net/packages/libiconv.htm and download/extract the binaries, then copy libiconv2.dll to C:\MinGW\bin
15) Go back to cmd and run the following commands:
- git clone git://git.ffmpeg.org/rtmpdump
- cd rtmpdump
- make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static"
16) You can also optionally make librtmp.dll by running this command:
- make SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static"

That's the guide I wish I had when I was doing all this! Hope this helps somebody!
Reply With Quote
Reply Post New Thread
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:46 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons