Re: [Live-devel] Live Media Server - Retrieve SSRC

2016-06-01 Thread Ross Finlayson
> I have found RTPSink::SSRC() method to retrieve it, but unfortunately this > method is protected. How can I retrieve SSRC easily? OK, in the next release of the “LIVE555 Streaming Media” software, I’ll make this function “public:” Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] AAC Decoding Issue

2016-06-01 Thread Ross Finlayson
The “MPEG4LATMAudioRTPSource” class implements the RTP payload format for LATM-multiplexed MPEG audio, as defined by RFC 3016. If it is not working properly for you, then it's presumably because the stream does not properly conform to this RTP payload format. I presume that your server is usin

[Live-devel] Need advice on best way to proceed.

2016-06-01 Thread Ben Rush
We have built a RTSP streaming server using Live555's server libraries: RTSPServer* rtspServer = RTSPServer::createNew(*usageEnvironment, StreamingOptions::PortNumber, NULL); And so on. Works like a charm and we're very happy with it. What we're needing now is a solution for two-way aud