xingshuangs / iot-communication

Now, it is a tool for iot communication, it includes Siemens S7 protocol, Modbus protocol, MITSUBISHI MELSEC (MC) Protocol, RTSP / RTCP / RTP / H264 / MP4(FMP4) protocol, Parse byte array data.
MIT License
171 stars 57 forks source link

rtsp存在个别head字段名大小写不同问题 #24

Open scrollsyou opened 1 month ago

scrollsyou commented 1 month ago

使用过程中,遇过个别头信息返回的大小写不同,导致无法拉流的现象。

xingshuangs commented 1 month ago

最好将通信过程中的报文发出来,可以采用下图的方式 image

scrollsyou commented 1 month ago

抱歉调试完过段时间了,我当时是重写了你取值的类,把 map 包一层忽略大小写。粗暴的临时解决我遇到的问题。当时 debug 出来是 Content-Length 跟 Content -length 可能对方不太规范 l 用了小写的,当时库用不了。