Adrian Hoe 贺文耀 wrote: > > This is what I captured: > > Every JPEG frame is separated by a header: > --myboundary > Content-length: 29737 > Content-type: image/jpeg So, it is "multipart" server-push format. There is not parser for multipart server push stream in the AWS client side. But it is easy to write such parser on top or Read_Some routine.