Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kevinkirkup/3750849 to your computer and use it in GitHub Desktop.
Save kevinkirkup/3750849 to your computer and use it in GitHub Desktop.
To stream in mpegts format over UDP using 188 sized UDP packets, using a large input buffer
ffmpeg -re -i <input> -f mpegts udp://<hostname>:<port>?pkt_size=188&buffer_size=65535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment