> 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
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
> 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
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