[Live-devel] Audio AAC Support in Transport Stream

Guy Bonneau gbonneau at matrox.com
Tue Jan 29 05:34:11 PST 2008


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: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com] On Behalf Of Ross Finlayson
Sent: Tuesday, January 29, 2008 12:13 AM
To: live-devel at ns.live555.com
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 at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel



More information about the live-devel mailing list