#!/bin/sh
if test "$1" = "" ; then
  echo "usage: $0 <mux_mtu_threshold>"
  exit 1
fi

sems-stats -c "set_rtp_mux_mtu_threshold $1"
