Re: [Live-devel] mplayer not playing stream

2012-04-19 Thread Ross Finlayson
> I had tried to neglect the first 4 bytes from the encoded buffer, but it did > not helped, I had adjusted the fFrameSize accordingly. > > Can you please provide me with the pseudo code for handling this. Oh for heaven's sake... In your 'data source' class (i.e., your subclass of "FramedSourc

Re: [Live-devel] mplayer not playing stream

2012-04-18 Thread Ashfaque
: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] mplayer not playing stream I am currently testing Live555 based application on Freescale’s i.MX51 platform, the camera frames are encoded by Hardware encoder (H.264 format). The encoded frames are sent to deliverF

Re: [Live-devel] mplayer not playing stream

2012-04-18 Thread Ross Finlayson
> I am currently testing Live555 based application on Freescale’s i.MX51 > platform, the camera frames are encoded by Hardware encoder (H.264 format). > The encoded frames are sent to deliverFarme without any modifications. After > this I am streaming over UDP. > > With reference is taken fro