<div>Hi !</div><div>I'm just starting to understand the library, help with advice.</div><div>I get data from the IP CCTV camera on a private video protocol. Data from the camera comes in fragments in real time.</div><div>In the SDK camera, I register a callback function in which I process the data. After processing this data in the buffer, I get a video stream in the x264 format.</div><div>How can I transfer this stream via RTSP now?</div>