Re: [Live-devel] Write completed Nal / frame to sink when a new begins

2011-12-07 Thread Alberto Alvarez
ck box', and tell us what you want *your* application code to do? I.e., assuming, for now at least, that you cannot modify the existing code (because you will get no support from me if you do), what problem do you have - or think you have - with it? Ross Finlayson Live Networks, Inc.http://www.live5

[Live-devel] Write completed Nal / frame to sink when a new begins

2011-12-07 Thread Alberto Alvarez
Hi all, I have been messing around with doGetNextFrame1() code in MultiFramedRTPSource AFAIK, currently this function sends to its sink the completed frame whenever the "currenPacketCompletesFrames" is flagged, which makes perfect sense. However, i would like to be able to send it to the sink onc

Re: [Live-devel] Passing H.264 RTP stream to hardware decode

2011-11-29 Thread Alberto Alvarez
> > > Date: Tue, 29 Nov 2011 20:30:36 + > From: Jeff Shanab > To: LIVE555 Streaming Media - development & use > > Subject: Re: [Live-devel] Passing H.264 RTP stream to hardware decode > Message-ID: >< > 615fd77639372542bf647f5ebaa2dbc20b18e...@il-bol-exch01.smartwire.com> > Con

Re: [Live-devel] Passing H.264 RTP stream to hardware decode

2011-11-29 Thread Alberto Alvarez
Sorry for the bad subject! > > Date: Tue, 29 Nov 2011 10:08:32 -0800 > From: Ross Finlayson > To: LIVE555 Streaming Media - development & use > > Subject: Re: [Live-devel] Passing H.264 RTP stream to hardware decode > Message-ID: <6634fb8c-1025-47c9-8f10-e0d66b300...@live555.com> > Conten

Re: [Live-devel] live-devel Digest, Vol 97, Issue 39

2011-11-29 Thread Alberto Alvarez
> > Date: Tue, 29 Nov 2011 10:08:32 -0800 > From: Ross Finlayson > To: LIVE555 Streaming Media - development & use > > Subject: Re: [Live-devel] Passing H.264 RTP stream to hardware decode > Message-ID: <6634fb8c-1025-47c9-8f10-e0d66b300...@live555.com> > Content-Type: text/plain; charset=

Re: [Live-devel] Passing H.264 RTP stream to hardware decode

2011-11-29 Thread Alberto Alvarez
Hello, I am working on parsing H264 too. A RTP H264 stream I found that it is a common approach of decoders (hard and soft) to request an entire AU (or frame). However, the code in live is parsing the streams at NAL-by-NAL basis. At the (file) sink every NAL is appended to a file with an start_cod

[Live-devel] Fwd: Zero delay for the first RTCP sender report

2011-10-19 Thread Alberto Alvarez
Hi all, I am experimenting with a RTSP client server application. With default configuration we noticed that the first Sender Report (SR) was sent with a certain delay (rtcp_min_time/2). Thus, presentations times are not synced (hasBeenSynchronizedUsingRTCP) and should not be trusted. Indeed, PT