Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#2
|
|||
|
|||
Re: RTMPDump - how do I compile source code? |
#3
|
|||
|
|||
Re: RTMPDump - how do I compile source code?What is the diference betwen rtmpdump compiled by myself and rtmpdump already compiled ???
|
#4
|
|||
|
|||
Re: RTMPDump - how do I compile source code?Quote:
Plus compiling is useful for those who are intended to make changes to rtmpdump. |
#5
|
|||
|
|||
Re: RTMPDump - how do I compile source code?The boost libs are not necessary anymore since it is now plain C code.
|
#6
|
|||
|
|||
Re: RTMPDump - how do I compile source code?I've been trying to compile the latest version (2.30) of RTMP in Centos, 64-bit... keep getting errors - can someone please point me in the right direction...
I type in make sys-linux I then get this back: # make sys=linux make[1]: Entering directory `/rtmpdump/librtmp' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/rtmpdump/librtmp' gcc -Wall -o rtmpgw rtmpgw.o thread.o -Llibrtmp -lrtmp -lssl -lcrypto -lz thread.o: In function `ThreadCreate': thread.c.text+0x46): undefined reference to `pthread_create' collect2: ld returned 1 exit status make: *** [rtmpgw] Error 1 Any help would be massively appreciated. I've also done this: # make linux make: *** No rule to make target `linux'. Stop. |
#7
|
|||
|
|||
Re: RTMPDump - how do I compile source code?I have finally complied it - now I have a new error:
rtmpdump: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory Once again, any advice would be appreciated. |
#8
|
|||
|
|||
Re: RTMPDump - how do I compile source code?Hello Marsm!
I also get error like you do: thread.o: In function `ThreadCreate': thread.c.text+0x46): undefined reference to `pthread_create' collect2: ld returned 1 exit status make: *** [rtmpgw] Error 1 Can you help me fix this error ? Thanks much! |
#9
|
|||
|
|||
Re: RTMPDump - how do I compile source code?I fixed it by installing openssl not to /usr/local/openssl but to /usr/local
|
#10
|
|||
|
|||
Re: RTMPDump - how do I compile source code?Quote:
When running rtmpdump I get Quote:
|
Tags: compile, compile rtmpdump, compile rtmpdump linux, compile source code, cygwin, linux, mac os, mingw, rtmpdump, windows |
Thread Tools | |
Display Modes | |
|
|