libcurl (and curl util)+static wolfssl

2017-01-17 Thread Paweł Kopalko
Hi I'm trying to cross build libcurl (for MIPS) with SSL. I've successfully compiled wolfssl, and now I'm trying to build libcurl, but when I try to run curl utility on the target system it tells me that it requires libwolfssl dynamic library. Any hints how to force curl build system to link with

Re: multi interface and RTSP interleved

2016-09-14 Thread Paweł Kopalko
Hi first of all thanks for the interest in this case. I've made some traces : code: http://pastebin.com/sxUhybck easy trace: http://pastebin.com/jNWXFdRQ multi trace: http://pastebin.com/LHDFhzcM Well, in general I'm still stuck I took easy_perform and made some traces there the receive function

multi interface and RTSP interleved

2016-09-13 Thread Paweł Kopalko
Hi, >What libcurl version are you using on what platform? sorry I forgot to state the "what-where-why" ;) I'm using a curl-7.49.1 compiled as static library with a ubuntu 16.04 32bit (for POC, the target system is MIPS), the rtsp server is spook on a webcam, I use interleave since I plan to

multi interface and RTSP interleved

2016-09-12 Thread Paweł Kopalko
Hi, first of all hello to everyone (since this is my first mail here ;) ) I'm using curl with RTSP/RTP streams, until now I've used easy_perform, which worked ok for me, but since I had to move to several threads there are complications, and thus I need to use multi interface since I understand