Re: [Live-devel] About fixing RTSP-over-HTTP with correct HTTP protocol version

2020-11-05 Thread Ross Finlayson
> On Nov 6, 2020, at 2:36 AM, david_y...@alphanetworks.com wrote: > > Dear Ross, > The easier way is to modify "HTTP/1.1" with "HTTP/1.0". I have just released version 2020.11.05 of the "LIVE555 Streaming Media" code that makes this change. Ross Finlayson Live Networks, Inc. http://www.live5

Re: [Live-devel] About fixing RTSP-over-HTTP with correct HTTP protocol version

2020-11-05 Thread David_Yang
Dear Ross, The easier way is to modify "HTTP/1.1" with "HTTP/1.0". Or, you may need to implement "chunk transfer encoding" in both client and server. Here is my patch. (same as the attached) diff -Naru live/liveMedia/RTSPClient.cpp live-patch/liveMedia/RTSPClient.cpp --- live/liveMedia/RTSPClient