Quote:
Since you're the mpeg2 master, maybe you can shed some light on the mysterious 0x000001B4 start code. I can't find much information about
it other than "sequence error". Where does this come from? Is it inserted
by the receiver or at the broadcast station? It seems more common for
OTA. Right now, I treat it like any other error but was wondering if
there's something special you can do with it (is it followed by any useful
data?).
Since you're the mpeg2 master, maybe you can shed some light on the mysterious 0x000001B4 start code. I can't find much information about
it other than "sequence error". Where does this come from? Is it inserted
by the receiver or at the broadcast station? It seems more common for
OTA. Right now, I treat it like any other error but was wondering if
there's something special you can do with it (is it followed by any useful
data?).
The 0x000001b4 start code is the "sequence_error_code". Here's what
MPEG-2 has to say:
"The use of the start codes is defined in the following syntax description
with the exception of the sequence_error_code. The sequence_error_code
has been allocated for use by a media interface where uncorrectable errors
have been detected."
So I'd say that if it appears in the video stream, it's just a warning that
an upstream error correction scheme (most likely a Reed-Solomon
block code error in a receiver) has found an error. You still have to find the
actual bad bits after the sequence_error_code.
Ron
















