• Martin Storsjö's avatar
    rtmp: Make the input FLV parser handle data cut at any point · b14629e5
    Martin Storsjö authored
    This makes the RTMP writing code able to handle FLV data
    fed in arbitrarily small or large chunks, with multiple
    consecutive packets in one write call, or having the FLV
    packet header split over numerous write calls.
    
    When used in conjunction with the flv muxer, the AVIO buffer
    size still needs to be large enough to fit the initial metadata
    packet though, since the size of that packet is written with a
    seekback.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    b14629e5
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
RELEASE Loading commit data...
avconv.c Loading commit data...
avplay.c Loading commit data...
avprobe.c Loading commit data...
avserver.c Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...