Pixel Streaming RTMP instead of WebRTC protocol

Hi,

I am working on specific project and I wanted to know if we can customize Pixel Streaming to broadcast to an RTMP endpoint instead of a WebRTC one ?
I just need the video without controls and the service that I use (AWS IVS) only use RTMP protocol.

Regards,

Pixelstreaming is relying on low latency to have the ability to make the controls work in realtime. So rtmps is not of any interest.
So this is in no way prepared for your usage as WebRTC also implements the whole encoding.
You will have toi implement from scratch encoding of video and audio and the RTMPS protocol yourself, only using the same source of rendered video buffer as pixelstreaming…
And I would bet on tis works over render targets and direct access of the video memory.