Last active
July 9, 2020 12:30
-
-
Save philhartung/b4b1f50caea1f82cd4836945d8636349 to your computer and use it in GitHub Desktop.
Relay AES67 RTP Stream. SDP/SAP is not implement here.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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