get_iplayer Digest, Vol 37, Issue 4
dinkypumpkin
dinkypumpkin at gmail.com
Tue May 7 14:36:14 EDT 2013
On 07/05/2013 17:34, richard.mace at btinternet.com wrote:
> Haven't read all through this thread so, apologies in advance.
> Did you compile rtmpdump with "SHARED=" ??
> If not, rtmpdump will probably loading wheezy's librtmp
> shared libraries. By experience, these are not compatible with
> the latest source.
> You may want to compile your own shared libs. The source
> is in the distribution (librtmp folder).
Good point. Jake: It looks there have been some API changes since the
wheezy build of librtmp was made, so always use SHARED= (or SHARED=no if
that's more memorable) with your make command. That will statically
link your version of librtmp so your build of rtmpdump won't try to load
the system version. Or better yet:
$ sudo apt-get install rtmpdump
You know you want to.
More information about the get_iplayer
mailing list