Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. gst-launch-1.0 -e mpegtsmux alignment=7 name="muxer" ! rtpgstpay config-interval=1 ! udpsink host=127.0.0.1 port=5000
  2. v4l2src ! video/x-raw,format=YUY2,framerate=15/1,width=640,height=480 ! videoconvert ! x264enc ! muxer.
  3. videotestsrc ! video/x-raw,framerate=15/1,width=640,height=480 ! x264enc ! muxer.
  4.  
  5. gst-launch-1.0 -m -e udpsrc port=5000 ! application/x-rtp ! rtpgstdepay !
  6. tsparse ! tsdemux name=demux demux.video_0_0041 ! h264parse ! avdec_h264 !
  7. videoconvert ! fpsdisplaysink
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement