Re: [Live-devel] raw PCM from TCP socket to RTP

2012-05-15 Thread Ross Finlayson
> I want to close the socket but have a name conflict with Medium::close(). The > old library functions are not in name spaces and I can’t figure out how, or > find the technique on the web, to use the standard file descriptor/socket > close() function rather than the Media::close() method. Is t

Re: [Live-devel] raw PCM from TCP socket to RTP

2012-05-15 Thread Martin Wright
n the Media::close() method. Is there a simple solution? Martin From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: 04 May 2012 21:19 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] raw PCM from TCP sock

Re: [Live-devel] raw PCM from TCP socket to RTP

2012-05-04 Thread Ross Finlayson
Martin, First, because you're delivering PCM audio, where the frames are very small, you shouldn't need to modify "OutPacketBuffer::maxSize". (That variable needs to be increased only when you are transmitting media with exceptionally large frames (larger than the default value of 6 bytes)

[Live-devel] raw PCM from TCP socket to RTP

2012-05-04 Thread Martin Wright
Hi Ross I know you won't be able to debug my code but can you say if I'm going in the right direction or if there is anything obviously missing from this description? I have written PCMSource.cpp, based on DeviceSource.cpp, in which createNew() creates a socket and connects to the remote endpoi