> 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/
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
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