Skip to content

Instantly share code, notes, and snippets.

@philhartung
Last active January 29, 2023 17:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save philhartung/cee83f28a6bd8dd562743209d2970d98 to your computer and use it in GitHub Desktop.
Save philhartung/cee83f28a6bd8dd562743209d2970d98 to your computer and use it in GitHub Desktop.
Play a AES67 stream
#!/bin/sh
gst-launch-1.0 udpsrc address=239.69.161.58 port=5004 multicast-iface=eth0 !\
application/x-rtp, clock-rate=48000, channels=2 !\
rtpjitterbuffer !\
rtpL24depay !\
audioconvert !\
audioresample !\
autoaudiosink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment