mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #250, parse pes packet ok, ts message ok.
This commit is contained in:
parent
486277089d
commit
1685cdd48e
6 changed files with 740 additions and 25 deletions
|
@ -1539,7 +1539,8 @@ int TSPayloadPES::demux(TSContext* ctx, TSPacket* pkt, u_int8_t* start, u_int8_t
|
|||
// for (i = 0; i < PES_packet_length; i++) {
|
||||
// PES_packet_data_byte
|
||||
// }
|
||||
} else if (stream_id != PES_padding_stream) {
|
||||
// TODO: FIXME: implements it.
|
||||
} else if (stream_id == PES_padding_stream) {
|
||||
// for (i = 0; i < PES_packet_length; i++) {
|
||||
// padding_byte
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue