Hi, everyone,
I want to ask questions about doGetNextFrame() in H264VideoStreamFramer.
1. Should I copy "a whole frame data(a sequence of NALs of a frame)"
or "a individual NAL unit" into the fTo address??
You should copy an individual NAL unit.
2. Who to control to call currentNALUnitEnd
Hi, everyone,
I want to ask questions about doGetNextFrame() in H264VideoStreamFramer.
1. Should I copy "a whole frame data(a sequence of NALs of a frame)" or "a
individual NAL unit" into the fTo address??
2. Who to control to call currentNALUnitEndsAccessUnit()? When?
How to detect the NAL