Re: [Live-devel] issue with streaming ulaw from memory buffer

2011-06-08 Thread Ross Finlayson
I'm writing some code to stream live audio in ulaw format over RTP multicast. I derived a class from framedSource class to read in the data from a memory buffer. An audio recorder thread feeds ulaw audio data to this buffer. In the derived class, I specified frame size @ 128 bytes, duration @ 1600

[Live-devel] issue with streaming ulaw from memory buffer

2011-06-07 Thread Ke Yu
Hi! I'm writing some code to stream live audio in ulaw format over RTP multicast. I derived a class from framedSource class to read in the data from a memory buffer. An audio recorder thread feeds ulaw audio data to this buffer. In the derived class, I specified frame size @ 128 bytes, duration @