vikpr wrote:
We're using StarBurn SDK 7.2.20 Build 20070220 in our Java DVD video burning application. The client complains that burned DVD doesn't play in Mac or in XBox (it plays in certain DVD players, though). Does this mean that we're doing something wrong while burning or there is something missing in JStarBurn? Here is the code that does the burning:
Code:
// burner is an instance of JStarBurnBurnerGrabber
// dvdFilesPath points to VIDEO_TS dir
burner.addFile(dvdFilesPath);
burner.setNextSessionAllowed(false);
burner.setVerifyNeeded(true);
burner.lock();
burner.burnFileTree();
burner.release();
Yes, its known problem, we work on this, in nearest time it's will be fixed.
P.S.
Please write problems with StarBurn SDK to StarBurn SDK forum
https://www.rocketdivision.com/forum/viewforum.php?f=3 ,
but not to StarBurn forum its forum of StarBurn CD/DVD/Blu-Ray/HD-DVD burning and mastering application.