Re: [Live-devel] ASIO input device -> RTP stream

2014-09-22 Thread James Heliker
Hi Ross - Thanks for getting back to me. I've copied in my doGetNextFrame because I'm not seeing anything that is particularly wrong here from your last email... would you possibly be willing to shed any light on my mistakes? I would so appreciate it!!! Kind Regards, - James void AudioBufferSo

Re: [Live-devel] ASIO input device -> RTP stream

2014-09-19 Thread Ross Finlayson
> Audio is getting on to the network but in a bad state with many pops ticks > and glitches, and a lot of variable latency. This suggests that you're probably not packing PCM audio samples into outgoing RTP packets properly. Make sure that your source's "doGetNextFrame()" implementation is pac

[Live-devel] ASIO input device -> RTP stream

2014-09-19 Thread James Heliker
Hi All - I have a project being built on Live555 to stream PCM audio from an ASIO device to an RTP stream in as close to real-time as possible. Latency is biggest concern, next-up would be quality of the audio reaching the network. The project so far is built on Windows / VS2012 using the RtAudio