The said NAL unit's format indicates a NAL unit stream or byte stream?
Or both is ok?
If our NAL unit is byte stream format, should I extract NAL unit from the byte
stream?
Thank you very much.___
live-devel mailing list
live-devel@lists.live555.com
h
Do you know the maximum size of a NAL unit?
Sorry, no.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Hi, Ross,
Thank you for answering.
Do you know the maximum size of a NAL unit?
In doGetNextFrame(), is it possible that size of a NAL unit exceed and to be
fragmented?
Thanks!___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live5
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