When I use vcdxbuild to build VCD 2.0, I get a a warning stating that "++ WARN: sequence 'seq-disc1' is not reachable by PBC".

After vcdxbuild used XML description to make my bin file, i can play the video using DAEMON & PowerDVD 4.0 XP. PowerDVD plays the video finds - all chaptering works pretty well.

However, when I burn the bin to a CD-R using CDRWIN - the video won't play on my friend's DVD player. The DVD player seems to not able to detect/recognise the CD-R (no video)
What can be the possible reasons?

I attempted to creat menus and chapters but I not sure if I succeeded.

Here's my XML file - (Please tell me if there's any error or unnecessary repition cause this is the first time I write this):

<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Quote:</font><HR size=1 color=black></TD></TR><TR><TD><FONT SIZE=-1><BLOCKQUOTE>
<?xml version="1.0"?>
<!DOCTYPE videocd PUBLIC "-//GNU//DTD VideoCD//EN" "http://www.gnu.org/software/vcdimager/videocd.dtd">

<videocd xmlns="http://www.gnu.org/software/vcdimager/1.0/" class="vcd" version="2.0">

<info>
<album-id>DISC1</album-id>
<volume-count>2</volume-count>
<volume-number>1</volume-number>
<restriction>0</restriction>
</info>

<pvd>
<volume-id>ASIA34DISC1</volume-id>
<system-id>CD-RTOS CD-BRIDGE</system-id>
<application-id>CDI/CDI_VCD.APP;1</application-id>
<preparer-id/>
<publisher-id>TESTER</publisher-id>
</pvd>

<filesystem>
<folder>
<name>CDI</name>
<file src="cdi_imag.rtf" format="mixed">
<name>CDI_IMAG.RTF</name>
</file>
<file src="cdi_text.fnt">
<name>CDI_TEXT.FNT</name>
</file>
<file src="cdi_vcd.app">
<name>CDI_VCD.APP</name>
</file>
</folder>
</filesystem>

<segment-items>
<segment-item src="asiamenu.mpg" id="segment-asiamenu"/>
</segment-items>

<sequence-items>
<sequence-item src="disc1.mpg" id="sequence-disc1">
<entry id="song01">0</entry>
<entry id="song02">238</entry>
<entry id="song03">611</entry>
<entry id="song04">862</entry>
<entry id="song05">1100</entry>
<entry id="song06">1400</entry>
<entry id="song07">1644</entry>
<entry id="song08">1897</entry>
<entry id="song09">2116</entry>
<entry id="song10">2341</entry>
</sequence-item>
</sequence-items>

<pbc>
<selection id="selection-asiamenu">
<bsn>1</bsn>
<next ref="selection-song01"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song01"/>
<wait>15</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="segment-asiamenu"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song01">
<next ref="selection-song02"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song02"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song01"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song02">
<prev ref="selection-song01"/>
<next ref="selection-song03"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song03"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song02"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song03">
<prev ref="selection-song02"/>
<next ref="selection-song04"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song04"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song03"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song04">
<prev ref="selection-song03"/>
<next ref="selection-song05"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song05"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song04"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song05">
<prev ref="selection-song04"/>
<next ref="selection-song06"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song06"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song05"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song06">
<prev ref="selection-song05"/>
<next ref="selection-song07"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song07"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song06"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song07">
<prev ref="selection-song06"/>
<next ref="selection-song08"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song08"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song07"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song08">
<prev ref="selection-song07"/>
<next ref="selection-song09"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song09"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song08"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song09">
<prev ref="selection-song08"/>
<next ref="selection-song10"/>
<return ref="selection-asiamenu"/>
<timeout ref="selection-song10"/>
<wait>1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song09"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

<selection id="selection-song10">
<prev ref="selection-song09"/>
<return ref="selection-asiamenu"/>
<wait>-1</wait>
<loop jump-timing="immediate">1</loop>
<play-item ref="song10"/>
<select ref="selection-song01"/>
<select ref="selection-song02"/>
<select ref="selection-song03"/>
<select ref="selection-song04"/>
<select ref="selection-song05"/>
<select ref="selection-song06"/>
<select ref="selection-song07"/>
<select ref="selection-song08"/>
<select ref="selection-song09"/>
<select ref="selection-song10"/>
</selection>

</pbc>
</videocd>
</BLOCKQUOTE></FONT></TD></TR><TR><TD><HR size=1 color=black></TD></TR></TABLE>

<font size=-1>[ This Message was edited by: poorquoi on 2002-01-05 23:59:20 ]</font>