+webm-discuss
Sorry for the late reply Hyoung, I've been away from my email for the last week.
Yes, there is a limit on cluster sizes in webm. It is a subset of matroska (you can google the spec if you want).
The quicktime component should automatically generate a new cluster when needed (without any intervention on your part). If it isn't that is a bug in the component. To be honest I haven't tested the QT component a lot with live streaming. A couple things to consider:
- You will want set the vp8 settings to live encoding to make sure that the encoder can keep up. (they aren't by default)
- You might want to make sure the QT encoder is your best tool. If you are using windows consider directshow.
Hope that helps point you the right direction.