Skip to content

Instantly share code, notes, and snippets.

@philhartung
Last active July 9, 2020 12:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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