An invalid sample rate of say 11020 or 22020 prevents transcoding and the player begins play back immediatly. However the stream is then at full bit rate.
Source is 2 channel, 16 bit 44100 Hz, live human speech audio on left channel only.
I realize transcoding takes some time. But 10 seconds? What can I do to make this shorter (much shorter)?
Example sout transcode
Code: Select all
--sout "#transcode{vcodec=none,acodec=mp3,ab=16,channels=1,samplerate=11025,scodec=none} :standard{access=https,mux=mp3,dst=:8486/Live_Stream}"