[Live-devel] Audio AAC Support in Transport Stream
Ross Finlayson
finlayson at live555.com
Mon Jan 28 21:13:02 PST 2008
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/>
More information about the live-devel
mailing list