#1 Burning Software

It is currently Fri Apr 26, 2024 5:11 pm

All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: JStarBurn: DVD video doesn't play on XBox
PostPosted: Thu Mar 06, 2008 7:59 am 
Offline

Joined: Thu Mar 06, 2008 7:39 am
Posts: 1
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();


Top
 Profile  
 
 Post subject: Re: JStarBurn: DVD video doesn't play on XBox
PostPosted: Thu Mar 06, 2008 9:07 am 
Offline

Joined: Fri Jan 26, 2007 4:31 pm
Posts: 452
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 06, 2008 6:04 pm 
Offline

Joined: Wed Mar 05, 2008 2:09 pm
Posts: 5
I am also trying to burn dvd's using JStarBurner and authored VIDEO_TS and AUDIO_TS folders... it appears that the dvd's that are burned are not "padded", and therefore not playable in quite a few standard home theatre type players, although most computers seem to have no trouble with this.

Is this issue (no padding) related to the OP's issue? Is there an estimated time of completion for this feature?

Thanks!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 06, 2008 6:20 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
You need to burn in single session mode. Padding is applied automatically. For multisession mode padding is not applied (of course). Check your code, it's not StarBurn issue rather what you're doing with it.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 06, 2008 7:02 pm 
Offline

Joined: Wed Mar 05, 2008 2:09 pm
Posts: 5
Yes, that fixed the padding issue.
Thank you very much.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 06, 2008 7:25 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Good. You may also control manual padding feature with the StarBurn_Set(Get)DVDPadding(...) API calls.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 33 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group