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 _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
