Hi, I’m looking into redirecting a RTMP publish st...
# ktor
j
Hi, I’m looking into redirecting a RTMP publish stream through my backend to another streaming server. This streaming server is only accessible via my backend. I see that with Netty as my server engine I can handle RTSP streams, but I cannot seem to find any ‘recent’ resources on this with RTMP. In short: RTMP publish stream to an endpoint on my backend -> do some operations in my backend -> forward this RTMP publish stream towards my streaming server. Any answer towards the right direction is appreciated!