Re: [Live-devel] modifying WAVEAudioFileSource.cpp to take input from an iOS AU buffer

2012-03-24 Thread Ross Finlayson
First, as you know (because you've read the FAQ :-), you shouldn't modify the existing code 'in place'; see: http://www.live555.com/liveMedia/faq.html#modifying-and-extending Instead, you should write your own new subclass(es) (perhaps using the existing code as a model, when necessary).

[Live-devel] modifying WAVEAudioFileSource.cpp to take input from an iOS AU buffer

2012-03-24 Thread Nick Porcaro
Hey folks, Here's what I have: - An iPhone app that reads audio input and writes to audio output - One of these threads runs a DynamicRTSPServer session which runs a WAVAudioFileServerMediaSubsession - When I run this session with a wav file, WAVAudioFileSource::doReadFromFile() is called, a