In MPEG-TS
stream, in PES bitstream PES_packet_length
can be 0 then PES packet size
is determined by payload_unit_start_indicator==1
of TS packet (First TS packet of next PES packet), is this right ?
Now when total size of PES packet is known PES_packet_length
is unknown (0) how to calculate stuffing_byte
count and PES_packet_data_byte count
?