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" > appropriately). > -- > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > _______________________________________________ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel >
Hi, I have subclassed FramedSource and set the presentationtime, and I can stream video with audio, I'm receiving the video in a Quicktime file. If I try to play the file with mplayer the codecs and information about the streams is the same that if I try to play the video that I get if I connect openRTSP directly to the camera, but I get the next message a lot of times: FAAD: Failed to decode frame: Maximum number of bitstream elements exceeded I get the same message if I try to convert the video to another format with ffmpeg. I'm doing something wrong in the server side, but I can't figure what. Could please give me a hint about what means this message? Thanks in advance, Manuel _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel