Discussion:
cURL and RTMP support?
[INFO]
2010-07-12 12:50:02 UTC
Permalink
Hi,

I don't know how to use rtmp:// on cURL (7.21.0 for win32), I have an error:
curl: (1) Protocol rtmp not supported or disabled in libcurl
I have made some test, like put the librtmp.dll (from rtmpdump) in the same
directory
of cURL, but nothing...

How to enable RTMP support in cURL for the windows version?
and for the Linux version, we just have to install cURL and RTMPDUMP (debian
dpgk with apt-get)?

Thx in advance
Daniel Stenberg
2010-07-12 16:54:04 UTC
Permalink
Post by [INFO]
How to enable RTMP support in cURL for the windows version?
I'm not sure anyone has done this yet, but you basically just rebuild
it with librtmp present and USE_LIBRTMP defined.
Post by [INFO]
and for the Linux version, we just have to install cURL and RTMPDUMP (debian
dpgk with apt-get)?
'librtmp-dev' is the name of the debian package I believe. But you of
course need to rebuild curl from source after you've installed that to
make curl actually able to use it.

/ daniel
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html

Loading...