Re: hardware player freezes when returns to menu

Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]>
Newsgroups gmane.comp.multimedia.dvdauthor.user
Organization Geek Central
Message-ID <[email protected]>
On Thu, 08 Dec 2011 05:00:36 +0400, Ilya Murav'jov wrote:

>       <pgc entry="root">
>         <pre>if(g1 != 1) {jump menu 2;}</pre>
>         <vob file="1.Меню 1\MenuSub.mpg"/>
>         <button>g2 = 1; jump title 1;</button>
>         <button>g1 = 2; jump menu entry root;</button>
>       </pgc>
>       <pgc>
>         <pre>if(g1 != 2) {jump menu 1;}</pre>
>         <vob file="2.Меню 2\MenuSub.mpg"/>
>         <post>jump cell 1;</post>
>         <button>jump title 1;</button>
>         <button>jump title 2;</button>
>         <button>jump title 3;</button>
>         <button>jump title 4;</button>
>       </pgc>

I notice there is no specification of what happens when the player gets
to the end of the first menu PGC. For a static menu, it’s common for
the <pgc> or <vob> directive to have a “pause="inf"” attribute.
Otherwise, I think the first PGC finishes playing and falls through to
the second one, where the check for the value of g1 in the <pre> section
causes it to immediately jump back to the first menu. Depending on the
duration of the first menu video, the user might not have time to press
any buttons.

Does this sound like the “freeze” your user is experiencing?

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Dvdauthor-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.