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
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
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