java - JMF - big files (2GB) - no 'movi' chunk error -


i have question. try open big avi files (>= 2gb) in jmf player? avi file 2 streams located: video , audio. video stream has no compression, fcchandler = 'dib ' (like uncompressed bmp files). sound data not compressed too. so, file big. 2-3 minutes has size 2 gb.

when try open , play in jmf see error: "

failed configure: com.sun.media.playbackengine@edbca8   bad header in media: no movi chunk  error: unable realize com.sun.media.playbackengine@edbca8 javax.media.cannotrealizeexception     @ javax.media.manager.blockingcall(manager.java:2005)     @ javax.media.manager.createrealizedplayer(manager.java:528)     ... 

".

this file correctly opens video player: media player, quicktime, vlc, etc.

no problem if size approximately 400-500 mb, jmp opens no issues.

anybody try open big avi files (>= 2gb) in jmf player? , may issue known. , may solution exists.

thanks!

p.s. can't use compression , other approaches minimize size of file.

i think know happen. microsoft declared 2gb limitation "video windows" format, implemented in jmf.

i wrote here solve same problem.

workarounds: use opendml avi, use format, make partial avi-files (<= 2 gb each part).

thanks!!!


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -