Skip to content

Commit 0a0b154

Browse files
committed
Suggest use of "Buffer time" setting to mitigate audio delay for live streams
1 parent ad3281f commit 0a0b154

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/asciinema_web/controllers/stream_html/edit.html.heex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,11 @@
191191
should be a live audio source - either a direct HTTP audio stream
192192
(.mp3, .aac, .ogg, etc) such as Icecast/Shoutcast endpoint, or
193193
HLS playlist (.m3u8). The audio endpoint must be configured to
194-
allow CORS requests from {@instance_url}.
194+
allow CORS requests from {@instance_url}. If the audio endpoint
195+
performs significant amount of buffering and audio lags behind
196+
the terminal playback then try setting custom buffer time above
197+
to a couple seconds - this delays rendering by a given number of
198+
seconds.
195199
</small>
196200
</div>
197201
</div>

0 commit comments

Comments
 (0)