Page 1 of 1

Transcode delaying player begin stream play-back

Posted: 05 Mar 2023 11:18
by NOYB
A valid sample rate of say 11025 or 22050 causes a 10 second or so delay for the player to being playing the stream.
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}"
Thanks