It may take 1 or 2 weeks before I'm ready to test but I'll let you know! Many thanks Guy
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Tuesday, January 29, 2008 12:13 AM To: [EMAIL PROTECTED] Subject: Re: [Live-devel] Audio AAC Support in Transport Stream OK, try changing line 115 in "liveMedia/MPEG2TransportStreamMultiplexor.cpp" from streamType = mpegVersion == 1 ? 3 : 4; to streamType = mpegVersion == 1 ? 3 : mpegVersion == 2 ? 4 : 0xF; Then arrange for "MPEG2TransportStreamMultiplexor::handleNewBuffer()" to be called with the "mpegVersion" parameter set to 4. Please let us know if that works OK for you. If so, I'll include it in the next release of the software. Ross Finlayson Live Networks, Inc. (LIVE555.COM) <http://www.live555.com/> _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel