Re: [Live-devel] How to implement Opus live audio

2017-06-02 Thread Ross Finlayson
> 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

Re: [Live-devel] How to implement Opus live audio

2017-06-02 Thread Roland Aigner
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”

Re: [Live-devel] How to implement Opus live audio

2017-06-02 Thread Ross Finlayson
> 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

[Live-devel] How to implement Opus live audio

2017-06-02 Thread Roland Aigner
Hi, 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. I was trying to orient on live555 sample code and on how streaming of OGG files is done, but I'm losing track in the code at some point. Is there a sample I can use as kind o