I am trying to write a DVB-T TS decoder.
The PAT parses OK.
The PMT shows some weird things.
The least 8 bits of the PID's of the ES's are OK but the upper 4 bits do seem to change per PMT I parse.
So
once I see (PID in hex)
PMT with pid = 20
PCR pid = 1022
ES[ 0] type = 2, ES[ 0] pid = 1022
ES[ 1] type = 4, ES[ 1] pid = 1023
and then I see
PMT with pid = 20
PCR pid = 1a32
ES[ 0] type = 2, ES[ 0] pid = 1a32
ES[ 1] type = 4, ES[ 1] pid = 1a33
And then I see (what it should be)
PMT with pid = 20
PCR pid = 1522
ES[ 0] type = 2, ES[ 0] pid = 1522
ES[ 1] type = 4, ES[ 1] pid = 1523
ES[ 2] type = 129, ES[ 2] pid = 1530
They all have the current bit set so its not the "next" PMT
Any clues?
+ Reply to Thread
Results 1 to 2 of 2
-
-
More info please.
Which card and which software you use?
Similar Threads
-
DVB-S/DVB-S2 Satellite Receiver with direct HD,SD/SDI output not HDMI
By rahemeen in forum DVB / IPTVReplies: 1Last Post: 19th May 2011, 05:38 -
Simple question about group files decoding
By SteveDM in forum ffmpegX general discussionReplies: 3Last Post: 25th Aug 2010, 05:58 -
Decoding MPEG-4 HE-AAc v2 audio in Stereo from DVB-T Broadcast
By tolinn in forum DVB / IPTVReplies: 0Last Post: 10th May 2010, 11:49 -
Subsampled Chroma decoding(display) question
By Movie-Maker in forum Newbie / General discussionsReplies: 4Last Post: 27th Aug 2008, 10:31 -
Captured dvb-s dvb-t mpeg video to DVD
By tonut in forum Authoring (DVD)Replies: 6Last Post: 7th Sep 2007, 07:02