You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/gst-launch-1.0 -v udpsrc port=8004 ! \ # Receives data on port 8004
multiudpsink clients="127.0.0.1:8008,127.0.0.1:8004" \ # Sends to ports 8008 and 8004
> /var/log/gstreamerlogrelay3 2>&1 & # Redirects stdout and stderr to logfile, detaches process