Hello.<div><br></div><div>I'm using libav for decoding h264 in my iOS application. This application also uses Live555 for RTSP stuff.</div><div><br></div><div>I use following link for testing: <em style="font-style:normal;font-family:arial,sans-serif;line-height:16px;background-color:rgb(255,255,255)">rtsp</em><span style="color:rgb(34,34,34);font-family:arial,sans-serif;line-height:16px;background-color:rgb(255,255,255)">://</span><em style="font-style:normal;font-family:arial,sans-serif;line-height:16px;background-color:rgb(255,255,255)">184.72</em><span style="color:rgb(34,34,34);font-family:arial,sans-serif;line-height:16px;background-color:rgb(255,255,255)">.239.149/vod/mp4:BigBuckBunny_175k.mov</span></div>
<div><br></div><div>When I get data from Live555 MediaSink I add 3 bytes (0x00 0x00 0x01) at the beginning and trying to decode it with libav.</div><div>I got following errors:</div><div><br></div><div><div>2012-08-19 10:21:55.008 RTPlayer[333:12f03] Unknown NAL code: 28 (2350 bits)</div>
<div>2012-08-19 10:21:55.010 RTPlayer[333:12f03] no frame!</div><div>2012-08-19 10:21:55.108 RTPlayer[333:12f03] non-existing PPS 0 referenced</div><div>2012-08-19 10:21:55.109 RTPlayer[333:12f03] decode_slice_header error</div>
<div>2012-08-19 10:21:55.110 RTPlayer[333:12f03] no frame!</div><div>2012-08-19 10:21:55.110 RTPlayer[333:12f03] non-existing PPS 0 referenced</div><div>2012-08-19 10:21:55.111 RTPlayer[333:12f03] decode_slice_header error</div>
<div>2012-08-19 10:21:55.112 RTPlayer[333:12f03] no frame!</div><div><br></div><div>...</div><div><br></div><div>2012-08-19 10:21:56.572 RTPlayer[333:12f03] non-existing PPS 0 referenced</div><div>2012-08-19 10:21:56.572 RTPlayer[333:12f03] decode_slice_header error</div>
<div>2012-08-19 10:21:56.573 RTPlayer[333:12f03] Unknown NAL code: 29 (191 bits)</div><div>2012-08-19 10:21:56.574 RTPlayer[333:12f03] no frame!</div><div>2012-08-19 10:21:56.672 RTPlayer[333:12f03] non-existing PPS 0 referenced</div>
<div>2012-08-19 10:21:56.673 RTPlayer[333:12f03] decode_slice_header error</div><div>2012-08-19 10:21:56.674 RTPlayer[333:12f03] no frame!</div><div>2012-08-19 10:21:56.675 RTPlayer[333:12f03] non-existing PPS 0 referenced</div>
<div>2012-08-19 10:21:56.676 RTPlayer[333:12f03] decode_slice_header error</div><div>2012-08-19 10:21:56.677 RTPlayer[333:12f03] Partitioned H.264 support is incomplete</div><div>2012-08-19 10:21:56.678 RTPlayer[333:12f03] non-existing PPS 0 referenced</div>
<div>2012-08-19 10:21:56.679 RTPlayer[333:12f03] decode_slice_header error</div><div>2012-08-19 10:21:56.679 RTPlayer[333:12f03] no frame!</div><div><br></div></div><div>And so on.</div><div><br></div><div>Could somebody help me with this?</div>
<div><br></div><div>Thank you</div>