You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## <aname="what-can-i-do-if-some-files-or-a-remote-playlist-simply-dont-play"></a>What can I do if some files or a remote playlist simply _don’t play?_ <ahref="#toc"class="goToc">⇧</a>
329
+
330
+
This most often happens with _large files_, _large remote files_, and files that are _hard to analyse_ because they’re already clipping (too loud).
331
+
332
+
Check your Liquidsoap log for entries like
333
+
334
+
```
335
+
2024/06/26 10:01:43 [request:2] Time limit exceeded by 16.00 secs!
336
+
```
337
+
338
+
This can happen if the _downloading/preparing is slow_, or the _files are large_ (recordings, prerecorded shows, DJ sets, podcasts) or _hard to analyse_. These factors are out of our control. If a request timeout happens, the file will simply _not be played_, and the _next available used_.
339
+
340
+
In such cases, I suggest to _pre-tag_ files using the `cue_file` tool, but this might not always be possible.
341
+
342
+
In the above case, I’d suggest _increasing the Autocue timeout slightly_ from the default `60.0` seconds to `60` + timeout shown (`16.0`) + a small "safety margin", say another `10` seconds, making for `86` seconds. Let’s round that up to `90` seconds.
343
+
344
+
In AzuraCast’s _Edit Liquidsoap Configuration_, in the _second input box_, add this parameter:
345
+
```
346
+
settings.autocue.cue_file.timeout := 90.0
347
+
```
348
+
349
+
**Note:** Please do _not_ use arbitrary large values like `480` "just to prevent it happening"! Doing so could well have adverse side effects.
350
+
351
+
_Save Changes_ and _Restart Broadcasting_.
352
+
353
+
Keep watching your logs for timeouts, just in case even larger files arrive. You can search for `Time limit exceeded` to quickly find such entries in the log.
354
+
355
+
If the above should _not_ help, you should look for a _faster/higher bandwidth connection_ to the source you download the files from. To be able to _work_ with a file, Liquidsoap has to download a complete copy first, before autocueing and playout can begin.
0 commit comments