So.. Is there any lib for playing MKV (matroska) in flash (AS3, MXML) OpenSource or KindOf opensource? (In my MKV I have Theora video H264 video... If library supports only 1 type of video codec Ill live with that=))
|
feedback
|
|
You can only play videos in Flash that the player natively supports. If you write or convert an actual video codec in ActionScript (or even use the C to Flash bytecode compiler) the performance will not be good enough to get acceptable video quality. For internal purposes we implemented a Motion JPEG display within ActionScript and even though all that did was modify the headers a bit and display a series of jpeg files using mostly native code, the effective framerate was poor. Flash player natively supports a few formats
Mostly everyone uses H264 which is the most recently added. | |||||
feedback
|
|
Check this out : http://coalguys.com/jesusCorner/MKVP.html | |||
|
feedback
|