Skip to content

Instantly share code, notes, and snippets.

@philhartung
Last active July 9, 2020 12:30
Show Gist options
  • Save philhartung/b4b1f50caea1f82cd4836945d8636349 to your computer and use it in GitHub Desktop.
Save philhartung/b4b1f50caea1f82cd4836945d8636349 to your computer and use it in GitHub Desktop.
Relay AES67 RTP Stream. SDP/SAP is not implement here.
#!/bin/sh
gst-launch-1.0 udpsrc address=239.69.161.58 port=5004 multicast-iface=eth0 !\
udpsink host=239.69.0.119 port=5004 qos=true qos-dscp=34 multicast-iface=eth1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment