ivanova
21st February 2007, 13:39
Using the 'Kill PGC playback' macro to go from this:********** pre commands:
[51 00 00 80 00 00 00 00] 1 (SetSTN) Set Audio stream = 0
********** post commands:
[30 08 00 14 01 C0 00 00] 1 (CallSS) Call the VMGM PGC 20, resume cell 1
********** cell commands:
[20 01 00 00 00 00 04 0D] 1 LinkTailPGC, button 1 (1024)
to this:
********** pre commands:
[51 00 00 80 00 00 00 00] 1 (SetSTN) Set Audio stream = 0
[00 00 00 00 00 00 00 00] 2 NOP
[20 01 00 00 00 00 04 00] 3 LinkNoLink, button 1 (1024)
[00 00 00 00 00 00 00 00] 4 NOP
[30 08 00 14 01 C0 00 00] 5 (CallSS) Call the VMGM PGC 20, resume cell 1
********** post commands:
[30 08 00 14 01 C0 00 00] 1 (CallSS) Call the VMGM PGC 20, resume cell 1
********** cell commands:
[20 01 00 00 00 00 04 0D] 1 LinkTailPGC, button 1 (1024)
Playing with xine gives me an error:
Error reading NAV packet
Replacing the LinkNoLink with the original LinkTailPGC command gives no error.
[51 00 00 80 00 00 00 00] 1 (SetSTN) Set Audio stream = 0
********** post commands:
[30 08 00 14 01 C0 00 00] 1 (CallSS) Call the VMGM PGC 20, resume cell 1
********** cell commands:
[20 01 00 00 00 00 04 0D] 1 LinkTailPGC, button 1 (1024)
to this:
********** pre commands:
[51 00 00 80 00 00 00 00] 1 (SetSTN) Set Audio stream = 0
[00 00 00 00 00 00 00 00] 2 NOP
[20 01 00 00 00 00 04 00] 3 LinkNoLink, button 1 (1024)
[00 00 00 00 00 00 00 00] 4 NOP
[30 08 00 14 01 C0 00 00] 5 (CallSS) Call the VMGM PGC 20, resume cell 1
********** post commands:
[30 08 00 14 01 C0 00 00] 1 (CallSS) Call the VMGM PGC 20, resume cell 1
********** cell commands:
[20 01 00 00 00 00 04 0D] 1 LinkTailPGC, button 1 (1024)
Playing with xine gives me an error:
Error reading NAV packet
Replacing the LinkNoLink with the original LinkTailPGC command gives no error.