Re: [Live-devel] Compilation error in ADTSAudioStreamDiscreteFramer

2020-06-22 Thread Ross Finlayson
Thanks for the report. I have just released a new version - 2020.06.22 - of the “LIVE555 Streaming Media” code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http:

[Live-devel] Compilation error in ADTSAudioStreamDiscreteFramer

2020-06-22 Thread Eric Beuque
Hi, i just want to report a compilation error in ADTSAudioStreamDiscreteFramer at line 46 with mingw compiler in latest version 2020.05.15 : uint8_t audioObjectType = configValue>>11; should be i guess replaced by : *u_int8_t* audioObjectType = configValue>>11; Best regards, Eric _