[Live-devel] Streaming G711 audio

d.gordenin at ngslab.ru d.gordenin at ngslab.ru
Thu Nov 14 05:53:25 PST 2024


Hi,

Now I have a streamer that streams video with AAC audio:

     audio_sink_ = MPEG4GenericRTPSink::createNew(*env_, 
audio_rtp_socket_.get(), payload,
       16000, "audio", "AAC-hbr", "", 1);

and it works well.

I need also stream G711U or G711A audio. How to make it? I see there are 
some classes derived from AudioRTPSink, but doubt which one should I use.




More information about the live-devel mailing list