do el: jueves, 28 de enero de 2010 16:23
Para: LIVE555 Streaming Media - development & use
Asunto: Re: [Live-devel] NAL header bits
Im a newbie. Im trying to decode h264 NAL header, I skip 12bytes of the RTP
header
No, you should not be parsing RTP headers at all. Our class
"H264Video
Im a newbie. Im trying to decode h264 NAL header, I skip 12bytes of
the RTP header
No, you should not be parsing RTP headers at all. Our class
"H264VideoRTPSource" already takes care of this - it extracts NAL
units from the incoming RTP stream, and delivers them (one at a time)
to the downst
Hello,
Im a newbie. Im trying to decode h264 NAL header, I skip 12bytes of the RTP
header, but the next byte which I think it should be the NAL header begins
by 0 (forbidden_zero_bit). but I get "7C" ( 1100)
10.. = Version: RFC 1889 Version (2)
0... = Marker: False
..0. ...