Re: [Live-devel] RTPSink for a PCM audio subsession

2015-08-04 Thread Maxim P. DEMENTIEV
Thank you very much, it has worked out. [rtsp @ 0x7f35f8c0] SDP:aq=0KB vq=0KB sq=0B f=0/0 v=0 o=- 137163047 1 IN IP4 0.0.0.0 s=Live session, streamed by LIVE555 i=live?token=1080p_noaudio t=0 0 a=tool:LIVE555 Streaming Media v2015.07.23 a=type:broadcast a=control:* a=range:npt=0-

Re: [Live-devel] RTPSink for a PCM audio subsession

2015-07-29 Thread Ross Finlayson
> 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

[Live-devel] RTPSink for a PCM audio subsession

2015-07-29 Thread Maxim P. DEMENTIEV
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