miguelangel-nubla / videoP2Proxy

Proxy to enable P2P only cameras to work with standard protocols.
MIT License
164 stars 44 forks source link

Increase OutPacketBuffer::maxSize above 100000 to avoid dropped packets #1

Open JamesMcCarthy79 opened 5 years ago

JamesMcCarthy79 commented 5 years ago

I am finding that I'm getting drops in the lower half of the image. Is it possible to have it increased to 200000 or have it as a configurable option?

miguelangel-nubla commented 5 years ago

https://github.com/miguelangel-nubla/videoP2Proxy/blob/34bfa47e9ed6061f72748ddc30945bc6f700e8dc/rtsp.cxx#L47

You can modify it there but it should be enough already. Sounds like a bug elsewhere. What camera model are you using?

JamesMcCarthy79 commented 5 years ago

I am using lumi.camera.aq1 and am getting consistent packet drop errors.