🙃 As far as I can tell, there's next to no documentation on RTSP/RTMP for Netty; the module exists, and that's it. Assuming your RTMP stream is wrapped by RTSP, you can use the netty rtsp module to deserialize the RTSP message into "http" messages and perform your header inspection there. After that's done, you just need to treat the rest of the stream as TCP and UDP, and forward the packets accordingly.