Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $ gst-launch audiotestsrc ! audioconvert ! alawenc! rtppcmapay ! udpsink host=12.0.0.1 port=40446
  2. Setting pipeline to PAUSED ...
  3. Pipeline is PREROLLING ...
  4. Pipeline is PREROLLED ...
  5. Setting pipeline to PLAYING ...
  6. New clock: GstSystemClock
  7.  
  8.  
  9. $ gst-launch udpsrc port=40446 caps="application/x-rtp, media=(string)audio, clock-rate=(int)8000, encoding-name=(string)PCMA, payload=(int)8, ssrc=(uint)4241189596, clock-base=(uint)1558725143, seqnum-base=(uint)1749" ! rtppcmadepay ! alawdec ! audioconvert ! fakesink
  10. Setting pipeline to PAUSED ...
  11. Pipeline is live and does not need PREROLL ...
  12. Setting pipeline to PLAYING ...
  13. New clock: GstSystemClock
Add Comment
Please, Sign In to add comment