Skip to content

Instantly share code, notes, and snippets.

@jeoliva
Created July 26, 2017 07:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeoliva/b80fb02c461b28b99c1daa89e465f547 to your computer and use it in GitHub Desktop.
Save jeoliva/b80fb02c461b28b99c1daa89e465f547 to your computer and use it in GitHub Desktop.
GStreamer - MpegTS output ready to be pushed to Wowza
./gst-launch-1.0 -e videotestsrc ! video/x-raw,width=640,height=480 ! x264enc bitrate=500 ! h264parse ! mpegtsmux name=mux ! rtpmp2tpay! queue ! udpsink port=10001 host=127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment