moonlight-stream / moonlight-common-c

Core implementation of Nvidia's GameStream protocol
GNU General Public License v3.0
458 stars 167 forks source link

Correct payload-length when parsing RTSP Messages #48

Closed loki-47-6F-64 closed 4 years ago

loki-47-6F-64 commented 4 years ago

RTSP_MESSAGE->payloadLength gives an incorrect value on the length of RTSP_MESSAGE->payload

This should fix it.

cgutman commented 4 years ago

Nice catch!