Re: [Live-devel] RTSPClient does not accept folded headers

2008-11-15 Thread Paul Clark
Ross Finlayson wrote: This caught me by surprise, because I had never heard of anyone (RTSP client or RTSP server) sending headers like this - it's very unusual. I'll take a look at supporting such headers; however - if you have any control over the programming of the server that you use - I s

Re: [Live-devel] RTSPClient does not accept folded headers

2008-11-15 Thread Ross Finlayson
Paul, This caught me by surprise, because I had never heard of anyone (RTSP client or RTSP server) sending headers like this - it's very unusual. I'll take a look at supporting such headers; however - if you have any control over the programming of the server that you use - I suggest that yo

[Live-devel] RTSPClient does not accept folded headers

2008-11-14 Thread Paul Clark
Hi, It seems that the RTSPClient doesn't accept folded headers from the server, at least for OPTIONS responses and possibly other requests as well. The relevant code is around RTSPClient.cpp:586: // Look for a "Public:" header (which will contain our result str): char* lineStart; wh