Re: [Live-devel] Frame Buffer

2013-10-30 Thread Ross Finlayson
> So my concern and my question was more about recieving/sending frames than > recieving/sending packets, so that I was asking if inside livemedia there is > any buffer that stores packets, sorts them and compile them in frames. Sort of. First, our RTP reception code automatically ensures that

Re: [Live-devel] Frame Buffer

2013-10-30 Thread David Cassany Viladomat
Thanks Ross, I will have a look at VLC as you suggest. Sorry if I was not clear enough, in my app (written in plain C) we work at frame level (compressed or not, we already wrapped libavcodec, so we work at AVFrame level rather than at NAL Unit level for h264) in order to transform the image and r

Re: [Live-devel] Frame Buffer

2013-10-29 Thread Ross Finlayson
> I may ask a very simple question, but I couldn't manage to figure it out by > my self as I don't know livemedia library arch deeply. I was wondering if > there is any kind of frame buffer implementation or this is out of livemedia > scope. > > I am thinking of moving my code to livemedia555 f

[Live-devel] Frame Buffer

2013-10-29 Thread David Cassany Viladomat
Hi all, I may ask a very simple question, but I couldn't manage to figure it out by my self as I don't know livemedia library arch deeply. I was wondering if there is any kind of frame buffer implementation or this is out of livemedia scope. I am thinking of moving my code to livemedia555 for an