Hi, I have a problem streaming video from a network camera to several
clients using live555, the first client gets the video correctly, but
others clients get a wrong image until the camera sends a key frame.
Thanks in advance for your help.
Manuel
___
On Tue, May 6, 2008 at 6:36 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote:
> Because you are streaming from a live source, then you may instead be able
> to use a simple "FramedSource" subclass (that you would write) that just
> delivers one AAC frame at a time (and sets "fPresentationTime"
> approp
Hi Ross, I've subclassed the FramedSource, with a class that takes the
FramedSource of the subsession of the session between my program and
the camera and save it as fInputSource.
I print the presentation time in MultiFramedRTPSource::doGetNextFrame1()
In each doGetNextFrame my class uses fInputS
On Tue, May 6, 2008 at 6:36 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote:
> Using "ADTSAudioFileSource" might be wrong, if the input data is not in
> ADTS format.
>
> Because you are streaming from a live source, then you may instead be able
> to use a simple "FramedSource" subclass (that you wou
I forget to add that when I try to convert the file that must contain
the audio with ffmpeg I get error messages like:
[mpeg4 @ 0xb7e269a8]header damaged
[mpeg4 @ 0xb7e269a8]hmm, seems the headers are not complete, trying to
guess time_increment_bits
[mpeg4 @ 0xb7e269a8]my guess is 1 bits ;)
[mpeg