Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. gst-launch-1.0 dtlssrtpenc connection-id=blue is-client=false .src ! \
  4. udpsink host=192.168.1.251 port=5002 \
  5. udpsrc port=5000 ! .sink dtlssrtpdec connection-id=blue .rtp_src ! fakesink async=false \
  6. tee name=t \
  7. t. ! queue ! rtph264depay ! avdec_h264 ! autovideosink \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement