From a1a8d5f92a2dd769a4e4bf4fd2d2dd7f720a162f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Hormigo?= Date: Tue, 12 Dec 2023 13:46:52 +0100 Subject: [PATCH] Added a HLS stream sample URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3977c47..69e20e3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Unlike traditional speech recognition systems that rely on continuous audio stre - To trasncribe from a HLS stream: ```python client = TranscriptionClient(host, port, is_multilingual=True, lang="en", translate=False) - client(hls_url="http://domain.url/playlist.m3u8") + client(hls_url="http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8") ``` This command streams audio into the server from a HLS stream. It uses the same options as the previous command, enabling the multilingual feature and specifying the target language and task.