Sorry last mail isn't complete, this is the real one.<br>Hi someone can help me. I transmit H.264/AVC with MPEG2-TS and I want analyze it.<br>I saw the standard H.264/AVC and the
specification MPEG2-TS for H.264/AVC (also Series H - Audiovisual and
multimedia systems). And as I could see the PATs (Program Association
Table) syntax is:<br clear="all">".................<br>
for(i=0;i<N;i++){<br>
program_number<br>
reserved<br>
if(program_number == '0') {<br>
network_PID<br>
}<br>
else {<br>
program_mao_PID<br>
}<br>}<br> CRC_32<br>}"<br><br>but when I analyze the video with wireshark and I saw that don't have a association with program_number and the PIDs, because as a syntax said it's suppose to have something like this: "program_number network_PID program_number program_map_PID program_number program_map_PID....".
<br>What I saw is "program_number network_PID program_map_PID"!<br><br>By the way I have another question, the frames I, P or B are only identified in Elementary Stream?<br><br>If someone can help me I appreciate
<br><br><br clear="all"><br>-- <br>Bruno Guedes