Skip to content

Instantly share code, notes, and snippets.

@philhartung
Created April 2, 2020 18:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philhartung/a1be48673fe0be28466d55860af4ee52 to your computer and use it in GitHub Desktop.
Save philhartung/a1be48673fe0be28466d55860af4ee52 to your computer and use it in GitHub Desktop.
#!/bin/sh
gst-launch-1.0 audiotestsrc freq=880 !\
audioconvert !\
audio/x-raw, format=S24BE, channels=2, rate=48000 !\
rtpL24pay !\
application/x-rtp, clock-rate=48000, channels=2 !\
udpsink host=239.69.0.119 port=5004 qos=true qos-dscp=34 multicast-iface=en5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment