tuxmartin

gstreamer + vlc SDP file

Jul 31st, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $ gst-launch-1.0 -v -e v4l2src device=/dev/video0 ! x264enc tune=zerolatency ! rtph264pay ! udpsink host=127.0.0.1 port=5000
  2.  
  3. There must be "tune=zerolatency"!
  4.  
  5.  
  6.  
  7. $ vlc test.sdp
  8.  
  9.  
  10. test.sdp:
  11.  
  12. c=IN IP4 127.0.0.1
  13. m=video 5000 RTP/AVP 96
  14. a=rtpmap:96 H264/90000
Add Comment
Please, Sign In to add comment