[Red5] flv blocksize

Joachim Bauch jojo at struktur.de
Sun Jul 23 17:13:34 EDT 2006


Hi Bram,

Bram Biesbrouck schrieb:
> I'm currently hacking my way through the Red5 code to check how everything is 
> tied together, and I have a question regarding the blocksize of the flv 
> screenvideo codec. Does this blocksize need to fit perfectly in the 
> video-dimensions, or can it be that the video is, say, 320x240, and the 
> blocksize is, hypothetically, 15x15 pixels? This would divide the width in 21 
> + 1/3 blocks, and the height in 16 blocks.

the blocksize doesn't need to fit the video image, at the borders you will
have incomplete blocks.  Oh, and the blocksize must be a multiple of 16.

Joachim



More information about the Red5 mailing list