On Thu, Sep 13, 2007 at 03:15:58PM +0200, Quintiliano Stefano wrote: > I am trying to decode a flow RTP containinga video MPEG2, but mpeg2dec it > does not succeed to decode it
It sounds like you did not decapsulate the RTP packets before sending the data portion out to mpeg2dec. mpeg2dec does not have an integrated demuxer (well it does, but only for the most common formats and only if you explicitly configure it on the command line). If you did decapsulate the RTP packets, then I dont know... -- Michel "Walken" Lespinasse "Bill Gates is a monocle and a Persian cat away from being the villain in a James Bond movie." -- Dennis Miller ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmpeg2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel
