Advertisement
nick-ma-tx

Untitled

Feb 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. gst-launch-1.0 udpsrc port=52110 ! application/x-rtp ! rtpjitterbuffer ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! fpsdisplaysink sync=false
  2.  
  3. Setting pipeline to PAUSED ...
  4. Inside NvxLiteH264DecoderLowLatencyInitNvxLiteH264DecoderLowLatencyInit set DPB and MjstreamingInside NvxLiteH264DecoderLowLatencyInitNvxLiteH264DecoderLowLatencyInit set DPB and MjstreamingPipeline is live and does not need PREROLL ...
  5. Setting pipeline to PLAYING ...
  6. New clock: GstSystemClock
  7. Redistribute latency...
  8. Redistribute latency...
  9. Caught SIGSEGV
  10.  
  11.  
  12. gst-launch-1.0 -vvv v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=720,framerate=72/1 ! x264enc speed-preset=superfast tune=zerolatency ! rtph264pay mtu=1400 pt=96 ! udpsink port=52110 host=127.0.0.1 sync=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement