Hi Blake, I've been using a maxSize of 600,000 which hasn't had problems
other than this specific video and I suspect this should be plenty for our
application. I'm testing at the moment using a 4k flv video that has h264
frames that is being read by my own custom ffmpeg file reader. Biggest
frame
> On Jul 14, 2020, at 4:10 AM, Matthew Czarnek wrote:
>
> You are saying I shouldn't be trying to stream frames that are that large,
> but I get a frame that large from iframes that I'm reading from the file.. I
> saw in another post that large frames should be split into small NAL packets.
Just curious, Matthew, what is the resolution of the media you’re streaming?
For my own needs, I’m using an OutPacketBuffer::maxSize Of 40.
That value was arrived after sampling of 1920x1080 streams of the type of video
we process.
I know my OutPacketBuffer::maxSize determination is naive.
You are saying I shouldn't be trying to stream frames that are that large,
but I get a frame that large from iframes that I'm reading from the file..
I saw in another post that large frames should be split into small NAL
packets. Is it possible to split that iframe into pieces using Live555? I
assu