<div dir="ltr">As far back as 6 years ago I see that Live555 supports rtsp-over-http<div><br></div><div>To quote Ross </div><div>"The protocol tunnels RTSP over HTTP, but RTP (and RTCP) packets</div>are also tunneled over the RTSP channel.  So, strictly speaking, it's<br>(RTP/RTCP-over-RTSP)-over-HTTP."<div><br></div><div>But when I wireshark I see the Receiver Reports being sent over the GET connection not the POST. </div><div><br></div><div>Stepping thru code I see RTPInterface::sendDataOverTCP() is called and nowhere in that call stack do I see the base64 encoding of or reference to the POST socket. </div><div><br></div><div>Is there something in my setup that has broken this?  </div><div><br></div><div>Talking to one device, RTPInterface::sendDataOverTCP() ends up on the blocking send and even with the timeout, is stuck there. Wireshark at that time show duplicate ack's and 0 window every 10 seconds which is keeping the connection alive.</div><div><br></div><div><br></div></div>