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

[Live-devel] About RTSP-over-http question

2020-11-03 Thread David_Yang
Dear Sir, While talking about RTSP over HTTP, I think the original idea should be from a proposal for QuickTime: https://opensource.apple.com/source/QuickTimeStreamingServer/QuickTimeStreamingServer-412.42/Documentation/RTSP_Over_HTTP.pdf I wonder if this protocol has been adopted as a standard (c