Hello, can I build a streaming service with Ktor?
# ktor
g
Hello, can I build a streaming service with Ktor?
c
Everything is async in ktor so why not?
g
I am starting to look at webRTC or RTMP, not knowing a lot about it yet so I was wondering if something in Ktor was “ready” for those ones. I’ll keep my investigation going!
r
I'd say it's much simpler to take existing media server like Kurento and build only signalling part in Ktor.
g
Thanks Andrew I’ll have a look into Kurento