Re: [Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Miladin Sajic
Thank you for your answers and suggestions. Regards, Miladin From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Joshua Kordani Sent: 20 June 2014 15:05 To: live-de...@ns.live555.com Subject: Re: [Live-devel] Decoding H264 non-IDR picture On 6/20/14 5:42 AM, Miladin Sajic

Re: [Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Joshua Kordani
On 6/20/14 5:42 AM, Miladin Sajic wrote: Hi, I am trying to implement decoding of H264 NAL units that are received from the camera (using live555 rtsp streaming). Everything works fine if received NAL unit is IDR (see part of the code in PS) but it does not work for SLICE NAL unit (nal_unit_

Re: [Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Ross Finlayson
> I am trying to implement decoding of H264 NAL units that are received from > the camera (using live555 rtsp streaming). Everything works fine if received > NAL unit is IDR (see part of the code in PS) but it does not work for SLICE > NAL unit (nal_unit_type == 1). To decode image this NAL unit

[Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Miladin Sajic
Hi, I am trying to implement decoding of H264 NAL units that are received from the camera (using live555 rtsp streaming). Everything works fine if received NAL unit is IDR (see part of the code in PS) but it does not work for SLICE NAL unit (nal_unit_type == 1). To decode image this NAL unit is