> We need to broadcast the PCM (S16LE/16000) audio as a separate channel
> with our RTSP-server.
[…]
> What is a preferred RTPSink class that I should use for this audio
> format in our OnDemandServerMediaSubsession?
You should use a “SimpleRTPSink” - specifically:
SimpleRTPSink::creat
Ross,
Below is the output of the live55ProxyServer.
Here is what happens when the rtsp server we are connecting to fails on the
SETUP (returns a 400) when the proxy is trying to connect and play.
I have a rtspserver at 192.168.5.104 on port 9554. The first time I connect the
SETUP fails, th
Hello,
We need to broadcast the PCM (S16LE/16000) audio as a separate channel
with our RTSP-server.
I've found this letter for the AAC format:
http://lists.live555.com/pipermail/live-devel/2014-January/017980.html
What is a preferred RTPSink class that I should use for this audio
format in