Re: [Live-devel] Buffer Question

2011-12-22 Thread Ross Finlayson
> Here’s where I’m stuck: > After I get the subsession relating to video started (via: > “mSubsession->sink->startPlaying(*(mSubsession->readSource()),handlePlay,mSubsession);”), > how do I get a populated frame/buffer to pass along to FFmpeg? The incoming data (one frame at a time) is fed into

Re: [Live-devel] question

2011-12-22 Thread Ross Finlayson
> Does this code allow tagging of the incoming video data? > Can you explain more what you mean by "tagging"? Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/m

[Live-devel] Buffer Question

2011-12-22 Thread Menne, Neil
I'm working on updating a couple video widgets for my project; and it seems like Live555 is much more robust for all things RTP/RTSP which is how I get most of my video. I'm trying to forward this on to FFmpeg for decoding. I just finished updating the FFmpeg layer to permit this behavior, and n

Re: [Live-devel] question

2011-12-22 Thread Turk, Beth (SA-1)
Does this code allow tagging of the incoming video data? Beth Turk DRS C3A Engineering 246 Airport Road Johnstown, PA 15904 beth.t...@drs-c3.com Office: 814-534-8705 Cell:814-242-4943 ___ live-devel mailing list live-devel@lists.live555.com

Re: [Live-devel] invalid ts stream

2011-12-22 Thread Jeff Shanab
OK, I posted on mediaFire. (IT dept decided to redo routers today!, zip was their requirement also :) only recognized file extensions.) http://www.mediafire.com/?3nu8da7gt14vkfh From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent:

Re: [Live-devel] invalid ts stream

2011-12-22 Thread Ross Finlayson
> http://appleservice.my-mvs.com:88/SampleSegment/segment1(7).zip Sorry, but this site (appleservice.my-mvs.com:88) is inaccessible. (I also tried port 80.) And why on Earth are you "zip"ing a Transport Stream file? It's already compressed. It can't be hard to find a publically-visible web s

Re: [Live-devel] invalid ts stream

2011-12-22 Thread Jeff Shanab
http://appleservice.my-mvs.com:88/SampleSegment/segment1(7).zip From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, December 21, 2011 3:44 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] inva

Re: [Live-devel] How to disable RTCP timestamp calculations on single-stream sessions? [OpenRtspClient]

2011-12-22 Thread Ross Finlayson
> My RTSP Source's RTCP SR are not reliable... You are probably mistaken. > So calculated timestamps frequently resulting in large negative jumps. Let me guess: You're receiving H.264 (or MPEG) video that uses "P" (prediction) frames. For video streams like this, frames are sent (and thus re

Re: [Live-devel] Live555 EventLoop crash

2011-12-22 Thread Jeff Shanab
Above the live 555 libs I have my own frame class. It is a simple RAII data class with payload, a bit of byte alignment, and some metadata like size and type. I use a reference counted pointer to this. This allows my multiple subscribers to keep lists of pointers to frames, they each have their

Re: [Live-devel] Presentaition time problem at H264 streams

2011-12-22 Thread Novalis Vapuru
Thanks Jeremy .. You are right...Fool me..I make the classic mistake... And this may cause my timestamp radical jumps...I will test it... Best Wishes 2011/12/22 Jeremy Noring : > On Sat, Dec 17, 2011 at 5:19 AM, 6.45 6.45.Vapuru <6.45.vap...@gmail.com> > wrote: >> >> Hi >> >> I modify the Open

Re: [Live-devel] Presentaition time problem at H264 streams

2011-12-22 Thread Jeremy Noring
On Sat, Dec 17, 2011 at 5:19 AM, 6.45 6.45.Vapuru <6.45.vap...@gmail.com>wrote: > Hi > > I modify the OpenRtspClient so that > > -- Now instead of writing frames to file I collect them in a queue > with incoming presenttaion times > -- Then give the h264 frames to MP4 muxer [ Geraint Davies MP4 mu