Re: [FFmpeg-devel] h264 decoding question

2018-09-24 Thread Jimmy Bhaktha
Sorry about that - thanks I will follow up on that mailing list. -- Jimmy On Mon, Sep 24, 2018 at 11:46 AM Lou Logan wrote: > On Mon, Sep 24, 2018, at 8:43 AM, Jimmy Bhaktha wrote: > > Hi > > > > I am working on an application based on FFMPEG version 3.4.2 where the > RTSP > > packets from the

Re: [FFmpeg-devel] h264 decoding question

2018-09-24 Thread Lou Logan
On Mon, Sep 24, 2018, at 8:43 AM, Jimmy Bhaktha wrote: > Hi > > I am working on an application based on FFMPEG version 3.4.2 where the RTSP > packets from the camera are captured and store using python. The decoder > application is run later. The application receives a byte array which is > the

[FFmpeg-devel] h264 decoding question

2018-09-24 Thread Jimmy Bhaktha
Hi I am working on an application based on FFMPEG version 3.4.2 where the RTSP packets from the camera are captured and store using python. The decoder application is run later. The application receives a byte array which is the actual packet. The goal is to decode the received packet and conver