Re: [Live-devel] Audio AAC Support in Transport Stream

2008-01-29 Thread Guy Bonneau
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]

Re: [Live-devel] Audio AAC Support in Transport Stream

2008-01-28 Thread Ross Finlayson
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

Re: [Live-devel] Audio AAC Support in Transport Stream

2008-01-28 Thread Guy Bonneau
s Guy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Friday, January 25, 2008 4:53 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Audio AAC Support in Transport Stream After digging in the Mpeg2 transport source code in the Live55

Re: [Live-devel] Audio AAC Support in Transport Stream

2008-01-25 Thread Ross Finlayson
After digging in the Mpeg2 transport source code in the Live555 library I concluded that no support is provided to format a transport stream from PES or ES stream that is Audio ADTS transport stream formatted. This is the "stream type" 0x0F according to table 2-29 of ISO 13818-1 Mpeg2 system sp