[FFmpeg-user] How to set FIFO value

Vasanth M.Vasanth vasanth3g at gmail.com
Mon Dec 17 14:22:13 EET 2018


Hi ,

yes  .Getting below image like this

Buffer size = 50000000

thanks & regards
Vasanth

On Sun, Dec 16, 2018 at 2:03 AM Moritz Barsnick <barsnick at gmx.net> wrote:

> On Sun, Dec 16, 2018 at 00:38:50 +0530, Vasanth M.Vasanth wrote:
> > How to set exact FIFO value for live streaming?
> >
> > Current value fifo_size=25000000
>
> Assuming you mean the fifo_size parameter for the udp protocol:
>
> https://ffmpeg.org/ffmpeg-protocols.html#udp
>
>   "udp://hostname:port[?options]
>
>    options contains a list of &-separated options of the form key=val."
>
> So
> $ ffmpeg -i input -f mpegts udp://hostname:port?fifo_size=25000000
>
> The default value is listed below in the documentation as 7*4096 = 28672
> packets of size 188 (= 5390336 bytes).
>
> > Is this correct?
>
> You weren't precise enough about what you are trying to do and what
> your issue is.
>
> Moritz
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pixel.png
Type: image/png
Size: 581818 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20181217/b8d057df/attachment.png>


More information about the ffmpeg-user mailing list