Capabilities of the duktape plugin

Hello,

I would like to know the limitations (if any) of the duktape plugin.

My use case involves multiple one to many (<100) streams.

Implementing the logic with a Js plugin is very attractive, given the simple api.

I’m wondering though, if it has any drawbacks compared to employing the features of the videoroom and the streaming plugin?

I’m mainly concerned about performance/video quality/latency.

Are there any capabilities regarding rtp forwarding/simulcasting etc, that is available in the Vroom,stream plugins but not in duktape?

Thank you,
Zoltan

It has basic relay support, so it can probably work like the VideoRoom, but not like a Streaming plugin with helper threads, which is vastly more optimized for broadcasting. I wouldn’t rely on it for one-to-a-lot (for how many I don’t have a number).

It does support simulcast, but not RTP forwarding.