Skip to content

Commit

Permalink
common: stapa idr is techcnically valid, seen on tapo
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jan 5, 2025
1 parent c81c55c commit 892b978
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/homekit/src/types/camera/h264-packetizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,10 @@ export class H264Repacketizer {
// after the codec information. so codec information can be changed between
// idr and non-idr? maybe it is not applied until next idr?
}
else if (nalType === NAL_TYPE_IDR) {
// this is uncommon but has been seen on tapo.
// i have no clue how they can fit an idr frame into a single packet stapa.
}
else if (nalType === 0) {
// nal delimiter or something. usually empty.
}
Expand Down

0 comments on commit 892b978

Please sign in to comment.