I’m trying to stream rtsp video via tcp using mplayer in windows minGW shell and it depends on live555 streaming media library.
The steps I did are:
- download the live555 streaming media src
- build each .mak files in src/live/ (I use
nmake /f *.makvia command line, because my VS2010 can’t recognize the .mak files.)
Building process was success and the result are .obj files. The problem is mplayer need .a files to make and the build didn’t create it.
My question is:
- do I really need the .a files? If so, how do I get it?
- is there any other build method I can use to solve this?
Thanks 🙂
Solved it.
Do I need .a files?
How to get it?
./genMakeFiles mingwinsrc/live/from MinGWmake