Forked from kevinkirkup/2012-09-19_01-11-28-PM_ffmpeg-udp-broadcast-188-byte-packets
Created
August 16, 2020 17:36
-
-
Save dublado/2e44f7b2f17935c900ac2efec0ac79c7 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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