Re: using curl for streaming rtsp/rtp over tcp

2021-06-20 Thread jeremy--- via curl-library
On Sun, 20 Jun 2021, at 15:14, Abhijeet Bhagat via curl-library wrote: > i am using libcurl to send rtsp commands (over tcp) to a server. I did a very similar exercise quite a few years ago (but am a bit rusty on the subject) > i was expecting CURLOPT_WRITEFUNCTION to get repeatedly called with

RE: curl_easy_perform blocks when ifdown the ntwk interface

2018-11-13 Thread Matthews, Jeremy via curl-library
s just trying to simulate a network issue. Thanks, Jeremy From: curl-library On Behalf Of curl-library-requ...@cool.haxx.se Sent: Tuesday, November 13, 2018 5:00 AM To: curl-library@cool.haxx.se Subject: curl-library Digest, Vol 159, Issue 11 NOTICE: This

curl_easy_perform blocks when ifdown the ntwk interface

2018-11-09 Thread Matthews, Jeremy via curl-library
a different handle type that is used in multiple places in the code. Should the interface somehow be checked before calling curl_easy_perform? Thanks in advance for any thoughts! Jeremy

Setting SFTP hmac option

2015-04-27 Thread Jeremy Zapata
Hi, I have a version of libcurl compiled with libssh2 (fairly recent versions, OpenSSL v1.0.2 and libssh2 v1.4.3) for testing uploading/downloading files with sftp. I have limited experience with ssh and sftp but I know that on Linux there are additional options that can be specified with the

Re: [PATCH] ssh: improve key file search

2014-09-15 Thread Jeremy Lin
On Sun, Sep 14, 2014 at 3:05 PM, Daniel Stenberg dan...@haxx.se wrote: This seems like a reasonable change indeed. Could you also take a look at updating the documentation so that it matches what the new code does? Sure, I've attached an updated patch. Let me know if I missed anything, thanks.

[PATCH] ssh: improve key file search

2014-09-11 Thread Jeremy Lin
For private keys, use the first match from: user-specified key file (if provided), ~/.ssh/id_rsa, ~/.ssh/id_dsa, ./id_rsa, ./id_dsa Note that the previous code only looked for id_dsa files. id_rsa is now generally preferred, as it supports larger key sizes. For public keys, use the

Re: How to change the content sent by Describe method of RTSP

2014-03-13 Thread jeremy
On Wed, Mar 12, 2014, at 10:12, zy wu wrote: I compiled the libcurl with that patch , but it seems little effect,  prompt 401 Unauthorized. I captured the net packet and found the password is encrpted. Also I followed jeremy's advice, is there anything else to do before set user and

Re: How to change the content sent by Describe method of RTSP

2014-03-11 Thread jeremy
On Tue, Mar 11, 2014, at 8:03, zy wu wrote: I want to use the RTSP to receive stream data,  but when connected to the IP Camera need permission. This is a little tricky, there is an outstanding bug with RTSP authentication using libcurl. There is a temporary patch you can apply to your own

Re: How to get a frame of image data from rtsp stream

2014-02-07 Thread jeremy
On Fri, Feb 7, 2014, at 8:07, zy wu wrote: I used CURLOPT_INTERLEAVEDATA parameter to set the receive buffer, and used CURLOPT_INTERLEAVEFUNCTION parameter to set the callback function The CURLOPT_INTERLEAVEFUNCTION is used for receiving RTP over RTSP. The interleave function is called in

Re: [PATCH] RTSP-Authentication

2014-02-03 Thread jeremy
On Mon, Feb 3, 2014, at 8:48, Martín Germán Duarte wrote: This patch deals with the 401 Unauthorized message in the RTSP negotiation, this message is not part of the RTSP standard This is documented in RFC 2326 Appendix D 'Minimal RTSP implementation' section D.1.2. Hi all, I made a patch

Re: libcurl RTSP not using correct control URI?

2013-11-13 Thread jeremy
On Wed, Nov 13, 2013, at 5:06, Paul Bergen wrote: It plays fine in VLC, but in curl I get a: 415 unsupported media type, and it seems to be that the camera's DESCRIBE contains a new control URL in the a=control: tag, and VLC uses it, but curl continues to use the original URL. You need simply

Re: Serious problem with CURLOPT_WRITEDATA

2013-07-01 Thread jeremy
I also use libcurl for RTSP. Transport: RTP/AVP/TCP;unicast;interleaved=0-1;ssrc=517DB6C6;mode=PLAY This tells me you are trying to do RTP over RTSP. userdata == NULL; Data Size = 1404; userdata == NULL; Data Size = 1404; userdata == NULL; Data Size = 1404; userdata == NULL; Data Size =

Re: One or more libs available at link-time are not available run-time

2012-08-22 Thread Jeremy Hughes
renaming my libs folder to lib, everything works again! I don't know why (or when) this changed between 7.21.0 and 7.27.0. Thanks for helping! Jeremy --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http

Re: One or more libs available at link-time are not available run-time

2012-08-20 Thread Jeremy Hughes
with SSH support on a Mac system? Jeremy --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: One or more libs available at link-time are not available run-time

2012-08-20 Thread Jeremy Hughes
Hi Nick, On Aug 20, 2012, at 6:43 AM, Jeremy Hughes jer...@softpress.com wrote: Is there a way of discovering the actual names of the libraries that are referred to in the error message? E.g. -lssl is presumably /usr/bin/ openssl. -lssl refers to /usr/lib/libssl.dylib. /usr/bin/openssl

Re: One or more libs available at link-time are not available run-time

2012-08-20 Thread Jeremy Hughes
variables. You may also need to adjust LD_LIBRARY_PATH as someone else suggested; the man page to dlopen() suggests that the variable works on OS X as well as on GNU/Linux. I'll try to figure this out, then. Jeremy --- List admin

One or more libs available at link-time are not available run-time

2012-08-16 Thread Jeremy Hughes
available at link-time are not available run-time. Libs used at link-time: -lssl -lcrypto -lldap -lz -lssh2 If I build without SSH support, I don't get this error. Does Libcurl 7.27.0 require an extra library in addition to Libssh2, or is there another parameter I should be passing? Jeremy

Re: RTSP Command not completing even though data has been received - additional stuff not fine transfer.c:1037 0 0

2012-04-16 Thread jeremy
On Mon, Apr 16, 2012, at 07:11, Tinus van den Berg wrote: On 2012/04/15 02:42 PM, Daniel Stenberg wrote: On Thu, 12 Apr 2012, Tinus van den Berg wrote: Does anyone know what we could do differently ? I've not even looked at this yet so I don't know. But I'm not an RTSP expert.

Query regarding RTSP authentication

2011-12-30 Thread jeremy
came across a mail titled '[PATCH] RTSP-Authentication' (http://curl.haxx.se/mail/lib-2011-06/0004.html). I promptly applied the patch from the mailing list and libcurl started handling RTSP authentication. Question is, will this patch be making it's way into a libcurl release? Jeremy

Re: Query regarding RTSP authentication

2011-12-30 Thread jeremy
On Fri, Dec 30, 2011, at 16:31, Daniel Stenberg wrote: On Fri, 30 Dec 2011, jer...@fastmail.co.uk wrote: After scouring the examples and archives for inspiration I came across a mail titled '[PATCH] RTSP-Authentication' (http://curl.haxx.se/mail/lib-2011-06/0004.html). I promptly

Jeremy Levine is out of the office.

2011-08-13 Thread Jeremy . Levine
I will be out of the office starting 08/13/2011 and will not return until 08/22/2011. I will respond to your message when I return. *** This message (including any files transmitted with it) may contain confidential and/or proprietary

Converting shell level curl to libcurl (linux)

2011-08-05 Thread Jeremy . Levine
/FIXML-5-0/ /SOAP-ENV:Body /SOAP-ENV:Envelope The examples are close but I can't seem to figure out the -H and -o handling. I can covert the -o from a file to a buffer if needed. Jeremy Levine P: (914)-313-4488 Email: jeremy.lev...@interactivedata.com

Re: use libcurl source files directly rather than link with library

2011-05-18 Thread Jeremy Hughes
building 32/64 bit versions on Mac, but certainly there is docs out there for this already? From an earlier thread: Michael Wood (26/8/10, 16:27) said: On 26 August 2010 16:54, Jeremy Hughes jer...@softpress.com wrote: Hi, I'm trying to build a 32-bit version of Libcurl (as a static library

Building 32-bit Libcurl on Mac OS X 10.6

2010-08-26 Thread Jeremy Hughes
- bundle.crt under 10.5 (this part is easy) and use the keychain under 10.6. Jeremy --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html