System

Set the GStreamer debug level filter at runtime

put/api/gst-log-level

Request body

filterstring required

The new GST_DEBUG filter string (e.g. "*:2,webrtcbin:5")

Response

GStreamer debug level updated

currentstring required

The currently active GST_DEBUG filter string (e.g. "*:2,webrtcbin:5")

defaultstring required

The default GST_DEBUG filter the server started with

Changes