Re: [Live-devel] DeviceSource.cpp socket implementation

2012-04-25 Thread Ross Finlayson
> I’m wondering if anybody has a simple socket reading version of the > testOnDemandRTSPServer program. What you really mean to ask for is "a subclass of the 'OnDemandServerMediaSubsession' class that reads from a socket". There is such a class that you can use as a model: "MPEG2TransportUDPSe

[Live-devel] DeviceSource.cpp socket implementation

2012-04-25 Thread Martin Wright
Hi I'm wondering if anybody has a simple socket reading version of the testOnDemandRTSPServer program. I need to source raw PCM audio from a socket knowing the sample size, frequency and number of channels and send frames to the RTP sink. It would be really useful to see a concrete example of