[rtmpdump] Problem running git master rtmpdump
Matt Hirsch
matthew.hirsch at gmail.com
Sat Sep 28 00:33:58 CEST 2013
On Thu, Sep 26, 2013 at 4:26 AM, Matt Hirsch <matthew.hirsch at gmail.com> wrote:
> I cloned rtmpdump master from git today: git clone git://git.ffmpeg.org/rtmpdump
>
> I'm having trouble running the code. Bizarrely, the RTMP structure
> seems to have different sizes in main() and RTMP_Init(). I've set the
> CFLAGS to -O0 -g to aid in debugging. What could be going on here?
Ah, silly me. I was mixing the installed librtmp library with the
newly compiled rtmpdump binary. Using LD_LIBRARY_PATH to point to the
correct library solved it.
More information about the rtmpdump
mailing list