Re: [Live-devel] Synchronizing audio and video streams

2007-06-04 Thread Severin Schoepke
Hello again! I investigated a little deeper and here is what I came up with: Just to recap: I have two threads, one is reading audio and video frames and stores them in two queues. Another thread reads these queues, encodes the frames to MPEG4 and MP3, and streams them out via live555. The liv

[Live-devel] MPEG4VideoStreamDiscreteFramer

2007-06-04 Thread Julian Lamberty
Hi! I have an encoder that writes MPEG4 frames to a buffer which I want to stream out with MPEG4ESVideoRTPSink. I'm using the MPEG4VideoStreamDiscreteFramer class in between. The problem is that the stream is corrupted, but if I write the buffer to a file like "test.m4e" it can be played cor

Re: [Live-devel] Performance

2007-06-04 Thread David Betrand
Hello Marc, We use liveMedia library in a server-side application and we noticed the same performance issue with DelayQueue class. We tried to optimize it but couldn't get good results. Would you mind if I ask you to share your optimized code ? Ross, I understand your point regarding embedded