#!/bin/sh

gst-launch-1.0 wasapisrc loopback=true ! audioconvert ! audioresample ! opusenc ! rtpopuspay ! \
    udpsink host=192.168.0.12 port=5000
