> However, when I connect with my client via an RTSPClient, I get a 404
> returned.
>
> Sending request: DESCRIBE rtsp://192.168.5.144/audio RTSP/1.0
> CSeq: 2
> User-Agent: LIVE555 Streaming Media v2016.11.28
> Accept: application/sdp
>
> Received 101 new bytes o
ive-devel] How to implement Opus live audio
> I'm trying to stream Opus-encoded live audio via live555 from my server and
> I'm a bit lost in how to implement that.
Fortunately the RTP payload format for Opus audio is very simple - so you can
use the existing “SimpleRTPSink”
> I'm trying to stream Opus-encoded live audio via live555 from my server and
> I'm a bit lost in how to implement that.
Fortunately the RTP payload format for Opus audio is very simple - so you can
use the existing “SimpleRTPSink” class for this - without modification.
When you are creating yo