Is it possible to set dscp values for videoroom and audiobridge separately? or only global value possible?
@lorenzo or is it any way to configure dscp for audio and video separately?
Plugins don’t see WebRTC traffic so they can’t set DSCP.
libnice only provides a way to set DSCP per socket, and audio/video/data all share the same one, so no, you can’t set different values per media type.
but maybe possible to set dscp values for separate plugins?
No, DSCP is currently global for all handles from what’s set in janus.jcfg
.