savonet / liquidsoap

Liquidsoap is a statically typed scripting general-purpose language with dedicated operators and backend for all thing media, streaming, file generation, automation, HTTP backend and more.
http://liquidsoap.info
GNU General Public License v2.0
1.4k stars 128 forks source link

"Cue out" causing unexpected track ending (Ffmpeg_decoder.End_of_file) #3610

Closed RM-FM closed 8 months ago

RM-FM commented 9 months ago

Describe the bug It appears that liq_cue_out values that are set close to the actual track ending causing often an unexpected track end. This can be seen as Ffmpeg_decoder.End_of_file in the log. The same happens after very short tracks like Jingles (e.g. 4 seconds) even without any liq_cue_out set.

As a result this causes two problems:

  1. No metadata update for the next track
  2. Clicks/pops at the end of the transition

Furthermore, missing meta data updates are causing serious subsequent problems. E.g. Azuracast doesn't retrieve the feedback once a track has been played. This might affect artist/song rotation rules etc.

Please also see related AzuraCast discussion: https://github.com/AzuraCast/AzuraCast/issues/6778

To Reproduce Use cue and cross (crossfade) in the test script. Set liq_cue_out to either a value that is very close to the actual song duration or choose a value that is cleary higher that the duration. Set liq_fade_out and liq_cross_duration to the same value (e.g. 3.0). Alternatively you should be able to force the behavior also by using a very short track like a jingle (4 seconds, no cue out set)

You should see the Ffmpeg_decoder.End_of_file error/warning in the log and take note that the meta data stuck on the "faulty" track but do not update. Depending on the tracks you might hear a click/pop at the end of the transition as well.

Expected behavior

Version details

Install method Azuracast Docker

toots commented 9 months ago

Thanks for reporting this. I'm gonna do my best to have it fixed soon for a stable release. It would really help to have any kind of minimal reproduction script and tracks! I can see a lot of the details (thanks for the hard investigation work!) but it's still hard to piece together a clue.

My guess is that the beginning of the next track is eaten by whatever is happening between cue-out and cue-in. The exception that you are seeing is not an error per say but it indicates that the decoder has reach the end of the files while in the other cases, it moves to the next track without a full decode, which gives us a clue about the parts of the code that are involved when the issue occurs.

Since you've worked a lot of this, @RM-FM perhaps you might be able to write a short minimal script that can reproduce it?

toots commented 9 months ago

Also, some detailed logging around the issue would be great! Something with log level set to 4..

toots commented 9 months ago

Okay I've done more investigations. In the simple reproduction case that I have tried, I haven't been able to reproduce the issue but I have noticed another issue when the cue cue it too far from the end of the track: the source does not have a request queued to use for crossfade computation.

I'm not sure if that could be the issue but setting prefetch=2 would help confirm if that is or not what's going on.

gAlleb commented 9 months ago

Hi @toots, @RM-FM!) Since the https://github.com/savonet/liquidsoap/issues/3318 bug has been finally found I've been happy to test with Azuracast. Unfortunately, some pops/clicks at the end of fade_out persist there but much much less than before.

I have a feeling that this fade_out clicks problem is indeed connected to this issue since Azuracast autodj always uses cue for tracks to play (I think it doesn't do this only if set to Manual AutoDJ Mode This mode disables AzuraCast's AutoDJ management, using Liquidsoap itself to manage song playback. UPDATE: Nope, it always does.)

The sound at the end of fade_out is similar to sound that sometimes can be heard when you push the stop button on some players during playback.

No idea if its connected but usually [cross:3] Analysis: -53.887899dB / -53.090761dB (3.96s / 3.96s), and sometimes it's [cross:3] Analysis: -16.988148dB / -14.734827dB (3.98s / 4.02s)

Some logs. Also I have always considered Ffmpeg_decoder.End_of_file as just a default notification since it is always present when track ends.

In this section of logs there have been no update of Title - Artist and metedata for the prodigy - Climbatize song:

Logs_1 ``` 2024/01/06 12:17:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:17:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f9644eb5c00] Could not update timestamps for discarded samples. 2024/01/06 12:17:42 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Cure/1. Official Albums/1984 - The Top/01.Shake Dog Shake.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:17:42 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:17:42 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:17:42 [decoder:4] 2024/01/06 12:17:43 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Cure/1. Official Albums/1984 - The Top/01.Shake Dog Shake.mp3". 2024/01/06 12:17:43 [next_song:4] Remaining 0 requests 2024/01/06 12:17:43 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Melt-Banana/13 Hedgehogs (MxBx Singles 199/13 Buddhism Core.mp3" (RID 36). [mp3float @ 0x7f963bd58e00] Could not update timestamps for skipped samples. 2024/01/06 12:17:43 [cue_next_song:4] Cue points : none / none 2024/01/06 12:17:43 [cue_next_song:3] Cueing in... 2024/01/06 12:17:43 [audioscrobbler:4] Submitting Melt-Banana -- Buddhism Core with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:17:43 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:17:43 [lang:3] API nextsong - Response (200): annotate:title="Stop Messin' Around",artist="Fleetwood Mac",duration="142.00",song_id="e175948333a36c30e0bd8c370ab1fbc6",media_id="9923",playlist_id="3":media:GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3 2024/01/06 12:17:43 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:44 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:44 [clock.videostream:2] We must catchup 1.50 seconds! 2024/01/06 12:17:45 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:45 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:45 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:45 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:45 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:45 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:45 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:45 [cross:3] Analysis: -53.887899dB / -53.090761dB (3.96s / 3.96s) 2024/01/06 12:17:45 [source:4] Source source.18 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source.18:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source audio.add gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [audio.add:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source fade_in gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [fade_in:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source track_amplify.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [track_amplify.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source on_track.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [on_track.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source on_metadata.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [on_metadata.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source on_track.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [on_track.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source cross_after gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [cross_after:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source buffer.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [buffer.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source fade_out gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [fade_out:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source track_amplify.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [track_amplify.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source on_end gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [on_end:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source on_track.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [on_track.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source on_metadata gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [on_metadata:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source on_track.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [on_track.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:45 [source:4] Source cross_before gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [cross_before:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [source:4] Source buffer gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:17:45 [buffer:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:17:45 [cross_after:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:17:45 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:45 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:17:45 [lang:3] "song_id": "4748a9d98a412d8ed08fa3f668b7f781", 2024/01/06 12:17:45 [lang:3] "playlist_id": "3", 2024/01/06 12:17:45 [lang:3] "media_id": "4841" 2024/01/06 12:17:45 [lang:3] } 2024/01/06 12:17:45 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:45 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:45 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:45 [lang:3] API feedback - Response (200): true 2024/01/06 12:17:45 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:45 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:45 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:17:45 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:17:45 [clock.main:2] We must catchup 2.56 seconds! 2024/01/06 12:17:45 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": {audio=pcm(stereo)} 2024/01/06 12:17:45 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 600x594, yuvj444p} 2024/01/06 12:17:45 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": {audio=pcm(stereo)} 2024/01/06 12:17:45 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:17:45 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:46 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:46 [clock.videostream:2] We must catchup 2.38 seconds! 2024/01/06 12:17:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:17:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:17:46 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:17:46 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:46 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:46 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:46 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:46 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:46 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:46 [clock.main:2] We must catchup 3.34 seconds! 2024/01/06 12:17:46 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:47 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:47 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:47 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3"! 2024/01/06 12:17:47 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3": audio/mpeg! 2024/01/06 12:17:47 [clock.videostream:2] We must catchup 2.91 seconds! 2024/01/06 12:17:47 [cross_before:4] Fading out with type sin, duration: 3.5 and 3.48s remaining. 2024/01/06 12:17:47 [next_song:4] Queued 1 requests 2024/01/06 12:17:47 [clock.main:2] We must catchup 3.10 seconds! 2024/01/06 12:17:48 [clock.videostream:2] We must catchup 1.89 seconds! 2024/01/06 12:17:48 [clock.main:2] We must catchup 1.91 seconds! 2024/01/06 12:17:49 [buffer:4] Buffer emptied, buffering needed. 2024/01/06 12:17:49 [buffer.2:4] Buffer emptied, buffering needed. 2024/01/06 12:17:49 [source:4] Source source.18 gets down. 2024/01/06 12:17:49 [source:4] Source audio.add gets down. 2024/01/06 12:17:49 [source:4] Source fade_in gets down. 2024/01/06 12:17:49 [source:4] Source track_amplify.3 gets down. 2024/01/06 12:17:49 [source:4] Source on_track.8 gets down. 2024/01/06 12:17:49 [source:4] Source on_metadata.2 gets down. 2024/01/06 12:17:49 [source:4] Source on_track.7 gets down. 2024/01/06 12:17:49 [source:4] Source cross_after gets down. 2024/01/06 12:17:49 [source:4] Source buffer.2 gets down. 2024/01/06 12:17:49 [source:4] Source fade_out gets down. 2024/01/06 12:17:49 [source:4] Source track_amplify.2 gets down. 2024/01/06 12:17:49 [source:4] Source on_end gets down. 2024/01/06 12:17:49 [source:4] Source on_track.6 gets down. 2024/01/06 12:17:49 [source:4] Source on_metadata gets down. 2024/01/06 12:17:49 [source:4] Source on_track.5 gets down. 2024/01/06 12:17:49 [source:4] Source cross_before gets down. 2024/01/06 12:17:49 [source:4] Source buffer gets down. 2024/01/06 12:17:49 [cross:4] Buffering end of track... 2024/01/06 12:17:49 [cross:4] More buffering will be needed. 2024/01/06 12:17:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:17:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:17:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:17:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:17:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:17:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:17:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:17:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:17:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:17:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:17:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:17:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f963bd58e00] Could not update timestamps for discarded samples. 2024/01/06 12:18:33 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Melt-Banana/13 Hedgehogs (MxBx Singles 199/13 Buddhism Core.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:18:33 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:18:33 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:18:33 [decoder:4] 2024/01/06 12:18:34 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Melt-Banana/13 Hedgehogs (MxBx Singles 199/13 Buddhism Core.mp3". 2024/01/06 12:18:34 [next_song:4] Remaining 0 requests 2024/01/06 12:18:34 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3" (RID 38). [mp3float @ 0x7f9644ea2f00] Could not update timestamps for skipped samples. 2024/01/06 12:18:34 [cue_next_song:4] Cue points : none / none 2024/01/06 12:18:34 [cue_next_song:3] Cueing in... 2024/01/06 12:18:34 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:18:34 [audioscrobbler:4] Submitting Fleetwood Mac -- Stop Messin' Around with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:18:34 [lang:3] API nextsong - Response (200): annotate:title="Rock @ omFM",artist="Rock @ omFM",duration="6.00",song_id="481c81d184b3fbec5ca510c735915022",media_id="21",playlist_id="12",jingle_mode="true":media:jingles/rock/day/logo2.2.mp3 2024/01/06 12:18:34 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:18:34 [decoder:4] Trying decoder "ffmpeg" [mp3 @ 0x7f9647522800] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:18:34 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": {audio=pcm(stereo)} 2024/01/06 12:18:34 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/06 12:18:34 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": {audio=pcm(stereo)} 2024/01/06 12:18:34 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:18:34 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! [mp3 @ 0x7f9647522800] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:18:34 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3"! 2024/01/06 12:18:34 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3": audio/mpeg! 2024/01/06 12:18:34 [next_song:4] Queued 1 requests 2024/01/06 12:18:34 [cross:3] Analysis: -16.988148dB / -14.734827dB (3.98s / 4.02s) 2024/01/06 12:18:34 [source:4] Source source.21 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source.21:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source audio.add.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [audio.add.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source fade_in.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [fade_in.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source track_amplify.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [track_amplify.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source on_track.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [on_track.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source on_metadata.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [on_metadata.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source on_track.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [on_track.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source cross_after.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [cross_after.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source buffer.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [buffer.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source fade_out.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [fade_out.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source track_amplify.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [track_amplify.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source on_end.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [on_end.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source on_track.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [on_track.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source on_metadata.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [on_metadata.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source on_track.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [on_track.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source cross_before.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [cross_before.2:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [source:4] Source buffer.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:18:34 [buffer.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:18:34 [cross_after.2:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:18:34 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:18:34 [lang:3] "song_id": "e175948333a36c30e0bd8c370ab1fbc6", 2024/01/06 12:18:34 [lang:3] "playlist_id": "3", 2024/01/06 12:18:34 [lang:3] "media_id": "9923" 2024/01/06 12:18:34 [lang:3] } 2024/01/06 12:18:34 [lang:3] API feedback - Response (200): true 2024/01/06 12:18:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:18:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:18:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:18:34 [cross_before.2:4] Fading out with type sin, duration: 3.5 and 3.46485260771s remaining. 2024/01/06 12:18:38 [buffer.3:4] End of track. 2024/01/06 12:18:38 [buffer.3:4] Buffer emptied, buffering needed. 2024/01/06 12:18:38 [buffer.4:4] End of track. 2024/01/06 12:18:38 [buffer.4:4] Buffer emptied, buffering needed. 2024/01/06 12:18:38 [source:4] Source source.21 gets down. 2024/01/06 12:18:38 [source:4] Source audio.add.2 gets down. 2024/01/06 12:18:38 [source:4] Source fade_in.2 gets down. 2024/01/06 12:18:38 [source:4] Source track_amplify.5 gets down. 2024/01/06 12:18:38 [source:4] Source on_track.12 gets down. 2024/01/06 12:18:38 [source:4] Source on_metadata.4 gets down. 2024/01/06 12:18:38 [source:4] Source on_track.11 gets down. 2024/01/06 12:18:38 [source:4] Source cross_after.2 gets down. 2024/01/06 12:18:38 [source:4] Source buffer.4 gets down. 2024/01/06 12:18:38 [source:4] Source fade_out.2 gets down. 2024/01/06 12:18:38 [source:4] Source track_amplify.4 gets down. 2024/01/06 12:18:38 [source:4] Source on_end.2 gets down. 2024/01/06 12:18:38 [source:4] Source on_track.10 gets down. 2024/01/06 12:18:38 [source:4] Source on_metadata.3 gets down. 2024/01/06 12:18:38 [source:4] Source on_track.9 gets down. 2024/01/06 12:18:38 [source:4] Source cross_before.2 gets down. 2024/01/06 12:18:38 [source:4] Source buffer.3 gets down. 2024/01/06 12:18:38 [cross:4] Buffering end of track... 2024/01/06 12:18:38 [cross:4] More buffering will be needed. 2024/01/06 12:18:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:18:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:18:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:18:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:19:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:19:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:19:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f9644ea2f00] Could not update timestamps for discarded samples. 2024/01/06 12:20:52 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:20:52 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:20:52 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:20:52 [decoder:4] 2024/01/06 12:20:52 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Fleetwood Mac/Compilations/2007 The Essential Fleetwood Mac [2007 Sony Columbia 88697105392] EU/CD2/08. Stop Messin' Around.mp3". 2024/01/06 12:20:52 [next_song:4] Remaining 0 requests [mp3 @ 0x7f964793da00] Estimating duration from bitrate, this may be inaccurate [mp3 @ 0x7f964793da00] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:20:52 [next_song:3] Prepared "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3" (RID 39). 2024/01/06 12:20:52 [cue_next_song:4] Cue points : none / none 2024/01/06 12:20:52 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:20:52 [cue_next_song:3] Cueing in... 2024/01/06 12:20:52 [audioscrobbler:4] Submitting Rock @ omFM -- Rock @ omFM with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:20:52 [lang:3] API nextsong - Response (200): annotate:title="Climbatize",artist="The Prodigy",duration="396.00",song_id="8ca4416c03438f9b93e6cbb7496e8715",media_id="4611",playlist_id="3":media:GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3 2024/01/06 12:20:52 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:55 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:55 [clock.videostream:2] We must catchup 2.35 seconds! 2024/01/06 12:20:55 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:55 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:55 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:55 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:55 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:55 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:55 [cross:3] Analysis: -32.434199dB / -7.938162dB (3.97s / 3.99s) 2024/01/06 12:20:55 [source:4] Source source.24 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:55 [source.24:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source audio.add.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [audio.add.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source fade_in.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [fade_in.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source track_amplify.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [track_amplify.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source on_track.16 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [on_track.16:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source on_metadata.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [on_metadata.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source on_track.15 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [on_track.15:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source cross_after.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [cross_after.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source buffer.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [buffer.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source fade_out.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [fade_out.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source track_amplify.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [track_amplify.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source on_end.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [on_end.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source on_track.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [on_track.14:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source on_metadata.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [on_metadata.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source on_track.13 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [on_track.13:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source cross_before.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [cross_before.3:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [source:4] Source buffer.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:20:55 [buffer.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:20:55 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:55 [cross_after.3:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:20:55 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:55 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:55 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:20:55 [lang:3] "song_id": "481c81d184b3fbec5ca510c735915022", 2024/01/06 12:20:55 [lang:3] "playlist_id": "12", 2024/01/06 12:20:55 [lang:3] "media_id": "21" 2024/01/06 12:20:55 [lang:3] } 2024/01/06 12:20:55 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:55 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:55 [lang:3] API feedback - Response (200): true 2024/01/06 12:20:55 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:56 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:56 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:20:56 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:20:56 [clock.main:2] We must catchup 3.35 seconds! 2024/01/06 12:20:56 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": {audio=pcm(stereo)} 2024/01/06 12:20:56 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 456x453, yuvj444p} 2024/01/06 12:20:56 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": {audio=pcm(stereo)} 2024/01/06 12:20:56 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:20:56 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:56 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:56 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:56 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:56 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:56 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:56 [clock.videostream:2] We must catchup 3.32 seconds! 2024/01/06 12:20:56 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:56 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:56 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:56 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:57 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:57 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:57 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3"! 2024/01/06 12:20:57 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3": audio/mpeg! 2024/01/06 12:20:57 [clock.main:2] We must catchup 4.20 seconds! 2024/01/06 12:20:57 [cross_before.3:4] Fading out with type sin, duration: 3.5 and 3.49333333333s remaining. 2024/01/06 12:20:57 [next_song:4] Queued 1 requests 2024/01/06 12:20:57 [clock.videostream:2] We must catchup 3.74 seconds! 2024/01/06 12:20:58 [clock.main:2] We must catchup 3.05 seconds! 2024/01/06 12:20:58 [clock.videostream:2] We must catchup 2.26 seconds! 2024/01/06 12:20:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:20:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:20:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:20:58 [buffer.5:4] End of track. 2024/01/06 12:20:58 [buffer.5:4] Buffer emptied, buffering needed. 2024/01/06 12:20:58 [buffer.6:4] End of track. 2024/01/06 12:20:58 [buffer.6:4] Buffer emptied, buffering needed. 2024/01/06 12:20:58 [source:4] Source source.24 gets down. 2024/01/06 12:20:58 [source:4] Source audio.add.3 gets down. 2024/01/06 12:20:58 [source:4] Source fade_in.3 gets down. 2024/01/06 12:20:58 [source:4] Source track_amplify.7 gets down. 2024/01/06 12:20:58 [source:4] Source on_track.16 gets down. 2024/01/06 12:20:58 [source:4] Source on_metadata.6 gets down. 2024/01/06 12:20:58 [source:4] Source on_track.15 gets down. 2024/01/06 12:20:58 [source:4] Source cross_after.3 gets down. 2024/01/06 12:20:58 [source:4] Source buffer.6 gets down. 2024/01/06 12:20:58 [source:4] Source fade_out.3 gets down. 2024/01/06 12:20:58 [source:4] Source track_amplify.6 gets down. 2024/01/06 12:20:58 [source:4] Source on_end.3 gets down. 2024/01/06 12:20:58 [source:4] Source on_track.14 gets down. 2024/01/06 12:20:58 [source:4] Source on_metadata.5 gets down. 2024/01/06 12:20:58 [source:4] Source on_track.13 gets down. 2024/01/06 12:20:58 [source:4] Source cross_before.3 gets down. 2024/01/06 12:20:58 [source:4] Source buffer.5 gets down. 2024/01/06 12:20:58 [cross:4] Buffering end of track... 2024/01/06 12:20:58 [decoder:2] Decoding "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:20:58 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:20:58 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:20:58 [decoder:4] 2024/01/06 12:20:58 [next_song:4] Finished with "/var/azuracast/stations/radio/media/jingles/rock/day/logo2.2.mp3". 2024/01/06 12:20:58 [next_song:4] Remaining 0 requests [mp3float @ 0x7f963bc9d300] Could not update timestamps for skipped samples. 2024/01/06 12:20:58 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3" (RID 40). 2024/01/06 12:20:58 [cue_next_song:4] Cue points : none / none 2024/01/06 12:20:58 [cue_next_song:3] Cueing in... 2024/01/06 12:20:58 [audioscrobbler:4] Submitting The Prodigy -- Climbatize with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:20:58 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:20:58 [lang:3] API nextsong - Response (200): annotate:title="Måneblôt",artist="Myrkur",duration="213.00",song_id="3d0a8ab1c41c03369f46fc130407c364",media_id="10037",playlist_id="3":media:GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3 2024/01/06 12:20:58 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:00 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:00 [clock.videostream:2] We must catchup 3.33 seconds! 2024/01/06 12:21:02 [clock.videostream:2] We must catchup 5.48 seconds! 2024/01/06 12:21:03 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:03 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:03 [cross:3] Analysis: -13.835079dB / -80.557317dB (2.87s / 2.90s) 2024/01/06 12:21:03 [source:4] Source source.27 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source.27:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source audio.add.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [audio.add.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source fade_in.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [fade_in.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source track_amplify.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [track_amplify.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source on_track.20 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [on_track.20:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source on_metadata.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [on_metadata.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source on_track.19 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [on_track.19:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source cross_after.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [cross_after.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source buffer.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [buffer.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source fade_out.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [fade_out.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source track_amplify.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [track_amplify.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source on_end.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [on_end.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source on_track.18 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [on_track.18:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source on_metadata.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [on_metadata.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source on_track.17 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [on_track.17:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source cross_before.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [cross_before.4:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [source:4] Source buffer.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:21:03 [buffer.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:21:03 [cross_before.4:4] Fading out with type sin, duration: 3.5 and 2.82965986395s remaining. 2024/01/06 12:21:03 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:03 [cross_after.4:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:21:03 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:03 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:03 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:03 [clock.main:2] We must catchup 6.95 seconds! 2024/01/06 12:21:03 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:03 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:03 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:03 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:03 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:03 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:03 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:04 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:04 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:21:04 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:21:04 [clock.videostream:2] We must catchup 6.30 seconds! 2024/01/06 12:21:04 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": {audio=pcm(stereo)} 2024/01/06 12:21:04 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj420p} 2024/01/06 12:21:04 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": {audio=pcm(stereo)} 2024/01/06 12:21:04 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:21:04 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:04 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:04 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:04 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:04 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:04 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:04 [clock.main:2] We must catchup 7.61 seconds! 2024/01/06 12:21:04 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:04 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:04 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:04 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:04 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:05 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:05 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3"! 2024/01/06 12:21:05 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3": audio/mpeg! 2024/01/06 12:21:05 [clock.videostream:2] We must catchup 6.76 seconds! 2024/01/06 12:21:05 [next_song:4] Queued 1 requests 2024/01/06 12:21:05 [clock.main:2] We must catchup 7.80 seconds! 2024/01/06 12:21:06 [clock.videostream:2] We must catchup 6.10 seconds! 2024/01/06 12:21:06 [clock.main:2] We must catchup 7.64 seconds! 2024/01/06 12:21:07 [buffer.7:4] End of track. 2024/01/06 12:21:07 [buffer.7:4] Buffer emptied, buffering needed. 2024/01/06 12:21:07 [buffer.8:4] End of track. 2024/01/06 12:21:07 [buffer.8:4] Buffer emptied, buffering needed. 2024/01/06 12:21:07 [source:4] Source source.27 gets down. 2024/01/06 12:21:07 [source:4] Source audio.add.4 gets down. 2024/01/06 12:21:07 [source:4] Source fade_in.4 gets down. 2024/01/06 12:21:07 [source:4] Source track_amplify.9 gets down. 2024/01/06 12:21:07 [source:4] Source on_track.20 gets down. 2024/01/06 12:21:07 [source:4] Source on_metadata.8 gets down. 2024/01/06 12:21:07 [source:4] Source on_track.19 gets down. 2024/01/06 12:21:07 [source:4] Source cross_after.4 gets down. 2024/01/06 12:21:07 [source:4] Source buffer.8 gets down. 2024/01/06 12:21:07 [source:4] Source fade_out.4 gets down. 2024/01/06 12:21:07 [source:4] Source track_amplify.8 gets down. 2024/01/06 12:21:07 [source:4] Source on_end.4 gets down. 2024/01/06 12:21:07 [source:4] Source on_track.18 gets down. 2024/01/06 12:21:07 [source:4] Source on_metadata.7 gets down. 2024/01/06 12:21:07 [source:4] Source on_track.17 gets down. 2024/01/06 12:21:07 [source:4] Source cross_before.4 gets down. 2024/01/06 12:21:07 [source:4] Source buffer.7 gets down. 2024/01/06 12:21:07 [cross:4] Buffering end of track... 2024/01/06 12:21:07 [cross:4] More buffering will be needed. 2024/01/06 12:21:07 [clock.videostream:2] We must catchup 5.07 seconds! 2024/01/06 12:21:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:07 [clock.main:2] We must catchup 7.62 seconds! 2024/01/06 12:21:08 [clock.videostream:2] We must catchup 4.36 seconds! 2024/01/06 12:21:08 [clock.main:2] We must catchup 7.47 seconds! 2024/01/06 12:21:09 [clock.videostream:2] We must catchup 3.50 seconds! 2024/01/06 12:21:09 [clock.main:2] We must catchup 6.95 seconds! 2024/01/06 12:21:10 [clock.videostream:2] We must catchup 2.75 seconds! 2024/01/06 12:21:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:10 [clock.main:2] We must catchup 5.80 seconds! 2024/01/06 12:21:11 [clock.videostream:2] We must catchup 1.47 seconds! 2024/01/06 12:21:11 [clock.main:2] We must catchup 5.12 seconds! 2024/01/06 12:21:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:12 [clock.main:2] We must catchup 4.73 seconds! 2024/01/06 12:21:13 [clock.main:2] We must catchup 3.79 seconds! 2024/01/06 12:21:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:14 [clock.main:2] We must catchup 2.83 seconds! 2024/01/06 12:21:15 [clock.main:2] We must catchup 2.56 seconds! 2024/01/06 12:21:16 [clock.main:2] We must catchup 2.26 seconds! 2024/01/06 12:21:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:17 [clock.main:2] We must catchup 1.48 seconds! 2024/01/06 12:21:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:21:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:21:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:21:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:22:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:22:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:22:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:23:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:23:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:23:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:24:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:24:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:24:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:25:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:25:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:25:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:31 [server:4] New client unix socket "". 2024/01/06 12:26:31 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/The Prodigy/The Fat Of The Land/09 Climbatize.mp3". 2024/01/06 12:26:31 [server:4] Client unix socket "" disconnected. 2024/01/06 12:26:31 [next_song:4] Remaining 0 requests 2024/01/06 12:26:31 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3" (RID 41). [mp3float @ 0x7f963dd60300] Could not update timestamps for skipped samples. 2024/01/06 12:26:31 [cue_next_song:4] Cue points : none / none 2024/01/06 12:26:31 [cue_next_song:3] Cueing in... 2024/01/06 12:26:31 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:26:31 [audioscrobbler:4] Submitting Myrkur -- Måneblôt with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:26:31 [lang:3] API nextsong - Response (200): annotate:title="Big Pimpin'/Papercut",artist="Jay-Z/Linkin Park",duration="156.00",song_id="713bead40172d74bfdad252dd52ebba8",media_id="5078",playlist_id="3":media:GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3 2024/01/06 12:26:31 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:33 [clock.videostream:2] We must catchup 1.66 seconds! 2024/01/06 12:26:33 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:33 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:33 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:33 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:33 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:33 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:33 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:33 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:33 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:33 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:33 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:33 [cross:3] Analysis: -8.721298dB / -15.723870dB (3.96s / 3.96s) 2024/01/06 12:26:33 [source:4] Source source.30 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source.30:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source audio.add.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [audio.add.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source fade_in.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [fade_in.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source track_amplify.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [track_amplify.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source on_track.24 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [on_track.24:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source on_metadata.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [on_metadata.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source on_track.23 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [on_track.23:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source cross_after.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [cross_after.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source buffer.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [buffer.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source fade_out.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [fade_out.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source track_amplify.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [track_amplify.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source on_end.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [on_end.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source on_track.22 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [on_track.22:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source on_metadata.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [on_metadata.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source on_track.21 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [on_track.21:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source cross_before.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [cross_before.5:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [source:4] Source buffer.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:26:33 [buffer.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:26:33 [cross_after.5:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:26:33 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:34 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:26:34 [lang:3] "song_id": "3d0a8ab1c41c03369f46fc130407c364", 2024/01/06 12:26:34 [lang:3] "playlist_id": "3", 2024/01/06 12:26:34 [lang:3] "media_id": "10037" 2024/01/06 12:26:34 [lang:3] } 2024/01/06 12:26:34 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:34 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:34 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:34 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:26:34 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:26:34 [lang:3] API feedback - Response (200): true 2024/01/06 12:26:34 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": {audio=pcm(stereo)} 2024/01/06 12:26:34 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/06 12:26:34 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": {audio=pcm(stereo)} 2024/01/06 12:26:34 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:26:34 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:34 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:34 [clock.videostream:2] We must catchup 2.39 seconds! 2024/01/06 12:26:34 [clock.main:2] We must catchup 2.75 seconds! 2024/01/06 12:26:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:26:34 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:26:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:26:34 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:34 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:34 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:34 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:35 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:35 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:35 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:35 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:35 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:35 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3"! 2024/01/06 12:26:35 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3": audio/mpeg! 2024/01/06 12:26:35 [clock.videostream:2] We must catchup 3.05 seconds! 2024/01/06 12:26:35 [clock.main:2] We must catchup 3.48 seconds! 2024/01/06 12:26:35 [next_song:4] Queued 1 requests 2024/01/06 12:26:35 [cross_before.5:4] Fading out with type sin, duration: 3.5 and 3.48s remaining. 2024/01/06 12:26:36 [clock.main:2] We must catchup 2.17 seconds! 2024/01/06 12:26:36 [clock.videostream:2] We must catchup 1.74 seconds! 2024/01/06 12:26:36 [buffer.9:4] Buffer emptied, buffering needed. 2024/01/06 12:26:36 [buffer.10:4] Buffer emptied, buffering needed. 2024/01/06 12:26:36 [source:4] Source source.30 gets down. 2024/01/06 12:26:36 [source:4] Source audio.add.5 gets down. 2024/01/06 12:26:36 [source:4] Source fade_in.5 gets down. 2024/01/06 12:26:36 [source:4] Source track_amplify.11 gets down. 2024/01/06 12:26:36 [source:4] Source on_track.24 gets down. 2024/01/06 12:26:36 [source:4] Source on_metadata.10 gets down. 2024/01/06 12:26:36 [source:4] Source on_track.23 gets down. 2024/01/06 12:26:36 [source:4] Source cross_after.5 gets down. 2024/01/06 12:26:36 [source:4] Source buffer.10 gets down. 2024/01/06 12:26:36 [source:4] Source fade_out.5 gets down. 2024/01/06 12:26:36 [source:4] Source track_amplify.10 gets down. 2024/01/06 12:26:36 [source:4] Source on_end.5 gets down. 2024/01/06 12:26:36 [source:4] Source on_track.22 gets down. 2024/01/06 12:26:36 [source:4] Source on_metadata.9 gets down. 2024/01/06 12:26:36 [source:4] Source on_track.21 gets down. 2024/01/06 12:26:36 [source:4] Source cross_before.5 gets down. 2024/01/06 12:26:36 [source:4] Source buffer.9 gets down. 2024/01/06 12:26:36 [cross:4] Buffering end of track... 2024/01/06 12:26:37 [cross:4] More buffering will be needed. 2024/01/06 12:26:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:37 [clock.main:2] We must catchup 1.07 seconds! 2024/01/06 12:26:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:26:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:26:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:26:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:27:54 [decoder:2] Decoding "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:27:54 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:27:54 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:27:54 [decoder:4] 2024/01/06 12:27:55 [onair:4] Finished with "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv". 2024/01/06 12:27:55 [onair:4] Remaining 0 requests 2024/01/06 12:27:55 [onair:3] Prepared "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/vinyl_5_720p_15min.mkv" (RID 37). 2024/01/06 12:27:55 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.mad:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder:4] Available decoders: ffmpeg (priority: 10), mp4 (priority: 1), image (priority: 1) 2024/01/06 12:27:55 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:27:55 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": {video=canvas} 2024/01/06 12:27:55 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4" as audio: {codec: aac, 48000Hz, 2 channel(s)}, video: {codec: h264, 1280x720, yuv420p} 2024/01/06 12:27:55 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": {video=canvas} 2024/01/06 12:27:55 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4" with expected kind {video=canvas} and detected content {video=canvas} 2024/01/06 12:27:55 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4"! 2024/01/06 12:27:55 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4": video/mp4! 2024/01/06 12:27:55 [onair:4] Queued 1 requests 2024/01/06 12:27:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:27:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:27:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:28:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:28:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:28:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:29:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:29:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:29:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f963dd60300] Could not update timestamps for discarded samples. 2024/01/06 12:30:00 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. Måneblôt.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:30:00 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:30:00 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:30:00 [decoder:4] 2024/01/06 12:30:01 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Myrkur/2017 - Mareridt [Deluxe Edition]/02. M\195\165nebl\195\180t.mp3". 2024/01/06 12:30:01 [next_song:4] Remaining 0 requests 2024/01/06 12:30:01 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3" (RID 42). [mp3float @ 0x7f963b51d000] Could not update timestamps for skipped samples. 2024/01/06 12:30:01 [cue_next_song:4] Cue points : none / none 2024/01/06 12:30:01 [cue_next_song:3] Cueing in... 2024/01/06 12:30:01 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:30:01 [audioscrobbler:4] Submitting Jay-Z/Linkin Park -- Big Pimpin'/Papercut with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:30:01 [lang:3] API nextsong - Response (200): annotate:title="Cheer Up, Boys (Your Make Up Is Running)",artist="Foo Fighters",duration="221.00",song_id="4cbcab97c86f34e595234cd8705d93d4",media_id="4528",playlist_id="3":media:GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3 2024/01/06 12:30:01 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:04 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:04 [clock.videostream:2] We must catchup 2.51 seconds! 2024/01/06 12:30:04 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:04 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:04 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:04 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:04 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:04 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:04 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:05 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:05 [clock.videostream:2] We must catchup 3.37 seconds! 2024/01/06 12:30:05 [cross:3] Analysis: -86.794559dB / -25.395328dB (3.98s / 3.98s) 2024/01/06 12:30:05 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:05 [source:4] Source source.33 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source.33:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source audio.add.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [audio.add.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source fade_in.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [fade_in.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source track_amplify.13 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [track_amplify.13:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source on_track.28 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [on_track.28:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:05 [source:4] Source on_metadata.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [on_metadata.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source on_track.27 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [on_track.27:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source cross_after.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [cross_after.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source buffer.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [buffer.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source fade_out.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [fade_out.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source track_amplify.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [track_amplify.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source on_end.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [on_end.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source on_track.26 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [on_track.26:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source on_metadata.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [on_metadata.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source on_track.25 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [on_track.25:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source cross_before.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [cross_before.6:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [source:4] Source buffer.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:30:05 [buffer.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:30:05 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:05 [cross_after.6:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:30:05 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:05 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:30:05 [lang:3] "song_id": "713bead40172d74bfdad252dd52ebba8", 2024/01/06 12:30:05 [lang:3] "playlist_id": "3", 2024/01/06 12:30:05 [lang:3] "media_id": "5078" 2024/01/06 12:30:05 [lang:3] } 2024/01/06 12:30:05 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:05 [lang:3] API feedback - Response (200): true 2024/01/06 12:30:05 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:05 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:30:05 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:30:05 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": {audio=pcm(stereo)} 2024/01/06 12:30:05 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p} 2024/01/06 12:30:05 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": {audio=pcm(stereo)} 2024/01/06 12:30:05 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:30:05 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:05 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:05 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:05 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:05 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:05 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:05 [clock.main:2] We must catchup 4.41 seconds! 2024/01/06 12:30:06 [clock.videostream:2] We must catchup 4.27 seconds! 2024/01/06 12:30:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:30:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:30:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:30:06 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:06 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:06 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:06 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:06 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:07 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:07 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3"! 2024/01/06 12:30:07 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3": audio/mpeg! 2024/01/06 12:30:07 [clock.videostream:2] We must catchup 4.99 seconds! 2024/01/06 12:30:07 [clock.main:2] We must catchup 5.58 seconds! 2024/01/06 12:30:07 [next_song:4] Queued 1 requests 2024/01/06 12:30:07 [cross_before.6:4] Fading out with type sin, duration: 3.5 and 3.49764172336s remaining. 2024/01/06 12:30:08 [clock.videostream:2] We must catchup 4.54 seconds! 2024/01/06 12:30:08 [clock.main:2] We must catchup 5.39 seconds! 2024/01/06 12:30:09 [clock.videostream:2] We must catchup 3.64 seconds! 2024/01/06 12:30:09 [clock.main:2] We must catchup 5.11 seconds! 2024/01/06 12:30:10 [buffer.11:4] End of track. 2024/01/06 12:30:10 [buffer.11:4] Buffer emptied, buffering needed. 2024/01/06 12:30:10 [buffer.12:4] End of track. 2024/01/06 12:30:10 [buffer.12:4] Buffer emptied, buffering needed. 2024/01/06 12:30:10 [source:4] Source source.33 gets down. 2024/01/06 12:30:10 [source:4] Source audio.add.6 gets down. 2024/01/06 12:30:10 [source:4] Source fade_in.6 gets down. 2024/01/06 12:30:10 [source:4] Source track_amplify.13 gets down. 2024/01/06 12:30:10 [source:4] Source on_track.28 gets down. 2024/01/06 12:30:10 [source:4] Source on_metadata.12 gets down. 2024/01/06 12:30:10 [source:4] Source on_track.27 gets down. 2024/01/06 12:30:10 [source:4] Source cross_after.6 gets down. 2024/01/06 12:30:10 [source:4] Source buffer.12 gets down. 2024/01/06 12:30:10 [source:4] Source fade_out.6 gets down. 2024/01/06 12:30:10 [source:4] Source track_amplify.12 gets down. 2024/01/06 12:30:10 [source:4] Source on_end.6 gets down. 2024/01/06 12:30:10 [source:4] Source on_track.26 gets down. 2024/01/06 12:30:10 [source:4] Source on_metadata.11 gets down. 2024/01/06 12:30:10 [source:4] Source on_track.25 gets down. 2024/01/06 12:30:10 [source:4] Source cross_before.6 gets down. 2024/01/06 12:30:10 [source:4] Source buffer.11 gets down. 2024/01/06 12:30:10 [cross:4] Buffering end of track... 2024/01/06 12:30:10 [clock.videostream:2] We must catchup 2.55 seconds! 2024/01/06 12:30:10 [cross:4] More buffering will be needed. 2024/01/06 12:30:10 [clock.main:2] We must catchup 5.11 seconds! 2024/01/06 12:30:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:11 [clock.videostream:2] We must catchup 1.72 seconds! 2024/01/06 12:30:11 [clock.main:2] We must catchup 5.34 seconds! 2024/01/06 12:30:12 [clock.main:2] We must catchup 4.98 seconds! 2024/01/06 12:30:13 [clock.main:2] We must catchup 4.18 seconds! 2024/01/06 12:30:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:14 [clock.main:2] We must catchup 3.07 seconds! 2024/01/06 12:30:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:15 [clock.main:2] We must catchup 1.92 seconds! 2024/01/06 12:30:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:17 [clock.main:2] We must catchup 0.02 seconds! 2024/01/06 12:30:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:30:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:30:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:30:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:31:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:31:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:31:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f963b51d000] Could not update timestamps for discarded samples. 2024/01/06 12:32:33 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:32:33 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:32:33 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:32:33 [decoder:4] 2024/01/06 12:32:33 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Linkin Park & Jay-Z/Collision Course/02 Big Pimpin'_Papercut.mp3". 2024/01/06 12:32:33 [next_song:4] Remaining 0 requests 2024/01/06 12:32:33 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3" (RID 44). [mp3float @ 0x7f963c176d00] Could not update timestamps for skipped samples. 2024/01/06 12:32:33 [cue_next_song:4] Cue points : none / none 2024/01/06 12:32:33 [cue_next_song:3] Cueing in... 2024/01/06 12:32:33 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:32:33 [audioscrobbler:4] Submitting Foo Fighters -- Cheer Up, Boys (Your Make Up Is Running) with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:32:33 [lang:3] API nextsong - Response (200): annotate:title="Turning The Lights Out",artist="Rare Bird",duration="278.00",song_id="bb8af2b5a325ef08a76acdb78f6f8712",media_id="9835",playlist_id="3":media:GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3 2024/01/06 12:32:33 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:35 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:35 [clock.videostream:2] We must catchup 1.97 seconds! 2024/01/06 12:32:35 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:35 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:35 [cross:3] Analysis: -10.679140dB / -13.541624dB (3.96s / 3.96s) 2024/01/06 12:32:35 [source:4] Source source.36 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source.36:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source audio.add.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [audio.add.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source fade_in.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [fade_in.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source track_amplify.15 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [track_amplify.15:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source on_track.32 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [on_track.32:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source on_metadata.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:35 [on_metadata.14:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_track.31 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_track.31:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source cross_after.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [cross_after.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source buffer.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [buffer.14:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source fade_out.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [fade_out.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source track_amplify.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [track_amplify.14:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_end.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_end.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_track.30 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_track.30:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_metadata.13 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_metadata.13:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_track.29 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_track.29:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source cross_before.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [cross_before.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source buffer.13 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [buffer.13:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [cross_after.7:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:32:37 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:37 [clock.videostream:2] We must catchup 3.92 seconds! 2024/01/06 12:32:37 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:37 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:32:37 [lang:3] "song_id": "4cbcab97c86f34e595234cd8705d93d4", 2024/01/06 12:32:37 [lang:3] "playlist_id": "3", 2024/01/06 12:32:37 [lang:3] "media_id": "4528" 2024/01/06 12:32:37 [lang:3] } 2024/01/06 12:32:37 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:37 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:37 [lang:3] API feedback - Response (200): true 2024/01/06 12:32:37 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:37 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [clock.main:2] We must catchup 4.39 seconds! 2024/01/06 12:32:38 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:32:38 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:32:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:32:38 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": {audio=pcm(stereo)} 2024/01/06 12:32:38 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj422p} 2024/01/06 12:32:38 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": {audio=pcm(stereo)} 2024/01/06 12:32:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:32:38 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:32:38 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:32:38 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [clock.videostream:2] We must catchup 4.34 seconds! 2024/01/06 12:32:38 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:39 [next_song:4] Queued 1 requests 2024/01/06 12:32:39 [clock.main:2] We must catchup 5.09 seconds! 2024/01/06 12:32:39 [cross_before.7:4] Fading out with type sin, duration: 3.5 and 3.48s remaining. 2024/01/06 12:32:39 [clock.videostream:2] We must catchup 3.39 seconds! 2024/01/06 12:32:40 [clock.main:2] We must catchup 4.06 seconds! 2024/01/06 12:32:40 [clock.videostream:2] We must catchup 1.81 seconds! 2024/01/06 12:32:40 [buffer.13:4] Buffer emptied, buffering needed. 2024/01/06 12:32:40 [buffer.14:4] Buffer emptied, buffering needed. 2024/01/06 12:32:40 [source:4] Source source.36 gets down. 2024/01/06 12:32:40 [source:4] Source audio.add.7 gets down. 2024/01/06 12:32:40 [source:4] Source fade_in.7 gets down. 2024/01/06 12:32:40 [source:4] Source track_amplify.15 gets down. 2024/01/06 12:32:40 [source:4] Source on_track.32 gets down. 2024/01/06 12:32:40 [source:4] Source on_metadata.14 gets down. 2024/01/06 12:32:40 [source:4] Source on_track.31 gets down. 2024/01/06 12:32:40 [source:4] Source cross_after.7 gets down. 2024/01/06 12:32:40 [source:4] Source buffer.14 gets down. 2024/01/06 12:32:40 [source:4] Source fade_out.7 gets down. 2024/01/06 12:32:40 [source:4] Source track_amplify.14 gets down. 2024/01/06 12:32:40 [source:4] Source on_end.7 gets down. 2024/01/06 12:32:40 [source:4] Source on_track.30 gets down. 2024/01/06 12:32:40 [source:4] Source on_metadata.13 gets down. 2024/01/06 12:32:40 [source:4] Source on_track.29 gets down. 2024/01/06 12:32:40 [source:4] Source cross_before.7 gets down. 2024/01/06 12:32:40 [source:4] Source buffer.13 gets down. 2024/01/06 12:32:40 [cross:4] Buffering end of track... 2024/01/06 12:32:40 [cross:4] More buffering will be needed. 2024/01/06 12:32:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:41 [clock.main:2] We must catchup 3.14 seconds! 2024/01/06 12:32:42 [clock.main:2] We must catchup 2.02 seconds! 2024/01/06 12:32:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:43 [clock.main:2] We must catchup 1.10 seconds! 2024/01/06 12:32:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length ```

I'm not sure how to reproduce this issue.

haven't been able to reproduce the issue but I have noticed another issue when the cue cue it too far from the end of the track: the source does not have a request queued to use for crossfade computation.

So this could again result in pop/clicks, right?

gAlleb commented 9 months ago

And here are logs where I've heard pop/click — just in the end of logo3.mp3 fade_out:

Logs_2 ``` 2024/01/06 12:32:35 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:35 [clock.videostream:2] We must catchup 1.97 seconds! 2024/01/06 12:32:35 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:35 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:35 [cross:3] Analysis: -10.679140dB / -13.541624dB (3.96s / 3.96s) 2024/01/06 12:32:35 [source:4] Source source.36 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source.36:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source audio.add.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [audio.add.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source fade_in.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [fade_in.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source track_amplify.15 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [track_amplify.15:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source on_track.32 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [on_track.32:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:35 [source:4] Source on_metadata.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:35 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:35 [on_metadata.14:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_track.31 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_track.31:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source cross_after.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [cross_after.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source buffer.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [buffer.14:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source fade_out.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [fade_out.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source track_amplify.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [track_amplify.14:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_end.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_end.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_track.30 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_track.30:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_metadata.13 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_metadata.13:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source on_track.29 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [on_track.29:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source cross_before.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [cross_before.7:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [source:4] Source buffer.13 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:32:37 [buffer.13:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:32:37 [cross_after.7:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:32:37 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:37 [clock.videostream:2] We must catchup 3.92 seconds! 2024/01/06 12:32:37 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:37 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:32:37 [lang:3] "song_id": "4cbcab97c86f34e595234cd8705d93d4", 2024/01/06 12:32:37 [lang:3] "playlist_id": "3", 2024/01/06 12:32:37 [lang:3] "media_id": "4528" 2024/01/06 12:32:37 [lang:3] } 2024/01/06 12:32:37 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:37 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:37 [lang:3] API feedback - Response (200): true 2024/01/06 12:32:37 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:37 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [clock.main:2] We must catchup 4.39 seconds! 2024/01/06 12:32:38 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:32:38 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:32:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:32:38 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": {audio=pcm(stereo)} 2024/01/06 12:32:38 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj422p} 2024/01/06 12:32:38 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": {audio=pcm(stereo)} 2024/01/06 12:32:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:32:38 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:32:38 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:32:38 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [clock.videostream:2] We must catchup 4.34 seconds! 2024/01/06 12:32:38 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:38 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3"! 2024/01/06 12:32:38 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3": audio/mpeg! 2024/01/06 12:32:39 [next_song:4] Queued 1 requests 2024/01/06 12:32:39 [clock.main:2] We must catchup 5.09 seconds! 2024/01/06 12:32:39 [cross_before.7:4] Fading out with type sin, duration: 3.5 and 3.48s remaining. 2024/01/06 12:32:39 [clock.videostream:2] We must catchup 3.39 seconds! 2024/01/06 12:32:40 [clock.main:2] We must catchup 4.06 seconds! 2024/01/06 12:32:40 [clock.videostream:2] We must catchup 1.81 seconds! 2024/01/06 12:32:40 [buffer.13:4] Buffer emptied, buffering needed. 2024/01/06 12:32:40 [buffer.14:4] Buffer emptied, buffering needed. 2024/01/06 12:32:40 [source:4] Source source.36 gets down. 2024/01/06 12:32:40 [source:4] Source audio.add.7 gets down. 2024/01/06 12:32:40 [source:4] Source fade_in.7 gets down. 2024/01/06 12:32:40 [source:4] Source track_amplify.15 gets down. 2024/01/06 12:32:40 [source:4] Source on_track.32 gets down. 2024/01/06 12:32:40 [source:4] Source on_metadata.14 gets down. 2024/01/06 12:32:40 [source:4] Source on_track.31 gets down. 2024/01/06 12:32:40 [source:4] Source cross_after.7 gets down. 2024/01/06 12:32:40 [source:4] Source buffer.14 gets down. 2024/01/06 12:32:40 [source:4] Source fade_out.7 gets down. 2024/01/06 12:32:40 [source:4] Source track_amplify.14 gets down. 2024/01/06 12:32:40 [source:4] Source on_end.7 gets down. 2024/01/06 12:32:40 [source:4] Source on_track.30 gets down. 2024/01/06 12:32:40 [source:4] Source on_metadata.13 gets down. 2024/01/06 12:32:40 [source:4] Source on_track.29 gets down. 2024/01/06 12:32:40 [source:4] Source cross_before.7 gets down. 2024/01/06 12:32:40 [source:4] Source buffer.13 gets down. 2024/01/06 12:32:40 [cross:4] Buffering end of track... 2024/01/06 12:32:40 [cross:4] More buffering will be needed. 2024/01/06 12:32:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:41 [clock.main:2] We must catchup 3.14 seconds! 2024/01/06 12:32:42 [clock.main:2] We must catchup 2.02 seconds! 2024/01/06 12:32:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:43 [clock.main:2] We must catchup 1.10 seconds! 2024/01/06 12:32:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:32:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:32:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:32:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:10 [clock.main:2] We must catchup 0.80 seconds! 2024/01/06 12:33:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:10 [clock.videostream:2] We must catchup 0.46 seconds! 2024/01/06 12:33:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:33:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:33:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:33:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:20 [clock.main:2] We must catchup 1.00 seconds! 2024/01/06 12:34:21 [clock.main:2] We must catchup 1.19 seconds! 2024/01/06 12:34:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:23 [clock.main:2] We must catchup 1.00 seconds! 2024/01/06 12:34:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:34:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:34:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:34:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:35:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:35:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:35:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f963c176d00] Could not update timestamps for discarded samples. 2024/01/06 12:36:10 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:36:10 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:36:10 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:36:10 [decoder:4] 2024/01/06 12:36:10 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Foo Fighters/2007 - Echoes, Silence, Patience & Grace - (320 kbps)/07. Cheer Up, Boys (Your Make Up Is Running).mp3". 2024/01/06 12:36:10 [next_song:4] Remaining 0 requests 2024/01/06 12:36:10 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3" (RID 45). [mp3float @ 0x7f963bfd3800] Could not update timestamps for skipped samples. 2024/01/06 12:36:10 [cue_next_song:4] Cue points : none / none 2024/01/06 12:36:10 [cue_next_song:3] Cueing in... 2024/01/06 12:36:10 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:36:10 [audioscrobbler:4] Submitting Rare Bird -- Turning The Lights Out with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:36:11 [lang:3] API nextsong - Response (200): annotate:title="Rock @ omFM",artist="Rock @ omFM",duration="9.00",song_id="481c81d184b3fbec5ca510c735915022",media_id="19",playlist_id="12",jingle_mode="true":media:jingles/rock/day/logo3.mp3 2024/01/06 12:36:11 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:36:11 [decoder:4] Trying decoder "ffmpeg" [mp3 @ 0x7f963bd3d800] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:36:11 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": {audio=pcm(stereo)} 2024/01/06 12:36:11 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/06 12:36:11 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": {audio=pcm(stereo)} 2024/01/06 12:36:11 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:36:11 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [cross:3] Analysis: -37.589184dB / -59.784826dB (3.97s / 3.99s) 2024/01/06 12:36:11 [source:4] Source source.39 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source.39:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source audio.add.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [audio.add.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source fade_in.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [fade_in.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source track_amplify.17 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [track_amplify.17:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source on_track.36 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [on_track.36:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source on_metadata.16 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [on_metadata.16:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source on_track.35 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [on_track.35:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source cross_after.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [cross_after.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source buffer.16 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [buffer.16:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source fade_out.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [fade_out.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source track_amplify.16 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [track_amplify.16:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source on_end.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [on_end.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source on_track.34 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [on_track.34:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source on_metadata.15 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [on_metadata.15:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source on_track.33 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [on_track.33:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [source:4] Source cross_before.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [cross_before.8:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [source:4] Source buffer.15 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:36:11 [buffer.15:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:36:11 [cross_after.8:4] Fading in with type: sin and duration: 0.s. [mp3 @ 0x7f963bd3d800] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:36:11 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:36:11 [lang:3] "song_id": "bb8af2b5a325ef08a76acdb78f6f8712", 2024/01/06 12:36:11 [lang:3] "playlist_id": "3", 2024/01/06 12:36:11 [lang:3] "media_id": "9835" 2024/01/06 12:36:11 [lang:3] } 2024/01/06 12:36:11 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3"! 2024/01/06 12:36:11 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3": audio/mpeg! 2024/01/06 12:36:11 [next_song:4] Queued 1 requests 2024/01/06 12:36:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:36:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:36:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:36:11 [lang:3] API feedback - Response (200): true 2024/01/06 12:36:11 [cross_before.8:4] Fading out with type sin, duration: 3.5 and 3.49333333333s remaining. 2024/01/06 12:36:14 [buffer.15:4] End of track. 2024/01/06 12:36:14 [buffer.15:4] Buffer emptied, buffering needed. 2024/01/06 12:36:14 [buffer.16:4] End of track. 2024/01/06 12:36:14 [buffer.16:4] Buffer emptied, buffering needed. 2024/01/06 12:36:14 [source:4] Source source.39 gets down. 2024/01/06 12:36:14 [source:4] Source audio.add.8 gets down. 2024/01/06 12:36:14 [source:4] Source fade_in.8 gets down. 2024/01/06 12:36:14 [source:4] Source track_amplify.17 gets down. 2024/01/06 12:36:14 [source:4] Source on_track.36 gets down. 2024/01/06 12:36:14 [source:4] Source on_metadata.16 gets down. 2024/01/06 12:36:14 [source:4] Source on_track.35 gets down. 2024/01/06 12:36:14 [source:4] Source cross_after.8 gets down. 2024/01/06 12:36:14 [source:4] Source buffer.16 gets down. 2024/01/06 12:36:14 [source:4] Source fade_out.8 gets down. 2024/01/06 12:36:14 [source:4] Source track_amplify.16 gets down. 2024/01/06 12:36:14 [source:4] Source on_end.8 gets down. 2024/01/06 12:36:14 [source:4] Source on_track.34 gets down. 2024/01/06 12:36:14 [source:4] Source on_metadata.15 gets down. 2024/01/06 12:36:14 [source:4] Source on_track.33 gets down. 2024/01/06 12:36:14 [source:4] Source cross_before.8 gets down. 2024/01/06 12:36:14 [source:4] Source buffer.15 gets down. 2024/01/06 12:36:14 [cross:4] Buffering end of track... 2024/01/06 12:36:14 [cross:4] More buffering will be needed. 2024/01/06 12:36:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:36:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:36:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:36:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:37:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:37:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:37:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:38:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:38:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:38:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:39:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:39:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:39:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f963bfd3800] Could not update timestamps for discarded samples. 2024/01/06 12:40:44 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:40:44 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:40:44 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:40:44 [decoder:4] 2024/01/06 12:40:45 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Rare Bird/Rare Bird - 1972 - Epic Forest/05. Turning The Lights Out.mp3". 2024/01/06 12:40:45 [next_song:4] Remaining 0 requests [mp3 @ 0x7f964793ec00] Estimating duration from bitrate, this may be inaccurate [mp3 @ 0x7f964793ec00] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:40:45 [next_song:3] Prepared "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3" (RID 46). 2024/01/06 12:40:45 [cue_next_song:4] Cue points : none / none 2024/01/06 12:40:45 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:40:45 [cue_next_song:3] Cueing in... 2024/01/06 12:40:45 [audioscrobbler:4] Submitting Rock @ omFM -- Rock @ omFM with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:40:45 [lang:3] API nextsong - Response (200): annotate:title="A Dying Wish",artist="Anathema",duration="490.00",song_id="6fbe5250a61c89488768bddbf1436008",media_id="3416",playlist_id="3":media:GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3 2024/01/06 12:40:45 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:48 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:48 [clock.videostream:2] We must catchup 3.32 seconds! 2024/01/06 12:40:48 [cross:3] Analysis: -72.813086dB / -10.584023dB (3.97s / 3.99s) 2024/01/06 12:40:48 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:48 [source:4] Source source.42 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source.42:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source audio.add.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [audio.add.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source fade_in.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [fade_in.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source track_amplify.19 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [track_amplify.19:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source on_track.40 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [on_track.40:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source on_metadata.18 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [on_metadata.18:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source on_track.39 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [on_track.39:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source cross_after.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [cross_after.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source buffer.18 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [buffer.18:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source fade_out.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [fade_out.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source track_amplify.18 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [track_amplify.18:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source on_end.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [on_end.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source on_track.38 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [on_track.38:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source on_metadata.17 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [on_metadata.17:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:48 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:48 [source:4] Source on_track.37 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [on_track.37:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:48 [source:4] Source cross_before.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [cross_before.9:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [source:4] Source buffer.17 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:48 [buffer.17:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:48 [cross_after.9:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:40:48 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:40:48 [lang:3] "song_id": "481c81d184b3fbec5ca510c735915022", 2024/01/06 12:40:48 [lang:3] "playlist_id": "12", 2024/01/06 12:40:48 [lang:3] "media_id": "19" 2024/01/06 12:40:48 [lang:3] } 2024/01/06 12:40:48 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:48 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:48 [lang:3] API feedback - Response (200): true 2024/01/06 12:40:48 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:48 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:48 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:48 [clock.main:2] We must catchup 3.66 seconds! 2024/01/06 12:40:48 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:48 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:48 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:48 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:48 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:48 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:40:48 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:40:48 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": {audio=pcm(stereo)} 2024/01/06 12:40:48 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x495, yuvj420p} 2024/01/06 12:40:48 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": {audio=pcm(stereo)} 2024/01/06 12:40:48 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:40:48 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:49 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:49 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:49 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:49 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:49 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:49 [clock.videostream:2] We must catchup 4.36 seconds! 2024/01/06 12:40:49 [clock.main:2] We must catchup 4.61 seconds! 2024/01/06 12:40:49 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:49 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:49 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:50 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:50 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:50 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:50 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3"! 2024/01/06 12:40:50 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3": audio/mpeg! 2024/01/06 12:40:50 [next_song:4] Queued 1 requests 2024/01/06 12:40:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:50 [cross_before.9:4] Fading out with type sin, duration: 3.5 and 3.49333333333s remaining. 2024/01/06 12:40:50 [clock.main:2] We must catchup 3.97 seconds! 2024/01/06 12:40:50 [clock.videostream:2] We must catchup 3.50 seconds! 2024/01/06 12:40:51 [clock.videostream:2] We must catchup 2.23 seconds! 2024/01/06 12:40:51 [clock.main:2] We must catchup 2.82 seconds! 2024/01/06 12:40:52 [buffer.17:4] End of track. 2024/01/06 12:40:52 [buffer.17:4] Buffer emptied, buffering needed. 2024/01/06 12:40:52 [buffer.18:4] End of track. 2024/01/06 12:40:52 [buffer.18:4] Buffer emptied, buffering needed. 2024/01/06 12:40:52 [source:4] Source source.42 gets down. 2024/01/06 12:40:52 [source:4] Source audio.add.9 gets down. 2024/01/06 12:40:52 [source:4] Source fade_in.9 gets down. 2024/01/06 12:40:52 [source:4] Source track_amplify.19 gets down. 2024/01/06 12:40:52 [source:4] Source on_track.40 gets down. 2024/01/06 12:40:52 [source:4] Source on_metadata.18 gets down. 2024/01/06 12:40:52 [source:4] Source on_track.39 gets down. 2024/01/06 12:40:52 [source:4] Source cross_after.9 gets down. 2024/01/06 12:40:52 [source:4] Source buffer.18 gets down. 2024/01/06 12:40:52 [source:4] Source fade_out.9 gets down. 2024/01/06 12:40:52 [source:4] Source track_amplify.18 gets down. 2024/01/06 12:40:52 [source:4] Source on_end.9 gets down. 2024/01/06 12:40:52 [source:4] Source on_track.38 gets down. 2024/01/06 12:40:52 [source:4] Source on_metadata.17 gets down. 2024/01/06 12:40:52 [source:4] Source on_track.37 gets down. 2024/01/06 12:40:52 [source:4] Source cross_before.9 gets down. 2024/01/06 12:40:52 [source:4] Source buffer.17 gets down. 2024/01/06 12:40:52 [cross:4] Buffering end of track... 2024/01/06 12:40:52 [cross:4] More buffering will be needed. 2024/01/06 12:40:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:52 [decoder:2] Decoding "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:40:52 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:40:52 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:40:52 [decoder:4] 2024/01/06 12:40:52 [next_song:4] Finished with "/var/azuracast/stations/radio/media/jingles/rock/day/logo3.mp3". 2024/01/06 12:40:52 [next_song:4] Remaining 0 requests 2024/01/06 12:40:52 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3" (RID 47). [mp3float @ 0x7f963bc02000] Could not update timestamps for skipped samples. 2024/01/06 12:40:52 [cue_next_song:4] Cue points : none / none 2024/01/06 12:40:52 [cue_next_song:3] Cueing in... 2024/01/06 12:40:52 [audioscrobbler:4] Submitting Anathema -- A Dying Wish with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:40:52 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:40:52 [lang:3] API nextsong - Response (200): annotate:title="Rock And Roll",artist="Led Zeppelin",duration="220.00",song_id="1e4cea7d36ca7da632d751cada1998c1",media_id="5296",playlist_id="3":media:GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3 2024/01/06 12:40:52 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [clock.videostream:2] We must catchup 2.98 seconds! 2024/01/06 12:40:54 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [cross:3] Analysis: -28.628444dB / -24.681831dB (3.98s / 3.98s) 2024/01/06 12:40:54 [source:4] Source source.45 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source.45:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [source:4] Source audio.add.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [audio.add.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source fade_in.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [fade_in.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source track_amplify.21 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [track_amplify.21:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_track.44 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_track.44:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_metadata.20 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_metadata.20:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_track.43 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_track.43:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source cross_after.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [cross_after.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source buffer.20 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [buffer.20:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source fade_out.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [fade_out.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source track_amplify.20 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [track_amplify.20:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_end.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_end.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_track.42 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_track.42:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_metadata.19 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_metadata.19:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_track.41 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_track.41:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source cross_before.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [cross_before.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source buffer.19 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [buffer.19:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [cross_after.10:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:40:54 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:40:54 [lang:3] "song_id": "6fbe5250a61c89488768bddbf1436008", 2024/01/06 12:40:54 [lang:3] "playlist_id": "3", 2024/01/06 12:40:54 [lang:3] "media_id": "3416" 2024/01/06 12:40:54 [lang:3] } 2024/01/06 12:40:54 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [lang:3] API feedback - Response (200): true 2024/01/06 12:40:55 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:40:55 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:40:55 [clock.main:2] We must catchup 4.36 seconds! 2024/01/06 12:40:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:40:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:40:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata [mp3 @ 0x7f9638e0bc00] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:40:55 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": {audio=pcm(stereo)} 2024/01/06 12:40:55 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 600x600, yuvj444p} 2024/01/06 12:40:55 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": {audio=pcm(stereo)} 2024/01/06 12:40:55 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:40:55 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! [mp3 @ 0x7f9638e0bc00] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:40:55 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [clock.videostream:2] We must catchup 3.44 seconds! 2024/01/06 12:40:55 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [next_song:4] Queued 1 requests 2024/01/06 12:40:55 [cross_before.10:4] Fading out with type sin, duration: 3.5 and 3.49632653061s remaining. 2024/01/06 12:40:56 [clock.main:2] We must catchup 4.48 seconds! 2024/01/06 12:40:56 [clock.videostream:2] We must catchup 2.57 seconds! 2024/01/06 12:40:57 [clock.main:2] We must catchup 3.58 seconds! 2024/01/06 12:40:57 [clock.videostream:2] We must catchup 1.14 seconds! 2024/01/06 12:40:57 [buffer.19:4] End of track. 2024/01/06 12:40:57 [buffer.19:4] Buffer emptied, buffering needed. 2024/01/06 12:40:57 [buffer.20:4] End of track. 2024/01/06 12:40:57 [buffer.20:4] Buffer emptied, buffering needed. 2024/01/06 12:40:57 [source:4] Source source.45 gets down. 2024/01/06 12:40:57 [source:4] Source audio.add.10 gets down. 2024/01/06 12:40:57 [source:4] Source fade_in.10 gets down. 2024/01/06 12:40:57 [source:4] Source track_amplify.21 gets down. 2024/01/06 12:40:57 [source:4] Source on_track.44 gets down. 2024/01/06 12:40:57 [source:4] Source on_metadata.20 gets down. 2024/01/06 12:40:57 [source:4] Source on_track.43 gets down. 2024/01/06 12:40:57 [source:4] Source cross_after.10 gets down. 2024/01/06 12:40:57 [source:4] Source buffer.20 gets down. 2024/01/06 12:40:57 [source:4] Source fade_out.10 gets down. 2024/01/06 12:40:57 [source:4] Source track_amplify.20 gets down. 2024/01/06 12:40:57 [source:4] Source on_end.10 gets down. 2024/01/06 12:40:57 [source:4] Source on_track.42 gets down. 2024/01/06 12:40:57 [source:4] Source on_metadata.19 gets down. 2024/01/06 12:40:57 [source:4] Source on_track.41 gets down. 2024/01/06 12:40:57 [source:4] Source cross_before.10 gets down. 2024/01/06 12:40:57 [source:4] Source buffer.19 gets down. 2024/01/06 12:40:57 [cross:4] Buffering end of track... 2024/01/06 12:40:57 [cross:4] More buffering will be needed. 2024/01/06 12:40:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:58 [clock.main:2] We must catchup 2.74 seconds! 2024/01/06 12:40:59 [clock.main:2] We must catchup 1.66 seconds! 2024/01/06 12:40:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:05 [clock.main:2] We must catchup 0.09 seconds! 2024/01/06 12:41:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:58 [decoder:2] Decoding "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/vinyl_5_720p_15min.mkv" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:42:58 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:42:58 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:42:58 [decoder:4] 2024/01/06 12:42:58 [onair:4] Finished with "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/vinyl_5_720p_15min.mkv". 2024/01/06 12:42:58 [onair:4] Remaining 0 requests 2024/01/06 12:42:58 [onair:3] Prepared "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4" (RID 43). 2024/01/06 12:42:58 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.mad:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder:4] Available decoders: ffmpeg (priority: 10), image (priority: 1) 2024/01/06 12:42:58 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:42:58 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": {video=canvas} 2024/01/06 12:42:58 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv" as audio: {codec: vorbis, 44100Hz, 2 channel(s)}, video: {codec: h264, 1280x720, yuv420p} 2024/01/06 12:42:58 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": {video=canvas} 2024/01/06 12:42:58 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv" with expected kind {video=canvas} and detected content {video=canvas} 2024/01/06 12:42:58 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.taglib:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.taglib:2] Error while decoding file tags: Taglib.File.Invalid_file 2024/01/06 12:42:58 [decoder.taglib:4] Raised by primitive operation at Taglib.File.open_file in file "src/taglib.ml", line 121, characters 12-36 2024/01/06 12:42:58 [decoder.taglib:4] Called from Taglib_plug.get_tags in file "src/core/decoder/taglib_plug.ml", line 67, characters 16-55 2024/01/06 12:42:58 [decoder.taglib:4] 2024/01/06 12:42:58 [onair:4] Queued 1 requests 2024/01/06 12:43:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length ```
gAlleb commented 9 months ago

Another pop/click between Led Zeppelin and Novembers Doom songs:

Logs_3 ``` 2024/01/06 12:40:52 [cue_next_song:4] Cue points : none / none 2024/01/06 12:40:52 [cue_next_song:3] Cueing in... 2024/01/06 12:40:52 [audioscrobbler:4] Submitting Anathema -- A Dying Wish with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:40:52 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:40:52 [lang:3] API nextsong - Response (200): annotate:title="Rock And Roll",artist="Led Zeppelin",duration="220.00",song_id="1e4cea7d36ca7da632d751cada1998c1",media_id="5296",playlist_id="3":media:GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3 2024/01/06 12:40:52 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [clock.videostream:2] We must catchup 2.98 seconds! 2024/01/06 12:40:54 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [cross:3] Analysis: -28.628444dB / -24.681831dB (3.98s / 3.98s) 2024/01/06 12:40:54 [source:4] Source source.45 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source.45:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [source:4] Source audio.add.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [audio.add.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source fade_in.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [fade_in.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source track_amplify.21 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [track_amplify.21:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_track.44 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_track.44:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_metadata.20 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_metadata.20:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_track.43 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_track.43:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source cross_after.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [cross_after.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source buffer.20 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [buffer.20:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source fade_out.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [fade_out.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source track_amplify.20 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [track_amplify.20:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_end.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_end.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_track.42 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_track.42:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_metadata.19 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_metadata.19:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source on_track.41 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [on_track.41:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source cross_before.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [cross_before.10:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [source:4] Source buffer.19 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:40:54 [buffer.19:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:40:54 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [cross_after.10:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:40:54 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:40:54 [lang:3] "song_id": "6fbe5250a61c89488768bddbf1436008", 2024/01/06 12:40:54 [lang:3] "playlist_id": "3", 2024/01/06 12:40:54 [lang:3] "media_id": "3416" 2024/01/06 12:40:54 [lang:3] } 2024/01/06 12:40:54 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:54 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:54 [lang:3] API feedback - Response (200): true 2024/01/06 12:40:55 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:40:55 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:40:55 [clock.main:2] We must catchup 4.36 seconds! 2024/01/06 12:40:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:40:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:40:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata [mp3 @ 0x7f9638e0bc00] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:40:55 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": {audio=pcm(stereo)} 2024/01/06 12:40:55 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 600x600, yuvj444p} 2024/01/06 12:40:55 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": {audio=pcm(stereo)} 2024/01/06 12:40:55 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:40:55 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! [mp3 @ 0x7f9638e0bc00] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:40:55 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [clock.videostream:2] We must catchup 3.44 seconds! 2024/01/06 12:40:55 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3"! 2024/01/06 12:40:55 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3": audio/mpeg! 2024/01/06 12:40:55 [next_song:4] Queued 1 requests 2024/01/06 12:40:55 [cross_before.10:4] Fading out with type sin, duration: 3.5 and 3.49632653061s remaining. 2024/01/06 12:40:56 [clock.main:2] We must catchup 4.48 seconds! 2024/01/06 12:40:56 [clock.videostream:2] We must catchup 2.57 seconds! 2024/01/06 12:40:57 [clock.main:2] We must catchup 3.58 seconds! 2024/01/06 12:40:57 [clock.videostream:2] We must catchup 1.14 seconds! 2024/01/06 12:40:57 [buffer.19:4] End of track. 2024/01/06 12:40:57 [buffer.19:4] Buffer emptied, buffering needed. 2024/01/06 12:40:57 [buffer.20:4] End of track. 2024/01/06 12:40:57 [buffer.20:4] Buffer emptied, buffering needed. 2024/01/06 12:40:57 [source:4] Source source.45 gets down. 2024/01/06 12:40:57 [source:4] Source audio.add.10 gets down. 2024/01/06 12:40:57 [source:4] Source fade_in.10 gets down. 2024/01/06 12:40:57 [source:4] Source track_amplify.21 gets down. 2024/01/06 12:40:57 [source:4] Source on_track.44 gets down. 2024/01/06 12:40:57 [source:4] Source on_metadata.20 gets down. 2024/01/06 12:40:57 [source:4] Source on_track.43 gets down. 2024/01/06 12:40:57 [source:4] Source cross_after.10 gets down. 2024/01/06 12:40:57 [source:4] Source buffer.20 gets down. 2024/01/06 12:40:57 [source:4] Source fade_out.10 gets down. 2024/01/06 12:40:57 [source:4] Source track_amplify.20 gets down. 2024/01/06 12:40:57 [source:4] Source on_end.10 gets down. 2024/01/06 12:40:57 [source:4] Source on_track.42 gets down. 2024/01/06 12:40:57 [source:4] Source on_metadata.19 gets down. 2024/01/06 12:40:57 [source:4] Source on_track.41 gets down. 2024/01/06 12:40:57 [source:4] Source cross_before.10 gets down. 2024/01/06 12:40:57 [source:4] Source buffer.19 gets down. 2024/01/06 12:40:57 [cross:4] Buffering end of track... 2024/01/06 12:40:57 [cross:4] More buffering will be needed. 2024/01/06 12:40:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:40:58 [clock.main:2] We must catchup 2.74 seconds! 2024/01/06 12:40:59 [clock.main:2] We must catchup 1.66 seconds! 2024/01/06 12:40:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:40:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:40:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:05 [clock.main:2] We must catchup 0.09 seconds! 2024/01/06 12:41:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:41:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:41:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:41:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:42:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:42:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:42:58 [decoder:2] Decoding "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/vinyl_5_720p_15min.mkv" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:42:58 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:42:58 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:42:58 [decoder:4] 2024/01/06 12:42:58 [onair:4] Finished with "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/vinyl_5_720p_15min.mkv". 2024/01/06 12:42:58 [onair:4] Remaining 0 requests 2024/01/06 12:42:58 [onair:3] Prepared "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/network_720p_20_18min.mp4" (RID 43). 2024/01/06 12:42:58 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.mad:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder:4] Available decoders: ffmpeg (priority: 10), image (priority: 1) 2024/01/06 12:42:58 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:42:58 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": {video=canvas} 2024/01/06 12:42:58 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv" as audio: {codec: vorbis, 44100Hz, 2 channel(s)}, video: {codec: h264, 1280x720, yuv420p} 2024/01/06 12:42:58 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": {video=canvas} 2024/01/06 12:42:58 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv" with expected kind {video=canvas} and detected content {video=canvas} 2024/01/06 12:42:58 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.id3:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv"! 2024/01/06 12:42:58 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.taglib:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/youtube-stream/img/background/background_video/onair/PixelLoop_15min.mkv": video/x-matroska! 2024/01/06 12:42:58 [decoder.taglib:2] Error while decoding file tags: Taglib.File.Invalid_file 2024/01/06 12:42:58 [decoder.taglib:4] Raised by primitive operation at Taglib.File.open_file in file "src/taglib.ml", line 121, characters 12-36 2024/01/06 12:42:58 [decoder.taglib:4] Called from Taglib_plug.get_tags in file "src/core/decoder/taglib_plug.ml", line 67, characters 16-55 2024/01/06 12:42:58 [decoder.taglib:4] 2024/01/06 12:42:58 [onair:4] Queued 1 requests 2024/01/06 12:43:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:40 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:44 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:48 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:52 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:43:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:43:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:43:56 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:00 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:04 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:08 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:20 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:24 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:28 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:32 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:36 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:44:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:44:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:44:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:17 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:49 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:53 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:45:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:45:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:45:57 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:05 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:09 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:13 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:46:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:46:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:46:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:47:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:47:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:47:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:48:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:48:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:48:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f963bc02000] Could not update timestamps for discarded samples. 2024/01/06 12:48:56 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:48:56 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:48:56 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:48:56 [decoder:4] 2024/01/06 12:48:57 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Anathema/02 - Compilation & Boxed Set/2001 [2002] - Resonance II/07. A Dying Wish.mp3". 2024/01/06 12:48:57 [next_song:4] Remaining 0 requests [mp3 @ 0x7f964793ec00] Estimating duration from bitrate, this may be inaccurate [mp3 @ 0x7f964793ec00] Estimating duration from bitrate, this may be inaccurate 2024/01/06 12:48:57 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3" (RID 48). 2024/01/06 12:48:57 [cue_next_song:4] Cue points : none / none 2024/01/06 12:48:57 [cue_next_song:3] Cueing in... 2024/01/06 12:48:57 [audioscrobbler:4] Submitting Led Zeppelin -- Rock And Roll with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:48:57 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:48:57 [lang:3] API nextsong - Response (200): annotate:title="For Every Leaf That Falls",artist="Novembers Doom",duration="276.00",song_id="540a5426a112b1262568fdae2b9116ad",media_id="3703",playlist_id="3":media:GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3 2024/01/06 12:48:57 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:48:59 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:48:59 [clock.videostream:2] We must catchup 2.21 seconds! 2024/01/06 12:48:59 [cross:3] Analysis: -41.126723dB / -20.095735dB (3.98s / 3.98s) 2024/01/06 12:48:59 [source:4] Source source.48 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:48:59 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:48:59 [source.48:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:00 [source:4] Source audio.add.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [audio.add.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source fade_in.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [fade_in.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source track_amplify.23 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [track_amplify.23:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source on_track.48 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [on_track.48:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source on_metadata.22 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [on_metadata.22:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source on_track.47 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [on_track.47:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source cross_after.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [cross_after.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source buffer.22 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [buffer.22:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source fade_out.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [fade_out.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source track_amplify.22 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [track_amplify.22:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source on_end.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [on_end.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source on_track.46 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [on_track.46:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source on_metadata.21 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [on_metadata.21:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source on_track.45 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [on_track.45:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source cross_before.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [cross_before.11:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [source:4] Source buffer.21 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:49:00 [buffer.21:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:49:00 [cross_after.11:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:49:00 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:49:00 [lang:3] "song_id": "1e4cea7d36ca7da632d751cada1998c1", 2024/01/06 12:49:00 [lang:3] "playlist_id": "3", 2024/01/06 12:49:00 [lang:3] "media_id": "5296" 2024/01/06 12:49:00 [lang:3] } 2024/01/06 12:49:00 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:00 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:00 [lang:3] API feedback - Response (200): true 2024/01/06 12:49:00 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:00 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:00 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:00 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:00 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:00 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:00 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:00 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:00 [clock.main:2] We must catchup 3.27 seconds! 2024/01/06 12:49:00 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:01 [clock.videostream:2] We must catchup 3.23 seconds! 2024/01/06 12:49:01 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:01 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:49:01 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:49:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:49:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:49:01 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:49:01 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": {audio=pcm(stereo)} 2024/01/06 12:49:01 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 700x700, yuvj444p} 2024/01/06 12:49:01 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": {audio=pcm(stereo)} 2024/01/06 12:49:01 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:49:01 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:01 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:01 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:01 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:01 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:01 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:01 [clock.main:2] We must catchup 4.31 seconds! 2024/01/06 12:49:02 [clock.videostream:2] We must catchup 3.83 seconds! 2024/01/06 12:49:02 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:02 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:02 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:02 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:02 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:02 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:02 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3"! 2024/01/06 12:49:02 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3": audio/mpeg! 2024/01/06 12:49:02 [cross_before.11:4] Fading out with type sin, duration: 3.5 and 3.49696145125s remaining. 2024/01/06 12:49:03 [next_song:4] Queued 1 requests 2024/01/06 12:49:03 [clock.main:2] We must catchup 5.14 seconds! 2024/01/06 12:49:03 [clock.videostream:2] We must catchup 4.11 seconds! 2024/01/06 12:49:04 [clock.main:2] We must catchup 5.02 seconds! 2024/01/06 12:49:04 [clock.videostream:2] We must catchup 2.88 seconds! 2024/01/06 12:49:05 [clock.main:2] We must catchup 4.67 seconds! 2024/01/06 12:49:05 [clock.videostream:2] We must catchup 1.93 seconds! 2024/01/06 12:49:05 [buffer.21:4] End of track. 2024/01/06 12:49:05 [buffer.21:4] Buffer emptied, buffering needed. 2024/01/06 12:49:05 [buffer.22:4] End of track. 2024/01/06 12:49:05 [buffer.22:4] Buffer emptied, buffering needed. 2024/01/06 12:49:05 [source:4] Source source.48 gets down. 2024/01/06 12:49:05 [source:4] Source audio.add.11 gets down. 2024/01/06 12:49:05 [source:4] Source fade_in.11 gets down. 2024/01/06 12:49:05 [source:4] Source track_amplify.23 gets down. 2024/01/06 12:49:05 [source:4] Source on_track.48 gets down. 2024/01/06 12:49:05 [source:4] Source on_metadata.22 gets down. 2024/01/06 12:49:05 [source:4] Source on_track.47 gets down. 2024/01/06 12:49:05 [source:4] Source cross_after.11 gets down. 2024/01/06 12:49:05 [source:4] Source buffer.22 gets down. 2024/01/06 12:49:05 [source:4] Source fade_out.11 gets down. 2024/01/06 12:49:05 [source:4] Source track_amplify.22 gets down. 2024/01/06 12:49:05 [source:4] Source on_end.11 gets down. 2024/01/06 12:49:05 [source:4] Source on_track.46 gets down. 2024/01/06 12:49:05 [source:4] Source on_metadata.21 gets down. 2024/01/06 12:49:05 [source:4] Source on_track.45 gets down. 2024/01/06 12:49:05 [source:4] Source cross_before.11 gets down. 2024/01/06 12:49:05 [source:4] Source buffer.21 gets down. 2024/01/06 12:49:05 [cross:4] Buffering end of track... 2024/01/06 12:49:06 [cross:4] More buffering will be needed. 2024/01/06 12:49:06 [clock.main:2] We must catchup 4.55 seconds! 2024/01/06 12:49:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length [mp3float @ 0x7f963bb92800] invalid new backstep -1 2024/01/06 12:49:10 [clock.main:2] We must catchup 8.77 seconds! [mp3float @ 0x7f963bb92800] Header missing 2024/01/06 12:49:11 [clock.main:2] We must catchup 7.73 seconds! 2024/01/06 12:49:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:12 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:12 [clock.main:2] We must catchup 6.70 seconds! 2024/01/06 12:49:13 [clock.main:2] We must catchup 5.66 seconds! 2024/01/06 12:49:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:14 [clock.main:2] We must catchup 4.69 seconds! 2024/01/06 12:49:15 [clock.main:2] We must catchup 3.70 seconds! 2024/01/06 12:49:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:16 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:16 [clock.main:2] We must catchup 2.73 seconds! 2024/01/06 12:49:17 [clock.main:2] We must catchup 2.00 seconds! 2024/01/06 12:49:18 [clock.main:2] We must catchup 1.24 seconds! 2024/01/06 12:49:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:21 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:25 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:29 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:33 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:37 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:41 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:45 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:49:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:49:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:49:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:30 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:34 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:46 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:50 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:54 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:50:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:50:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:50:58 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:02 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:06 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:10 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:14 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:18 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:22 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:26 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:35 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:39 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:43 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:47 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:51 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:55 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:51:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:51:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:51:59 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:52:03 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:52:07 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:52:11 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:52:15 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:52:19 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:52:23 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:52:27 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length 2024/01/06 12:52:31 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to make expected length 2024/01/06 12:52:33 [decoder:2] Decoding "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/06 12:52:33 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 835, characters 12-29 2024/01/06 12:52:33 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/06 12:52:33 [decoder:4] 2024/01/06 12:52:34 [next_song:4] Finished with "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Led Zeppelin/Led Zeppelin IV/1-02 Rock And Roll.mp3". 2024/01/06 12:52:34 [next_song:4] Remaining 0 requests 2024/01/06 12:52:36 [next_song:3] Prepared "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Novembers Doom/Of Sculptured Ivy And Stone Flowers/07 For Every Leaf That Falls.mp3" (RID 50). 2024/01/06 12:52:36 [clock.main:2] We must catchup 2.03 seconds! [mp3float @ 0x7f96409dd300] Could not update timestamps for skipped samples. 2024/01/06 12:52:36 [cue_next_song:4] Cue points : none / none 2024/01/06 12:52:36 [cue_next_song:3] Cueing in... 2024/01/06 12:52:36 [audioscrobbler:4] Submitting Novembers Doom -- For Every Leaf That Falls with mode: submit to post.audioscrobbler.com:80 2024/01/06 12:52:36 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 2024/01/06 12:52:36 [lang:3] API nextsong - Response (200): annotate:title="Мое \"Я\"",artist="Бритва Оккама",duration="233.00",song_id="77be2eee49c2cbd3fb8e3328f5f6667b",media_id="6105",playlist_id="3":media:GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3 2024/01/06 12:52:36 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [clock.videostream:2] We must catchup 1.83 seconds! 2024/01/06 12:52:38 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [cross:3] Analysis: -36.191868dB / -19.566685dB (3.97s / 3.99s) 2024/01/06 12:52:38 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [source:4] Source source.51 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source.51:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source audio.add.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [audio.add.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source fade_in.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [fade_in.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source track_amplify.25 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [track_amplify.25:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source on_track.52 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [on_track.52:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source on_metadata.24 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [on_metadata.24:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source on_track.51 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [on_track.51:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source cross_after.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [cross_after.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source buffer.24 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [buffer.24:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source fade_out.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [fade_out.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source track_amplify.24 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [track_amplify.24:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source on_end.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [on_end.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source on_track.50 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [on_track.50:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source on_metadata.23 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [on_metadata.23:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source on_track.49 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [on_track.49:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source cross_before.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [cross_before.12:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [source:4] Source buffer.23 gets up with content type: {audio=pcm(stereo)}. 2024/01/06 12:52:38 [buffer.23:3] Content type is {audio=pcm(stereo)}. 2024/01/06 12:52:38 [cross_after.12:4] Fading in with type: sin and duration: 0.s. 2024/01/06 12:52:38 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: { 2024/01/06 12:52:38 [lang:3] "song_id": "540a5426a112b1262568fdae2b9116ad", 2024/01/06 12:52:38 [lang:3] "playlist_id": "3", 2024/01/06 12:52:38 [lang:3] "media_id": "3703" 2024/01/06 12:52:38 [lang:3] } 2024/01/06 12:52:38 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [lang:3] API feedback - Response (200): true 2024/01/06 12:52:38 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [clock.main:2] We must catchup 4.37 seconds! 2024/01/06 12:52:38 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to insert new metadata 2024/01/06 12:52:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to insert new metadata 2024/01/06 12:52:38 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_hifi to insert new metadata 2024/01/06 12:52:38 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/06 12:52:38 [decoder:4] Trying decoder "ffmpeg" 2024/01/06 12:52:38 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": {audio=pcm(stereo)} 2024/01/06 12:52:38 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 340x340, yuvj420p} 2024/01/06 12:52:38 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": {audio=pcm(stereo)} 2024/01/06 12:52:38 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/06 12:52:38 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:38 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:38 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:39 [clock.videostream:2] We must catchup 2.28 seconds! 2024/01/06 12:52:39 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:39 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:39 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:39 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:39 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:39 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:39 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3"! 2024/01/06 12:52:39 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radio/media/GoogleDrive_music/rock/Бритва Оккама/Ком/07 Мое _Я_.mp3": audio/mpeg! 2024/01/06 12:52:39 [next_song:4] Queued 1 requests 2024/01/06 12:52:39 [clock.main:2] We must catchup 5.04 seconds! 2024/01/06 12:52:39 [cross_before.12:4] Fading out with type sin, duration: 3.5 and 3.49306122449s remaining. 2024/01/06 12:52:40 [clock.videostream:2] We must catchup 1.89 seconds! 2024/01/06 12:52:40 [clock.main:2] We must catchup 4.53 seconds! 2024/01/06 12:52:41 [clock.main:2] We must catchup 3.76 seconds! 2024/01/06 12:52:41 [buffer.23:4] End of track. 2024/01/06 12:52:41 [buffer.23:4] Buffer emptied, buffering needed. 2024/01/06 12:52:41 [buffer.24:4] End of track. 2024/01/06 12:52:41 [buffer.24:4] Buffer emptied, buffering needed. 2024/01/06 12:52:41 [source:4] Source source.51 gets down. 2024/01/06 12:52:41 [source:4] Source audio.add.12 gets down. 2024/01/06 12:52:41 [source:4] Source fade_in.12 gets down. 2024/01/06 12:52:41 [source:4] Source track_amplify.25 gets down. 2024/01/06 12:52:41 [source:4] Source on_track.52 gets down. 2024/01/06 12:52:41 [source:4] Source on_metadata.24 gets down. 2024/01/06 12:52:41 [source:4] Source on_track.51 gets down. 2024/01/06 12:52:41 [source:4] Source cross_after.12 gets down. 2024/01/06 12:52:41 [source:4] Source buffer.24 gets down. 2024/01/06 12:52:41 [source:4] Source fade_out.12 gets down. 2024/01/06 12:52:41 [source:4] Source track_amplify.24 gets down. 2024/01/06 12:52:41 [source:4] Source on_end.12 gets down. 2024/01/06 12:52:41 [source:4] Source on_track.50 gets down. 2024/01/06 12:52:41 [source:4] Source on_metadata.23 gets down. 2024/01/06 12:52:41 [source:4] Source on_track.49 gets down. 2024/01/06 12:52:41 [source:4] Source cross_before.12 gets down. 2024/01/06 12:52:41 [source:4] Source buffer.23 gets down. 2024/01/06 12:52:41 [cross:4] Buffering end of track... 2024/01/06 12:52:41 [cross:4] More buffering will be needed. 2024/01/06 12:52:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_lofi to make expected length 2024/01/06 12:52:42 [/var/azuracast/stations/radio/hls/live_m3u8:4] Terminating current segment on stream aac_midfi to make expected length ```


Also tried to reproduce (but couldn't) with:

test_playlist = playlist(reload_mode="watch", "/home/radio/testaudio/test.m3u")
test_playlist = cue_cut(id="cue_playlist", test_playlist)
def crossfade(old, new) =
        cross.simple(old.source, new.source, fade_in=0.0, fade_out=3.50)
end
test_playlist = cross(minimum=0.00, duration=4.00, crossfade, test_playlist)
test_playlist = mksafe(test_playlist)
output.icecast(%mp3(bitrate=128), ..., test_playlist)

and test.m3u with different parametres:

annotate:title="1",artist="1",duration="8.41",liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id="1":/home/radio/testaudio/audio1.mp3
annotate:title="2",artist="2",duration="8.41",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id="1":/home/radio/testaudio/audio2.mp3
annotate:title="3",artist="3",duration="8.41",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id="1":/home/radio/testaudio/audio3.mp3

But everything ok on `Liquidsoap 2.2.4+git@295a01ecc

RM-FM commented 9 months ago

@toots @gAlleb Indeed, it seems that the meta data update issue is gone. Unfortunatel, I still hear some clicks/pops sometimes... Below log shows the relevant transition between jingle and song.

2024/01/08 16:25:56 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/08 16:25:56 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/08 16:25:56 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/08 16:25:56 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/08 16:25:56 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/08 16:25:56 [cross:3] Analysis: -10.527897dB / -10.353150dB (2.98s / 2.98s)
2024/01/08 16:25:56 [source.49:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [audio.add.15:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [fade_in.15:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [track_amplify.31:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [on_track.62:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [on_metadata.30:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [on_track.61:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [cross_after.15:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [buffer.30:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [fade_out.15:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [track_amplify.30:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [on_end.15:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [on_track.60:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [on_metadata.29:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [on_track.59:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [cross_before.15:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [buffer.29:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:25:56 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/08 16:25:56 [lang:3]   "song_id": "5f289d53ee08f3aa88e4ec69212d45d1",
2024/01/08 16:25:56 [lang:3]   "playlist_id": "1",
2024/01/08 16:25:56 [lang:3]   "media_id": "12"
2024/01/08 16:25:56 [lang:3] }
2024/01/08 16:25:56 [lang:3] API feedback - Response (200): true
2024/01/08 16:28:17 [cue_next_song:3] Cueing out...
2024/01/08 16:28:17 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 21).
[mp3float @ 0x7f5aa67c5400] Could not update timestamps for skipped samples.
2024/01/08 16:28:17 [cue_next_song:3] Cueing in...
2024/01/08 16:28:17 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/08 16:28:17 [lang:3] API nextsong - Response (200): annotate:title="Atemlos durch die Nacht (10 Year Anniversary Version)",artist="Helene Fischer, Shirin David",duration="172.93",song_id="c8fdc7b0f9f7d75196ea3dc810168d7e",media_id="13",liq_amplify="0.00dB",liq_cross_duration="1.80",liq_fade_in="0.00",liq_fade_out="1.80",liq_cue_in="0.50",liq_cue_out="172.50",playlist_id="1":media:helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3
2024/01/08 16:28:17 [cross:3] Analysis: -26.475995dB / -8.932521dB (3.56s / 3.56s)
2024/01/08 16:28:17 [source.52:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3": {audio=pcm(stereo)}
2024/01/08 16:28:17 [audio.add.16:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [fade_in.16:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [track_amplify.33:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [on_track.66:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [on_metadata.32:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [on_track.65:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [cross_after.16:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [buffer.32:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/08 16:28:17 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3": {audio=pcm(stereo)}
2024/01/08 16:28:17 [fade_out.16:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [track_amplify.32:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [on_end.16:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [on_track.64:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [on_metadata.31:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [on_track.63:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [cross_before.16:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [buffer.31:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:17 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/08 16:28:17 [lang:3]   "song_id": "a61199df15d23c3f9a2ad1b52491c2af",
2024/01/08 16:28:17 [lang:3]   "playlist_id": "2",
2024/01/08 16:28:17 [lang:3]   "media_id": "9"
2024/01/08 16:28:17 [lang:3] }
2024/01/08 16:28:17 [lang:3] API feedback - Response (200): true
[mp3float @ 0x7f5aa67c5400] Could not update timestamps for discarded samples.
2024/01/08 16:28:20 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/08 16:28:20 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3" (RID 22).
2024/01/08 16:28:20 [cue_next_song:3] Cueing in...
2024/01/08 16:28:20 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/08 16:28:20 [cross:3] Analysis: -14.489169dB / -29.186870dB (0.90s / 0.90s)
2024/01/08 16:28:20 [source.55:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [audio.add.17:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [fade_in.17:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [track_amplify.35:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [on_track.70:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [on_metadata.34:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [on_track.69:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [cross_after.17:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [buffer.34:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [fade_out.17:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [track_amplify.34:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [on_end.17:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [on_track.68:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [on_metadata.33:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [on_track.67:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [cross_before.17:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [buffer.33:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:28:20 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/08 16:28:20 [lang:3]   "song_id": "c8fdc7b0f9f7d75196ea3dc810168d7e",
2024/01/08 16:28:20 [lang:3]   "playlist_id": "1",
2024/01/08 16:28:20 [lang:3]   "media_id": "13"
2024/01/08 16:28:20 [lang:3] }
RM-FM commented 9 months ago

@toots @gAlleb Ups, now I changed the cue values of the jingles in order to test something else and the missing meta data issue came back:

2024/01/08 16:38:44 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/08 16:38:44 [lang:3]   "song_id": "5f289d53ee08f3aa88e4ec69212d45d1",
2024/01/08 16:38:44 [lang:3]   "playlist_id": "1",
2024/01/08 16:38:44 [lang:3]   "media_id": "12"
2024/01/08 16:38:44 [lang:3] }
2024/01/08 16:38:44 [lang:3] API feedback - Response (200): true
2024/01/08 16:41:04 [cue_next_song:3] Cueing out...
2024/01/08 16:41:04 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 31).
[mp3float @ 0x7f5aa67c5e00] Could not update timestamps for skipped samples.
2024/01/08 16:41:04 [cue_next_song:3] Cueing in...
2024/01/08 16:41:04 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/08 16:41:05 [cross:3] Analysis: -26.475995dB / -8.932521dB (3.56s / 3.56s)
2024/01/08 16:41:05 [source.82:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [audio.add.26:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [fade_in.26:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [track_amplify.53:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [on_track.106:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [on_metadata.52:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [on_track.105:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [cross_after.26:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [buffer.52:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [fade_out.26:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [track_amplify.52:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [on_end.26:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [on_track.104:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [on_metadata.51:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [on_track.103:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [cross_before.26:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [buffer.51:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:05 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/08 16:41:05 [lang:3]   "song_id": "a61199df15d23c3f9a2ad1b52491c2af",
2024/01/08 16:41:05 [lang:3]   "playlist_id": "2",
2024/01/08 16:41:05 [lang:3]   "media_id": "9"
2024/01/08 16:41:05 [lang:3] }
2024/01/08 16:41:05 [lang:3] API nextsong - Response (200): annotate:title="Atemlos durch die Nacht (10 Year Anniversary Version)",artist="Helene Fischer, Shirin David",duration="172.93",song_id="c8fdc7b0f9f7d75196ea3dc810168d7e",media_id="13",liq_amplify="0.00dB",liq_cross_duration="1.80",liq_fade_in="0.00",liq_fade_out="1.80",liq_cue_in="0.50",liq_cue_out="172.50",playlist_id="1":media:helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3
2024/01/08 16:41:05 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3": {audio=pcm(stereo)}
2024/01/08 16:41:05 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/08 16:41:05 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3": {audio=pcm(stereo)}
2024/01/08 16:41:06 [lang:3] API feedback - Response (200): true
[mp3float @ 0x7f5aa67c5e00] Could not update timestamps for discarded samples.
2024/01/08 16:41:08 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/08 16:41:09 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/helene_fischer,_shirin_david_-_atemlos_durch_die_nacht_(10_year_anniversary_version).mp3" (RID 32).
2024/01/08 16:41:09 [cue_next_song:3] Cueing in...
2024/01/08 16:41:09 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/08 16:41:09 [cross:3] Analysis: -14.489169dB / -34.342232dB (0.00s / 0.02s)
2024/01/08 16:41:09 [source.85:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [audio.add.27:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [fade_in.27:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [track_amplify.55:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [on_track.110:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [on_metadata.54:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [on_track.109:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [cross_after.27:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [buffer.54:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [fade_out.27:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [track_amplify.54:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [on_end.27:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [on_track.108:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [on_metadata.53:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [on_track.107:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [cross_before.27:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [buffer.53:3] Content type is {audio=pcm(stereo)}.
2024/01/08 16:41:09 [metadata_map.3:3] Inserting missing metadata.
2024/01/08 16:41:09 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",liq_cross_duration="0.00",liq_fade_in="0.00",liq_fade_out="0.00",liq_cue_in="0.00",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/08 16:41:09 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/08 16:41:09 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/08 16:41:09 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
toots commented 9 months ago

Ok thanks. I've been giving this one some thoughts and, even if I don't like doing this, I'm tempted to push a breaking change to fix this.

The reason is that cue_cut is essentially a bad operator. It operates after the initial file decoding and sends back instructions that are unpredictable for the underlying source. Typically, playlists know to prepare a new track when the current track only has a certain amount of data left but, when using cue_cut, the signal to abort the current track trips out this mechanism.

Likewise, I haven't confirmed it yet but I'm suspecting that the initial seek or the abrupt track abort might create situations with audio content changes that are too abrupt and become audible.

The cue cut operations should be pushed under the playlist so that they play nicely with its logic. I don't think that there's a lot of sense to keep fixing the current paradigm, this would require some pretty bad hacks.

I'm gonna see what I can do in the context of a stable release. What I would like to do is make the playlist aware of the cue cut metadata and be able to do the cuts itself. Then, what most scripts would have to do is simply remove the cue_cut operator or, in the presence of cue cut metadata that weren't used with a cue_cut operator (which I'd assumed would be much less common), then pass an argument to disable cue cut processing in the playlist.

This would apply to all file-based operators, single, requests.queue, request,dynamic etc.

What do y'all think?

gAlleb commented 9 months ago

Hi @toots! Thanks. Passing the cue cut function to a playlist seems nice. So all file-based operators would directly read metadata from annotations instead of using cue_cut operator (unless we pass an argument to disable it)?

Have you been able to reproduce the pop/click issue with cue_cut? The reason I'm asking is because I have been trying to reproduce with latest RR (using larger playlists and trying to simulate Azuracast behavior) but couldn't. I'm running Azuracast with Liquidsoap 2.2.4+git@295a01e and hear clicks. Also running other script: just Liquidsoap 2.2.4+git@295a01e with cue_cut and annotations and various operators and don't hear any clicks. So It could be a bummer to make all these big changes and then find out that the issue is hidden somewhere else.

toots commented 9 months ago

Those are all very valid points @gAlleb. However, we already do have an issue at hand: when the cut is too far from the end of the track, the mechanism to fetch the next track gets tripped out and the cut out happens without a track being ready next.

toots commented 9 months ago

Hi all! I pushed a PR with a first version of the changes. Would anyone be able to test this build here: https://github.com/savonet/liquidsoap/actions/runs/7455151871 ?

gAlleb commented 9 months ago

Hi @toots ! Thanks! Doesn't connect to icecast

2024/01/09 17:59:37 [xtest:3] Connecting mount xtest for source@radio...
2024/01/09 17:59:37 [xtest:2] Connection failed: could not write data to host: Unix.Unix_error(Unix.ECONNREFUSED, "write", "")
2024/01/09 17:59:37 [xtest:4] Raised at Cry.write_data.(fun) in file "src/cry.ml", line 347, characters 29-52
2024/01/09 17:59:37 [xtest:4] Called from Cry.connect_http in file "src/cry.ml", line 610, characters 4-48
2024/01/09 17:59:37 [xtest:4] Re-raised at Cry.connect_http in file "src/cry.ml", line 629, characters 4-38
2024/01/09 17:59:37 [xtest:4] Re-raised at Cry.connect in file "src/cry.ml", line 702, characters 4-38
2024/01/09 17:59:37 [xtest:4] Called from Icecast2.output#icecast_start in file "src/core/outputs/icecast2.ml", line 620, characters 8-37
2024/01/09 17:59:37 [xtest:4] 
2024/01/09 17:59:37 [xtest:3] Will try again in 3.00 sec.
2024/01/09 17:59:37 [request.1:4] Cueing out at position: 8.41
2024/01/09 17:59:37 [test_m3u:4] Finished with "/home/radio/testaudio/audio1.mp3".
2024/01/09 17:59:37 [request.1:4] Request finished.
2024/01/09 17:59:37 [test_m3u:4] Remaining 0 requests
toots commented 9 months ago

That seems unrelated.. Do you have more logs?

gAlleb commented 9 months ago
Logs ``` 2024/01/09 18:20:51 >>> LOG START 2024/01/09 18:20:45 [main:3] Liquidsoap 2.2.4+git@027939ded 2024/01/09 18:20:45 [main:3] Using: alsa=0.3.0 angstrom=0.15.0 ao=0.2.4 asetmap=0.8.1 asn1-combinators=0.2.6 astring=0.8.5 base64=3.5.1 bigarray=[distributed with Ocaml] bigarray-compat=1.1.0 bigstringaf=0.9.1 bjack=0.1.6 bos=0.2.1 bytes=[distributed with OCaml 4.02 or above] ca-certs=v0.2.3 camlimages.all_formats=4.2.6 camlimages.core=5.0.4 camlimages.exif=5.0.4 camlimages.gif=5.0.4 camlimages.jpeg=5.0.4 camlimages.png=5.0.4 camlimages.tiff=5.0.4 camlimages.xpm=5.0.4 camlp-streams camomile.lib=2.0 cohttp=5.3.0 cohttp-lwt=5.3.0 cohttp-lwt-unix=5.3.0 conduit=6.2.0 conduit-lwt=6.2.0 conduit-lwt-unix=6.2.0 cry=1.0.2 cstruct=6.2.0 ctypes=0.21.1 ctypes-foreign=0.21.1 ctypes.stubs=0.21.1 curl=0.9.2 domain-name=0.4.0 dssi=0.1.5 dtools=0.4.5 dune-build-info=3.11.1 dune-private-libs.dune-section=3.11.1 dune-site=3.11.1 dune-site.private=3.11.1 duppy=0.9.3 eqaf=0.9 eqaf.bigstring=0.9 eqaf.cstruct=0.9 faad=0.5.2 fdkaac=0.3.3 ffmpeg-av=1.1.10 ffmpeg-avcodec=1.1.10 ffmpeg-avdevice=1.1.10 ffmpeg-avfilter=1.1.10 ffmpeg-avutil=1.1.10 ffmpeg-swresample=1.1.10 ffmpeg-swscale=1.1.10 fileutils=0.6.4 flac=0.5.1 flac.decoder=0.5.1 flac.ogg=0.5.1 fmt=0.9.0 fpath=0.7.3 frei0r=0.1.2 gd=1.0a5 gen=1.1 gmap=0.3.0 hkdf=1.0.4 inotify=2.4.1 integers ipaddr=5.5.0 ipaddr-sexp=5.5.0 ipaddr.unix=5.5.0 irc-client irc-client-unix jemalloc ladspa=0.2.2 lame=0.3.7 lastfm=0.3.3 lilv=0.1.0 liquidsoap-lang=2.2.4 liquidsoap-lang.console=2.2.4 liquidsoap_alsa=19c6f9b-dirty liquidsoap_ao=19c6f9b-dirty liquidsoap_bjack=19c6f9b-dirty liquidsoap_builtins=19c6f9b-dirty liquidsoap_camlimages=19c6f9b-dirty liquidsoap_core=19c6f9b-dirty liquidsoap_dssi=19c6f9b-dirty liquidsoap_faad=19c6f9b-dirty liquidsoap_fdkaac=19c6f9b-dirty liquidsoap_ffmpeg=19c6f9b-dirty liquidsoap_flac=19c6f9b-dirty liquidsoap_frei0r=19c6f9b-dirty liquidsoap_gd=19c6f9b-dirty liquidsoap_irc=19c6f9b-dirty liquidsoap_jemalloc=19c6f9b-dirty liquidsoap_ladspa=19c6f9b-dirty liquidsoap_lame=19c6f9b-dirty liquidsoap_lastfm=19c6f9b-dirty liquidsoap_lilv=19c6f9b-dirty liquidsoap_lo=19c6f9b-dirty liquidsoap_mad=19c6f9b-dirty liquidsoap_magic=19c6f9b-dirty liquidsoap_mem_usage=19c6f9b-dirty liquidsoap_memtrace=19c6f9b-dirty liquidsoap_ogg=19c6f9b-dirty liquidsoap_ogg_flac=19c6f9b-dirty liquidsoap_optionals=19c6f9b-dirty liquidsoap_opus=19c6f9b-dirty liquidsoap_osc=19c6f9b-dirty liquidsoap_oss=19c6f9b-dirty liquidsoap_portaudio=19c6f9b-dirty liquidsoap_posix_time=19c6f9b-dirty liquidsoap_prometheus=19c6f9b-dirty liquidsoap_pulseaudio=19c6f9b-dirty liquidsoap_runtime=19c6f9b-dirty liquidsoap_samplerate=19c6f9b-dirty liquidsoap_sdl=19c6f9b-dirty liquidsoap_shine=19c6f9b-dirty liquidsoap_soundtouch=19c6f9b-dirty liquidsoap_speex=19c6f9b-dirty liquidsoap_srt=19c6f9b-dirty liquidsoap_ssl=19c6f9b-dirty liquidsoap_stereotool=19c6f9b-dirty liquidsoap_taglib=19c6f9b-dirty liquidsoap_theora=19c6f9b-dirty liquidsoap_tls=19c6f9b-dirty liquidsoap_vorbis=19c6f9b-dirty liquidsoap_xmlplaylist=19c6f9b-dirty liquidsoap_yaml=19c6f9b-dirty lo=0.2.0 logs=0.7.0 logs.fmt=0.7.0 logs.lwt=0.7.0 lwt=5.7.0 lwt.unix=5.7.0 macaddr=5.5.0 mad=0.5.3 magic=0.7.3 magic-mime=1.3.1 mem_usage=0.0.4 memtrace=0.2.3 menhirLib=20230608 metadata=0.3.0 mirage-crypto=0.11.2 mirage-crypto-ec=0.11.2 mirage-crypto-pk=0.11.2 mirage-crypto-rng=0.11.2 mirage-crypto-rng.unix=0.11.2 mm=0.8.4 mm.audio=0.8.4 mm.base=0.8.4 mm.image=0.8.4 mm.midi=0.8.4 mm.video=0.8.4 ocplib-endian ocplib-endian.bigstring ogg=0.7.4 ogg.decoder=0.7.4 opus=0.2.3 opus.decoder=0.2.3 osc osc-unix parsexp=v0.16.0 pbkdf pcre=7.5.0 portaudio=0.2.3 posix-base=5a7f328 posix-socket=5a7f328 posix-socket.constants=5a7f328 posix-socket.stubs=5a7f328 posix-socket.types=5a7f328 posix-time2=5a7f328 posix-time2.constants=5a7f328 posix-time2.stubs=5a7f328 posix-time2.types=5a7f328 posix-types=5a7f328 posix-types.constants=5a7f328 ppx_sexp_conv.runtime-lib=v0.16.0 prometheus=1.2 prometheus-app=1.2 ptime=1.1.0 ptime.clock.os=1.1.0 pulseaudio=0.1.6 re=1.11.0 result=1.5 rresult=0.7.0 samplerate=0.1.7 sedlex=3.2 seq=[distributed with OCaml 4.07 or above] sexplib=v0.16.0 sexplib0=v0.16.0 shine=0.2.3 soundtouch=0.1.9 speex=0.4.2 speex.decoder=0.4.2 srt=0.3.0 srt.constants=0.3.0 srt.stubs=0.3.0 srt.stubs.locked=0.3.0 srt.types=0.3.0 ssl=0.7.0 stdlib-shims=0.3.0 stereotool=19c6f9b-dirty str=[distributed with Ocaml] stringext=1.6.0 taglib=0.3.10 theora=0.4.1 theora.decoder=0.4.1 threads=[distributed with Ocaml] threads.posix=[internal] tls=0.17.1 tsdl=v1.0.0 tsdl-image=0.5 tsdl-ttf=0.6 unix=[distributed with Ocaml] unix-errno=52c6ecb unix-errno.errno_bindings=52c6ecb unix-errno.errno_types=52c6ecb unix-errno.errno_types_detected=52c6ecb unix-errno.unix=52c6ecb uri=4.4.0 uri-sexp=4.4.0 uri.services=4.4.0 vorbis=0.8.1 vorbis.decoder=0.8.1 x509=0.16.5 xmlm=1.4.0 xmlplaylist=0.1.5 yaml=3.2.0 yaml.bindings=3.2.0 yaml.bindings.types=3.2.0 yaml.c=3.2.0 yaml.ffi=3.2.0 yaml.types=3.2.0 zarith=1.13 2024/01/09 18:20:45 [main:3] 2024/01/09 18:20:45 [main:3] DISCLAIMER: This version of Liquidsoap has been compiled from a snapshot of the 2024/01/09 18:20:45 [main:3] development code. As such, it should not be used in production unless you know 2024/01/09 18:20:45 [main:3] what you are doing! 2024/01/09 18:20:45 [main:3] 2024/01/09 18:20:45 [main:3] We are, however, very interested in any feedback about our development code and 2024/01/09 18:20:45 [main:3] committed to fix issues as soon as possible. 2024/01/09 18:20:45 [main:3] 2024/01/09 18:20:45 [main:3] If you are interested in collaborating to the development of Liquidsoap, feel 2024/01/09 18:20:45 [main:3] free to drop us a mail at or to join the slack chat 2024/01/09 18:20:45 [main:3] at . 2024/01/09 18:20:45 [main:3] 2024/01/09 18:20:45 [main:3] Please send any bug report or feature request at 2024/01/09 18:20:45 [main:3] . 2024/01/09 18:20:45 [main:3] 2024/01/09 18:20:45 [main:3] We hope you enjoy this snapshot build of Liquidsoap! 2024/01/09 18:20:45 [main:3] 2024/01/09 18:20:45 [clock:3] Using native (high-precision) implementation for latency control 2024/01/09 18:20:50 [main:3] Standard library loaded in 5.11 seconds. 2024/01/09 18:20:50 [test.m3u:4] Reloading playlist. 2024/01/09 18:20:50 [request.0:4] Pushed ["/home/radio/testaudio/test.m3u";...]. 2024/01/09 18:20:50 [playlist parser:4] Trying application/rss+xml parser 2024/01/09 18:20:50 [playlist parser:4] Trying application/xspf+xml parser 2024/01/09 18:20:50 [playlist parser:4] Trying application/smil+xml parser 2024/01/09 18:20:50 [playlist parser:4] Trying application/smil parser 2024/01/09 18:20:50 [playlist parser:4] Trying application/xml parser 2024/01/09 18:20:50 [playlist parser:4] Trying text/xml parser 2024/01/09 18:20:50 [playlist parser:4] Trying audio/x-ms-asx parser 2024/01/09 18:20:50 [playlist parser:4] Trying video/x-ms-asf parser 2024/01/09 18:20:50 [playlist parser:4] Trying application/x-cue parser 2024/01/09 18:20:50 [playlist parser:4] Trying audio/x-scpls parser 2024/01/09 18:20:50 [playlist parser:4] Trying youtube-dl parser 2024/01/09 18:20:50 [playlist parser:4] Trying application/x-mpegURL parser 2024/01/09 18:20:50 [request.0:4] Request finished. 2024/01/09 18:20:50 [frame:4] frame.audio.samplerate set to: 44100 2024/01/09 18:20:50 [frame:4] frame.video.framerate set to: 25 2024/01/09 18:20:50 [source:4] Setting crossfade duration to 4.00s 2024/01/09 18:20:50 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz main. 2024/01/09 18:20:50 [frame:3] Video frame size set to: 1280x720 2024/01/09 18:20:50 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples. 2024/01/09 18:20:50 [frame:3] Targeting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks. 2024/01/09 18:20:50 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks. 2024/01/09 18:20:51 [clock:4] Currently 1 clock(s) allocated. 2024/01/09 18:20:51 [frame:4] frame.audio.channels set to: 2 2024/01/09 18:20:51 [frame:4] frame.video.default set to: false 2024/01/09 18:20:51 [frame:4] frame.midi.channels set to: 0 2024/01/09 18:20:51 [frame:4] frame.video.width set to: 1280 2024/01/09 18:20:51 [frame:4] frame.video.height set to: 720 2024/01/09 18:20:51 [frame:4] frame.audio.samplerate set to: 44100 2024/01/09 18:20:51 [sandbox:3] Sandboxing disabled 2024/01/09 18:20:51 [startup:3] DSSI plugins registration: 0.00s 2024/01/09 18:20:51 [startup:3] FFmpeg filters registration: 0.03s 2024/01/09 18:20:51 [startup:3] FFmpeg bitstream filters registration: 0.00s 2024/01/09 18:20:51 [startup:3] Lilv plugins registration: 0.00s 2024/01/09 18:20:51 [startup:3] Frei0r plugin registration: 0.00s 2024/01/09 18:20:51 [startup:3] LADSPA plugins registration: 0.00s 2024/01/09 18:20:51 [startup:3] Typechecking: 4.72s 2024/01/09 18:20:51 [startup:3] Evaluation: 0.02s 2024/01/09 18:20:51 [startup:3] Typechecking: 0.04s 2024/01/09 18:20:51 [startup:3] Evaluation: 0.00s 2024/01/09 18:20:51 [startup:3] Typechecking: 0.01s 2024/01/09 18:20:51 [startup:3] Evaluation: 0.13s 2024/01/09 18:20:51 [startup:3] Loaded scripts/test.liq: 0.14s 2024/01/09 18:20:51 [clock:4] Currently 2 clock(s) allocated. 2024/01/09 18:20:51 [clock.main:4] Starting source(s): output.icecast, output.file 2024/01/09 18:20:51 [source:4] Source output.icecast gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:51 [xtest:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:51 [source:4] Source mksafe gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:51 [source:4] Source cross gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:51 [cross:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:51 [source:4] Source test_m3u gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:51 [test_m3u:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:51 [source:4] Source safe_blank gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:51 [safe_blank:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:51 [source:4] Source output.file gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:51 [/var/www/html/omfm/hls/test_m3u8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:51 [threads:4] Created thread "clock_main" (1 total). 2024/01/09 18:20:51 [clock:4] Main phase starts. 2024/01/09 18:20:51 [threads:4] Created thread "generic queue #1" (1 total). 2024/01/09 18:20:51 [threads:4] Created thread "generic queue #2" (2 total). 2024/01/09 18:20:51 [threads:4] Created thread "non-blocking queue #1" (3 total). 2024/01/09 18:20:51 [threads:4] Created thread "non-blocking queue #2" (4 total). 2024/01/09 18:20:51 [video.converter:3] Using preferred video converter: ffmpeg. 2024/01/09 18:20:51 [audio.converter:3] Using samplerate converter: libsamplerate. 2024/01/09 18:20:51 [video.text:3] Using sdl implementation 2024/01/09 18:20:51 [request.1:4] Pushed ["annotate:title=\"3\",artist=\"3\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id=\"1\":/home/radio/testaudio/audio3.mp3";...]. 2024/01/09 18:20:51 [request.1:4] Resolving "annotate:title=\"3\",artist=\"3\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id=\"1\":/home/radio/testaudio/audio3.mp3" (timeout 30s)... 2024/01/09 18:20:51 [request.1:4] Pushed ["/home/radio/testaudio/audio3.mp3";...]. 2024/01/09 18:20:51 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [clock.main:3] Streaming loop starts in auto-sync mode 2024/01/09 18:20:51 [clock.main:3] Delegating synchronization to CPU clock 2024/01/09 18:20:51 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.flac:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.aac:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.aac:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.midi:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.midi:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.srt:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.srt:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.aiff:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.aiff:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.wav:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.wav:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 18:20:51 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 18:20:51 [decoder.ffmpeg:3] Requested content-type for "/home/radio/testaudio/audio3.mp3": {audio=pcm(stereo)} 2024/01/09 18:20:51 [decoder.ffmpeg:3] FFmpeg recognizes "/home/radio/testaudio/audio3.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/09 18:20:51 [decoder.ffmpeg:3] Decoded content-type for "/home/radio/testaudio/audio3.mp3": {audio=pcm(stereo)} 2024/01/09 18:20:51 [decoder:4] Selected decoder ffmpeg for file "/home/radio/testaudio/audio3.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 18:20:51 [decoder.video.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.video.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.ogg.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.ogg.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.image.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.image.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.flac.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.flac.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [metadata.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [metadata.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [metadata.flac:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [metadata.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:20:51 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:20:51 [test_m3u:4] Queued 1 requests 2024/01/09 18:20:51 [mksafe:3] Switch to safe_blank. 2024/01/09 18:20:51 [test_m3u:4] Remaining 0 requests 2024/01/09 18:20:51 [request.1:4] Cueing in to position: 0.00 2024/01/09 18:20:51 [test_m3u:3] Prepared "/home/radio/testaudio/audio3.mp3" (RID 1). 2024/01/09 18:20:51 [mksafe:3] Switch to cross with transition. 2024/01/09 18:20:51 [xtest:3] Connecting mount xtest for source@omfm.ru... 2024/01/09 18:20:51 [xtest:2] Connection failed: could not write data to host: Unix.Unix_error(Unix.ECONNREFUSED, "write", "") 2024/01/09 18:20:51 [xtest:4] Raised at Cry.write_data.(fun) in file "src/cry.ml", line 347, characters 29-52 2024/01/09 18:20:51 [xtest:4] Called from Cry.connect_http in file "src/cry.ml", line 610, characters 4-48 2024/01/09 18:20:51 [xtest:4] Re-raised at Cry.connect_http in file "src/cry.ml", line 629, characters 4-38 2024/01/09 18:20:51 [xtest:4] Re-raised at Cry.connect in file "src/cry.ml", line 702, characters 4-38 2024/01/09 18:20:51 [xtest:4] Called from Icecast2.output#icecast_start in file "src/core/outputs/icecast2.ml", line 620, characters 8-37 2024/01/09 18:20:51 [xtest:4] 2024/01/09 18:20:51 [xtest:3] Will try again in 3.00 sec. 2024/01/09 18:20:51 [cross:4] Buffering end of track... 2024/01/09 18:20:51 [request.1:4] Currently on air. 2024/01/09 18:20:51 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 18:20:51 [request.2:4] Pushed ["annotate:title=\"2\",artist=\"2\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio2.mp3";...]. 2024/01/09 18:20:51 [request.2:4] Resolving "annotate:title=\"2\",artist=\"2\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio2.mp3" (timeout 30s)... 2024/01/09 18:20:51 [request.2:4] Pushed ["/home/radio/testaudio/audio2.mp3";...]. 2024/01/09 18:20:51 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.flac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.aac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.aac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.midi:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.midi:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.srt:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.srt:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.aiff:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.aiff:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.wav:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.wav:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 18:20:51 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 18:20:51 [decoder.ffmpeg:3] Requested content-type for "/home/radio/testaudio/audio2.mp3": {audio=pcm(stereo)} 2024/01/09 18:20:51 [decoder.ffmpeg:3] FFmpeg recognizes "/home/radio/testaudio/audio2.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/09 18:20:51 [decoder.ffmpeg:3] Decoded content-type for "/home/radio/testaudio/audio2.mp3": {audio=pcm(stereo)} 2024/01/09 18:20:51 [decoder:4] Selected decoder ffmpeg for file "/home/radio/testaudio/audio2.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 18:20:51 [decoder.video.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.video.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.ogg.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.ogg.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.image.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.image.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.flac.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.flac.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [metadata.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [metadata.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [metadata.flac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [metadata.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:20:51 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:20:51 [test_m3u:4] Queued 1 requests 2024/01/09 18:20:51 [cross:4] More buffering will be needed. 2024/01/09 18:20:51 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 18:20:54 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 18:20:55 [xtest:3] Connecting mount xtest for source@omfm.ru... 2024/01/09 18:20:55 [xtest:2] Connection failed: could not write data to host: Unix.Unix_error(Unix.ECONNREFUSED, "write", "") 2024/01/09 18:20:55 [xtest:4] Raised at Cry.write_data.(fun) in file "src/cry.ml", line 347, characters 29-52 2024/01/09 18:20:55 [xtest:4] Called from Cry.connect_http in file "src/cry.ml", line 610, characters 4-48 2024/01/09 18:20:55 [xtest:4] Re-raised at Cry.connect_http in file "src/cry.ml", line 629, characters 4-38 2024/01/09 18:20:55 [xtest:4] Re-raised at Cry.connect in file "src/cry.ml", line 702, characters 4-38 2024/01/09 18:20:55 [xtest:4] Called from Icecast2.output#icecast_start in file "src/core/outputs/icecast2.ml", line 620, characters 8-37 2024/01/09 18:20:55 [xtest:4] 2024/01/09 18:20:55 [xtest:3] Will try again in 3.00 sec. 2024/01/09 18:20:55 [decoder:2] Decoding "/home/radio/testaudio/audio3.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/09 18:20:55 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 875, characters 12-29 2024/01/09 18:20:55 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/09 18:20:55 [decoder:4] 2024/01/09 18:20:55 [request.1:3] End of track reached before cue-out point! 2024/01/09 18:20:55 [test_m3u:4] Finished with "/home/radio/testaudio/audio3.mp3". 2024/01/09 18:20:55 [request.1:4] Request finished. 2024/01/09 18:20:55 [test_m3u:4] Remaining 0 requests 2024/01/09 18:20:55 [request.2:4] Cueing in to position: 0.00 2024/01/09 18:20:55 [test_m3u:3] Prepared "/home/radio/testaudio/audio2.mp3" (RID 2). 2024/01/09 18:20:55 [request.2:4] Currently on air. 2024/01/09 18:20:55 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 18:20:55 [request.3:4] Pushed ["annotate:title=\"1\",artist=\"1\",duration=\"8.41\",liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio1.mp3";...]. 2024/01/09 18:20:55 [request.3:4] Resolving "annotate:title=\"1\",artist=\"1\",duration=\"8.41\",liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio1.mp3" (timeout 30s)... 2024/01/09 18:20:55 [request.3:4] Pushed ["/home/radio/testaudio/audio1.mp3";...]. 2024/01/09 18:20:55 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.flac:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.aac:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.aac:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.midi:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.midi:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.srt:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.srt:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.aiff:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.aiff:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.wav:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.wav:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 18:20:55 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 18:20:55 [decoder.ffmpeg:3] Requested content-type for "/home/radio/testaudio/audio1.mp3": {audio=pcm(stereo)} 2024/01/09 18:20:55 [decoder.ffmpeg:3] FFmpeg recognizes "/home/radio/testaudio/audio1.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/09 18:20:55 [decoder.ffmpeg:3] Decoded content-type for "/home/radio/testaudio/audio1.mp3": {audio=pcm(stereo)} 2024/01/09 18:20:55 [decoder:4] Selected decoder ffmpeg for file "/home/radio/testaudio/audio1.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 18:20:55 [decoder.video.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.video.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.ogg.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.ogg.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.image.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.image.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.flac.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.flac.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [metadata.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [metadata.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [metadata.flac:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [metadata.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:20:55 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:20:55 [test_m3u:4] Queued 1 requests 2024/01/09 18:20:56 [cross:3] Analysis: -80.011900dB / -38.203151dB (3.97s / 3.99s) 2024/01/09 18:20:56 [source:4] Source source.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source audio.add gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [audio.add:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source fade_in gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [fade_in:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source track_amplify.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [track_amplify.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source on_track.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [on_track.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source on_metadata.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [on_metadata.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source on_track.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [on_track.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source cross_after gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [cross_after:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source buffer.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [buffer.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source fade_out gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [fade_out:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source track_amplify gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [track_amplify:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source on_end gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [on_end:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source on_track.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [on_track.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source on_metadata gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [on_metadata:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source on_track gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [on_track:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source cross_before gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [cross_before:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [source:4] Source buffer gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:20:56 [buffer:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:20:56 [cross_before:4] New fade duration: 3.5s. 2024/01/09 18:20:56 [cross_after:4] Fading in with type: sin and duration: 0.s. 2024/01/09 18:20:56 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 18:20:56 [cross_before:4] Fading out with type sin, duration: 3.5 and 3.49142857143s remaining. 2024/01/09 18:20:59 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 18:20:59 [xtest:3] Connecting mount xtest for source@omfm.ru... 2024/01/09 18:20:59 [xtest:2] Connection failed: could not write data to host: Unix.Unix_error(Unix.ECONNREFUSED, "write", "") 2024/01/09 18:20:59 [xtest:4] Raised at Cry.write_data.(fun) in file "src/cry.ml", line 347, characters 29-52 2024/01/09 18:20:59 [xtest:4] Called from Cry.connect_http in file "src/cry.ml", line 610, characters 4-48 2024/01/09 18:20:59 [xtest:4] Re-raised at Cry.connect_http in file "src/cry.ml", line 629, characters 4-38 2024/01/09 18:20:59 [xtest:4] Re-raised at Cry.connect in file "src/cry.ml", line 702, characters 4-38 2024/01/09 18:20:59 [xtest:4] Called from Icecast2.output#icecast_start in file "src/core/outputs/icecast2.ml", line 620, characters 8-37 2024/01/09 18:20:59 [xtest:4] 2024/01/09 18:20:59 [xtest:3] Will try again in 3.00 sec. 2024/01/09 18:20:59 [buffer:4] End of track. 2024/01/09 18:20:59 [buffer:4] Buffer emptied, buffering needed. 2024/01/09 18:20:59 [buffer.2:4] End of track. 2024/01/09 18:20:59 [buffer.2:4] Buffer emptied, buffering needed. 2024/01/09 18:20:59 [source:4] Source source.3 gets down. 2024/01/09 18:20:59 [source:4] Source audio.add gets down. 2024/01/09 18:20:59 [source:4] Source fade_in gets down. 2024/01/09 18:20:59 [source:4] Source track_amplify.2 gets down. 2024/01/09 18:20:59 [source:4] Source on_track.4 gets down. 2024/01/09 18:20:59 [source:4] Source on_metadata.2 gets down. 2024/01/09 18:20:59 [source:4] Source on_track.3 gets down. 2024/01/09 18:20:59 [source:4] Source cross_after gets down. 2024/01/09 18:20:59 [source:4] Source buffer.2 gets down. 2024/01/09 18:20:59 [source:4] Source fade_out gets down. 2024/01/09 18:20:59 [source:4] Source track_amplify gets down. 2024/01/09 18:20:59 [source:4] Source on_end gets down. 2024/01/09 18:20:59 [source:4] Source on_track.2 gets down. 2024/01/09 18:20:59 [source:4] Source on_metadata gets down. 2024/01/09 18:20:59 [source:4] Source on_track gets down. 2024/01/09 18:20:59 [source:4] Source cross_before gets down. 2024/01/09 18:20:59 [source:4] Source buffer gets down. 2024/01/09 18:20:59 [cross:4] Buffering end of track... 2024/01/09 18:20:59 [decoder:2] Decoding "/home/radio/testaudio/audio2.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/09 18:20:59 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 875, characters 12-29 2024/01/09 18:20:59 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/09 18:20:59 [decoder:4] 2024/01/09 18:20:59 [cross:4] More buffering will be needed. 2024/01/09 18:21:00 [request.2:4] Cueing out at position: 8.41 2024/01/09 18:21:00 [test_m3u:4] Finished with "/home/radio/testaudio/audio2.mp3". 2024/01/09 18:21:00 [request.2:4] Request finished. 2024/01/09 18:21:00 [test_m3u:4] Remaining 0 requests 2024/01/09 18:21:00 [request.3:4] Cueing in to position: 0.00 2024/01/09 18:21:00 [test_m3u:3] Prepared "/home/radio/testaudio/audio1.mp3" (RID 3). 2024/01/09 18:21:00 [request.3:4] Currently on air. 2024/01/09 18:21:00 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 18:21:00 [request.4:4] Pushed ["annotate:title=\"2\",artist=\"2\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio2.mp3";...]. 2024/01/09 18:21:00 [request.4:4] Resolving "annotate:title=\"2\",artist=\"2\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio2.mp3" (timeout 30s)... 2024/01/09 18:21:00 [request.4:4] Pushed ["/home/radio/testaudio/audio2.mp3";...]. 2024/01/09 18:21:00 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.flac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.aac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.aac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.midi:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.midi:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.srt:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.srt:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.aiff:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.aiff:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.wav:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.wav:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 18:21:00 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 18:21:00 [decoder.ffmpeg:3] Requested content-type for "/home/radio/testaudio/audio2.mp3": {audio=pcm(stereo)} 2024/01/09 18:21:00 [decoder.ffmpeg:3] FFmpeg recognizes "/home/radio/testaudio/audio2.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/09 18:21:00 [decoder.ffmpeg:3] Decoded content-type for "/home/radio/testaudio/audio2.mp3": {audio=pcm(stereo)} 2024/01/09 18:21:00 [decoder:4] Selected decoder ffmpeg for file "/home/radio/testaudio/audio2.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 18:21:00 [decoder.video.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.video.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.ogg.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.ogg.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.image.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.image.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.flac.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.flac.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [metadata.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [metadata.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [metadata.flac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [metadata.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:00 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:00 [test_m3u:4] Queued 1 requests 2024/01/09 18:21:00 [cross:3] Analysis: -71.439183dB / -38.204873dB (3.97s / 3.99s) 2024/01/09 18:21:00 [source:4] Source source.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source audio.add.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [audio.add.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source fade_in.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [fade_in.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source track_amplify.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [track_amplify.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source on_track.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [on_track.8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source on_metadata.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [on_metadata.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source on_track.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [on_track.7:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source cross_after.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [cross_after.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source buffer.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [buffer.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source fade_out.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [fade_out.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source track_amplify.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [track_amplify.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source on_end.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [on_end.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source on_track.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [on_track.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source on_metadata.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [on_metadata.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source on_track.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [on_track.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source cross_before.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [cross_before.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [source:4] Source buffer.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:00 [buffer.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:00 [cross_before.2:4] New fade duration: 3.5s. 2024/01/09 18:21:00 [cross_after.2:4] Fading in with type: sin and duration: 0.s. 2024/01/09 18:21:00 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 18:21:00 [cross_before.2:4] Fading out with type sin, duration: 3.5 and 3.49s remaining. 2024/01/09 18:21:03 [xtest:3] Connecting mount xtest for source@omfm.ru... 2024/01/09 18:21:03 [xtest:2] Connection failed: could not write data to host: Unix.Unix_error(Unix.ECONNREFUSED, "write", "") 2024/01/09 18:21:03 [xtest:4] Raised at Cry.write_data.(fun) in file "src/cry.ml", line 347, characters 29-52 2024/01/09 18:21:03 [xtest:4] Called from Cry.connect_http in file "src/cry.ml", line 610, characters 4-48 2024/01/09 18:21:03 [xtest:4] Re-raised at Cry.connect_http in file "src/cry.ml", line 629, characters 4-38 2024/01/09 18:21:03 [xtest:4] Re-raised at Cry.connect in file "src/cry.ml", line 702, characters 4-38 2024/01/09 18:21:03 [xtest:4] Called from Icecast2.output#icecast_start in file "src/core/outputs/icecast2.ml", line 620, characters 8-37 2024/01/09 18:21:03 [xtest:4] 2024/01/09 18:21:03 [xtest:3] Will try again in 3.00 sec. 2024/01/09 18:21:03 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 18:21:04 [buffer.3:4] End of track. 2024/01/09 18:21:04 [buffer.3:4] Buffer emptied, buffering needed. 2024/01/09 18:21:04 [buffer.4:4] End of track. 2024/01/09 18:21:04 [buffer.4:4] Buffer emptied, buffering needed. 2024/01/09 18:21:04 [source:4] Source source.6 gets down. 2024/01/09 18:21:04 [source:4] Source audio.add.2 gets down. 2024/01/09 18:21:04 [source:4] Source fade_in.2 gets down. 2024/01/09 18:21:04 [source:4] Source track_amplify.4 gets down. 2024/01/09 18:21:04 [source:4] Source on_track.8 gets down. 2024/01/09 18:21:04 [source:4] Source on_metadata.4 gets down. 2024/01/09 18:21:04 [source:4] Source on_track.7 gets down. 2024/01/09 18:21:04 [source:4] Source cross_after.2 gets down. 2024/01/09 18:21:04 [source:4] Source buffer.4 gets down. 2024/01/09 18:21:04 [source:4] Source fade_out.2 gets down. 2024/01/09 18:21:04 [source:4] Source track_amplify.3 gets down. 2024/01/09 18:21:04 [source:4] Source on_end.2 gets down. 2024/01/09 18:21:04 [source:4] Source on_track.6 gets down. 2024/01/09 18:21:04 [source:4] Source on_metadata.3 gets down. 2024/01/09 18:21:04 [source:4] Source on_track.5 gets down. 2024/01/09 18:21:04 [source:4] Source cross_before.2 gets down. 2024/01/09 18:21:04 [source:4] Source buffer.3 gets down. 2024/01/09 18:21:04 [cross:4] Buffering end of track... 2024/01/09 18:21:04 [decoder:2] Decoding "/home/radio/testaudio/audio1.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/09 18:21:04 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 875, characters 12-29 2024/01/09 18:21:04 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/09 18:21:04 [decoder:4] 2024/01/09 18:21:04 [cross:4] More buffering will be needed. 2024/01/09 18:21:04 [request.3:4] Cueing out at position: 8.41 2024/01/09 18:21:04 [test_m3u:4] Finished with "/home/radio/testaudio/audio1.mp3". 2024/01/09 18:21:04 [request.3:4] Request finished. 2024/01/09 18:21:04 [test_m3u:4] Remaining 0 requests 2024/01/09 18:21:04 [request.4:4] Cueing in to position: 0.00 2024/01/09 18:21:04 [test_m3u:3] Prepared "/home/radio/testaudio/audio2.mp3" (RID 4). 2024/01/09 18:21:04 [request.4:4] Currently on air. 2024/01/09 18:21:04 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 18:21:04 [request.5:4] Pushed ["annotate:title=\"3\",artist=\"3\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id=\"1\":/home/radio/testaudio/audio3.mp3";...]. 2024/01/09 18:21:04 [request.5:4] Resolving "annotate:title=\"3\",artist=\"3\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id=\"1\":/home/radio/testaudio/audio3.mp3" (timeout 30s)... 2024/01/09 18:21:04 [request.5:4] Pushed ["/home/radio/testaudio/audio3.mp3";...]. 2024/01/09 18:21:04 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.flac:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.aac:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.aac:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.midi:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.midi:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.srt:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.srt:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.aiff:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.aiff:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.wav:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.wav:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 18:21:04 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 18:21:04 [decoder.ffmpeg:3] Requested content-type for "/home/radio/testaudio/audio3.mp3": {audio=pcm(stereo)} 2024/01/09 18:21:04 [decoder.ffmpeg:3] FFmpeg recognizes "/home/radio/testaudio/audio3.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/09 18:21:04 [decoder.ffmpeg:3] Decoded content-type for "/home/radio/testaudio/audio3.mp3": {audio=pcm(stereo)} 2024/01/09 18:21:04 [decoder:4] Selected decoder ffmpeg for file "/home/radio/testaudio/audio3.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 18:21:04 [decoder.video.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.video.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.ogg.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.ogg.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.image.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.image.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.flac.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.flac.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [metadata.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [metadata.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [metadata.flac:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [metadata.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio3.mp3"! 2024/01/09 18:21:04 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio3.mp3": audio/mpeg! 2024/01/09 18:21:04 [test_m3u:4] Queued 1 requests 2024/01/09 18:21:04 [cross:3] Analysis: -72.163267dB / -38.204873dB (3.97s / 3.99s) 2024/01/09 18:21:04 [source:4] Source source.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source.9:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source audio.add.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [audio.add.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source fade_in.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [fade_in.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source track_amplify.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [track_amplify.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source on_track.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [on_track.12:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source on_metadata.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [on_metadata.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source on_track.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [on_track.11:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source cross_after.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [cross_after.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source buffer.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [buffer.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source fade_out.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [fade_out.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source track_amplify.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [track_amplify.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source on_end.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [on_end.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source on_track.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [on_track.10:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source on_metadata.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [on_metadata.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source on_track.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [on_track.9:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source cross_before.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [cross_before.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [source:4] Source buffer.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:04 [buffer.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:04 [cross_before.3:4] New fade duration: 4.5s. 2024/01/09 18:21:04 [cross_before.3:4] Fading out with type sin, duration: 4.5 and 3.93s remaining. 2024/01/09 18:21:04 [cross_after.3:4] Fading in with type: sin and duration: 0.s. 2024/01/09 18:21:04 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 18:21:07 [xtest:3] Connecting mount xtest for source@omfm.ru... 2024/01/09 18:21:07 [xtest:2] Connection failed: could not write data to host: Unix.Unix_error(Unix.ECONNREFUSED, "write", "") 2024/01/09 18:21:07 [xtest:4] Raised at Cry.write_data.(fun) in file "src/cry.ml", line 347, characters 29-52 2024/01/09 18:21:07 [xtest:4] Called from Cry.connect_http in file "src/cry.ml", line 610, characters 4-48 2024/01/09 18:21:07 [xtest:4] Re-raised at Cry.connect_http in file "src/cry.ml", line 629, characters 4-38 2024/01/09 18:21:07 [xtest:4] Re-raised at Cry.connect in file "src/cry.ml", line 702, characters 4-38 2024/01/09 18:21:07 [xtest:4] Called from Icecast2.output#icecast_start in file "src/core/outputs/icecast2.ml", line 620, characters 8-37 2024/01/09 18:21:07 [xtest:4] 2024/01/09 18:21:07 [xtest:3] Will try again in 3.00 sec. 2024/01/09 18:21:07 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 18:21:08 [buffer.5:4] End of track. 2024/01/09 18:21:08 [buffer.5:4] Buffer emptied, buffering needed. 2024/01/09 18:21:08 [buffer.6:4] End of track. 2024/01/09 18:21:08 [buffer.6:4] Buffer emptied, buffering needed. 2024/01/09 18:21:08 [source:4] Source source.9 gets down. 2024/01/09 18:21:08 [source:4] Source audio.add.3 gets down. 2024/01/09 18:21:08 [source:4] Source fade_in.3 gets down. 2024/01/09 18:21:08 [source:4] Source track_amplify.6 gets down. 2024/01/09 18:21:08 [source:4] Source on_track.12 gets down. 2024/01/09 18:21:08 [source:4] Source on_metadata.6 gets down. 2024/01/09 18:21:08 [source:4] Source on_track.11 gets down. 2024/01/09 18:21:08 [source:4] Source cross_after.3 gets down. 2024/01/09 18:21:08 [source:4] Source buffer.6 gets down. 2024/01/09 18:21:08 [source:4] Source fade_out.3 gets down. 2024/01/09 18:21:08 [source:4] Source track_amplify.5 gets down. 2024/01/09 18:21:08 [source:4] Source on_end.3 gets down. 2024/01/09 18:21:08 [source:4] Source on_track.10 gets down. 2024/01/09 18:21:08 [source:4] Source on_metadata.5 gets down. 2024/01/09 18:21:08 [source:4] Source on_track.9 gets down. 2024/01/09 18:21:08 [source:4] Source cross_before.3 gets down. 2024/01/09 18:21:08 [source:4] Source buffer.5 gets down. 2024/01/09 18:21:08 [cross:4] Buffering end of track... 2024/01/09 18:21:08 [decoder:2] Decoding "/home/radio/testaudio/audio2.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/09 18:21:08 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 875, characters 12-29 2024/01/09 18:21:08 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/09 18:21:08 [decoder:4] 2024/01/09 18:21:08 [cross:4] More buffering will be needed. 2024/01/09 18:21:09 [request.4:4] Cueing out at position: 8.41 2024/01/09 18:21:09 [test_m3u:4] Finished with "/home/radio/testaudio/audio2.mp3". 2024/01/09 18:21:09 [request.4:4] Request finished. 2024/01/09 18:21:09 [test_m3u:4] Remaining 0 requests 2024/01/09 18:21:09 [request.5:4] Cueing in to position: 0.00 2024/01/09 18:21:09 [test_m3u:3] Prepared "/home/radio/testaudio/audio3.mp3" (RID 5). 2024/01/09 18:21:09 [request.5:4] Currently on air. 2024/01/09 18:21:09 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 18:21:09 [request.6:4] Pushed ["annotate:title=\"1\",artist=\"1\",duration=\"8.41\",liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio1.mp3";...]. 2024/01/09 18:21:09 [request.6:4] Resolving "annotate:title=\"1\",artist=\"1\",duration=\"8.41\",liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio1.mp3" (timeout 30s)... 2024/01/09 18:21:09 [request.6:4] Pushed ["/home/radio/testaudio/audio1.mp3";...]. 2024/01/09 18:21:09 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.flac:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.aac:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.aac:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.midi:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.midi:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.srt:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.srt:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.aiff:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.aiff:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.wav:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.wav:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 18:21:09 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 18:21:09 [decoder.ffmpeg:3] Requested content-type for "/home/radio/testaudio/audio1.mp3": {audio=pcm(stereo)} 2024/01/09 18:21:09 [decoder.ffmpeg:3] FFmpeg recognizes "/home/radio/testaudio/audio1.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/09 18:21:09 [decoder.ffmpeg:3] Decoded content-type for "/home/radio/testaudio/audio1.mp3": {audio=pcm(stereo)} 2024/01/09 18:21:09 [decoder:4] Selected decoder ffmpeg for file "/home/radio/testaudio/audio1.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 18:21:09 [decoder.video.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.video.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.ogg.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.ogg.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.image.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.image.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.flac.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.flac.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [metadata.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [metadata.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [metadata.flac:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [metadata.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio1.mp3"! 2024/01/09 18:21:09 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio1.mp3": audio/mpeg! 2024/01/09 18:21:09 [test_m3u:4] Queued 1 requests 2024/01/09 18:21:09 [cross:3] Analysis: -72.163267dB / -38.204873dB (3.97s / 3.99s) 2024/01/09 18:21:09 [source:4] Source source.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source.12:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source audio.add.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [audio.add.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source fade_in.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [fade_in.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source track_amplify.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [track_amplify.8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source on_track.16 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [on_track.16:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source on_metadata.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [on_metadata.8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source on_track.15 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [on_track.15:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source cross_after.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [cross_after.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source buffer.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [buffer.8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source fade_out.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [fade_out.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source track_amplify.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [track_amplify.7:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source on_end.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [on_end.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source on_track.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [on_track.14:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source on_metadata.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [on_metadata.7:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source on_track.13 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [on_track.13:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source cross_before.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [cross_before.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [source:4] Source buffer.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:09 [buffer.7:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:09 [cross_before.4:4] New fade duration: 3.5s. 2024/01/09 18:21:09 [cross_after.4:4] Fading in with type: sin and duration: 0.s. 2024/01/09 18:21:09 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 18:21:09 [cross_before.4:4] Fading out with type sin, duration: 3.5 and 3.49s remaining. 2024/01/09 18:21:11 [xtest:3] Connecting mount xtest for source@omfm.ru... 2024/01/09 18:21:11 [xtest:2] Connection failed: could not write data to host: Unix.Unix_error(Unix.ECONNREFUSED, "write", "") 2024/01/09 18:21:11 [xtest:4] Raised at Cry.write_data.(fun) in file "src/cry.ml", line 347, characters 29-52 2024/01/09 18:21:11 [xtest:4] Called from Cry.connect_http in file "src/cry.ml", line 610, characters 4-48 2024/01/09 18:21:11 [xtest:4] Re-raised at Cry.connect_http in file "src/cry.ml", line 629, characters 4-38 2024/01/09 18:21:11 [xtest:4] Re-raised at Cry.connect in file "src/cry.ml", line 702, characters 4-38 2024/01/09 18:21:11 [xtest:4] Called from Icecast2.output#icecast_start in file "src/core/outputs/icecast2.ml", line 620, characters 8-37 2024/01/09 18:21:11 [xtest:4] 2024/01/09 18:21:11 [xtest:3] Will try again in 3.00 sec. 2024/01/09 18:21:12 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 18:21:13 [buffer.7:4] End of track. 2024/01/09 18:21:13 [buffer.7:4] Buffer emptied, buffering needed. 2024/01/09 18:21:13 [buffer.8:4] End of track. 2024/01/09 18:21:13 [buffer.8:4] Buffer emptied, buffering needed. 2024/01/09 18:21:13 [source:4] Source source.12 gets down. 2024/01/09 18:21:13 [source:4] Source audio.add.4 gets down. 2024/01/09 18:21:13 [source:4] Source fade_in.4 gets down. 2024/01/09 18:21:13 [source:4] Source track_amplify.8 gets down. 2024/01/09 18:21:13 [source:4] Source on_track.16 gets down. 2024/01/09 18:21:13 [source:4] Source on_metadata.8 gets down. 2024/01/09 18:21:13 [source:4] Source on_track.15 gets down. 2024/01/09 18:21:13 [source:4] Source cross_after.4 gets down. 2024/01/09 18:21:13 [source:4] Source buffer.8 gets down. 2024/01/09 18:21:13 [source:4] Source fade_out.4 gets down. 2024/01/09 18:21:13 [source:4] Source track_amplify.7 gets down. 2024/01/09 18:21:13 [source:4] Source on_end.4 gets down. 2024/01/09 18:21:13 [source:4] Source on_track.14 gets down. 2024/01/09 18:21:13 [source:4] Source on_metadata.7 gets down. 2024/01/09 18:21:13 [source:4] Source on_track.13 gets down. 2024/01/09 18:21:13 [source:4] Source cross_before.4 gets down. 2024/01/09 18:21:13 [source:4] Source buffer.7 gets down. 2024/01/09 18:21:13 [cross:4] Buffering end of track... 2024/01/09 18:21:13 [decoder:2] Decoding "/home/radio/testaudio/audio3.mp3" ended: Ffmpeg_decoder.End_of_file. 2024/01/09 18:21:13 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 875, characters 12-29 2024/01/09 18:21:13 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31 2024/01/09 18:21:13 [decoder:4] 2024/01/09 18:21:13 [cross:4] More buffering will be needed. 2024/01/09 18:21:13 [request.5:3] End of track reached before cue-out point! 2024/01/09 18:21:13 [test_m3u:4] Finished with "/home/radio/testaudio/audio3.mp3". 2024/01/09 18:21:13 [request.5:4] Request finished. 2024/01/09 18:21:13 [test_m3u:4] Remaining 0 requests 2024/01/09 18:21:13 [request.6:4] Cueing in to position: 0.00 2024/01/09 18:21:13 [test_m3u:3] Prepared "/home/radio/testaudio/audio1.mp3" (RID 6). 2024/01/09 18:21:13 [request.6:4] Currently on air. 2024/01/09 18:21:13 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 18:21:13 [request.7:4] Pushed ["annotate:title=\"2\",artist=\"2\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio2.mp3";...]. 2024/01/09 18:21:13 [request.7:4] Resolving "annotate:title=\"2\",artist=\"2\",duration=\"8.41\",liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=8.41,playlist_id=\"1\":/home/radio/testaudio/audio2.mp3" (timeout 30s)... 2024/01/09 18:21:13 [request.7:4] Pushed ["/home/radio/testaudio/audio2.mp3";...]. 2024/01/09 18:21:13 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.flac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.aac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.aac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.midi:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.midi:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.srt:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.srt:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.aiff:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.aiff:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.wav:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.wav:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 18:21:13 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 18:21:13 [decoder.ffmpeg:3] Requested content-type for "/home/radio/testaudio/audio2.mp3": {audio=pcm(stereo)} 2024/01/09 18:21:13 [decoder.ffmpeg:3] FFmpeg recognizes "/home/radio/testaudio/audio2.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)} 2024/01/09 18:21:13 [decoder.ffmpeg:3] Decoded content-type for "/home/radio/testaudio/audio2.mp3": {audio=pcm(stereo)} 2024/01/09 18:21:13 [decoder:4] Selected decoder ffmpeg for file "/home/radio/testaudio/audio2.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 18:21:13 [decoder.video.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.video.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.ogg.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.ogg.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.image.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.image.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.flac.metadata:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.flac.metadata:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [metadata.mp4:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [metadata.mp4:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [metadata.flac:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [metadata.flac:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [decoder.ogg:4] Unsupported file extension for "/home/radio/testaudio/audio2.mp3"! 2024/01/09 18:21:13 [decoder.ogg:4] Unsupported MIME type for "/home/radio/testaudio/audio2.mp3": audio/mpeg! 2024/01/09 18:21:13 [test_m3u:4] Queued 1 requests 2024/01/09 18:21:13 [cross:3] Analysis: -72.163267dB / -38.203151dB (3.97s / 3.99s) 2024/01/09 18:21:13 [source:4] Source source.15 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source.15:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source audio.add.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [audio.add.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source fade_in.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [fade_in.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source track_amplify.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [track_amplify.10:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source on_track.20 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [on_track.20:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source on_metadata.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [on_metadata.10:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source on_track.19 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [on_track.19:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source cross_after.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [cross_after.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source buffer.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [buffer.10:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source fade_out.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [fade_out.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source track_amplify.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [track_amplify.9:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source on_end.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [on_end.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source on_track.18 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [on_track.18:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source on_metadata.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [on_metadata.9:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source on_track.17 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [on_track.17:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source cross_before.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [cross_before.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [source:4] Source buffer.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 18:21:13 [buffer.9:3] Content type is {audio=pcm(stereo)}. 2024/01/09 18:21:13 [cross_before.5:4] New fade duration: 3.5s. 2024/01/09 18:21:13 [cross_after.5:4] Fading in with type: sin and duration: 0.s. 2024/01/09 18:21:13 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 18:21:14 [cross_before.5:4] Fading out with type sin, duration: 3.5 and 3.49142857143s remaining. 2024/01/09 18:21:15 [xtest:3] Connecting mount xtest for source@omfm.ru... 2024/01/09 18:21:15 [xtest:2] Connection failed: could not write data to host: Unix.Unix_error(Unix.ECONNREFUSED, "write", "") 2024/01/09 18:21:15 [xtest:4] Raised at Cry.write_data.(fun) in file "src/cry.ml", line 347, characters 29-52 2024/01/09 18:21:15 [xtest:4] Called from Cry.connect_http in file "src/cry.ml", line 610, characters 4-48 2024/01/09 18:21:15 [xtest:4] Re-raised at Cry.connect_http in file "src/cry.ml", line 629, characters 4-38 2024/01/09 18:21:15 [xtest:4] Re-raised at Cry.connect in file "src/cry.ml", line 702, characters 4-38 2024/01/09 18:21:15 [xtest:4] Called from Icecast2.output#icecast_start in file "src/core/outputs/icecast2.ml", line 620, characters 8-37 2024/01/09 18:21:15 [xtest:4] 2024/01/09 18:21:15 [xtest:3] Will try again in 3.00 sec. 2024/01/09 18:21:16 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 18:21:17 [main:3] Shutdown signal received. 2024/01/09 18:21:17 [threads:3] Main loop exited 2024/01/09 18:21:17 [main:3] Shutdown started! 2024/01/09 18:21:17 [threads:3] Waiting for main threads to terminate... 2024/01/09 18:21:17 [threads:4] Waiting for thread clock_main to shutdown 2024/01/09 18:21:17 [source:4] Source /var/www/html/omfm/hls/test_m3u8 gets down. 2024/01/09 18:21:17 [source:4] Source xtest gets down. 2024/01/09 18:21:17 [source:4] Source mksafe gets down. 2024/01/09 18:21:17 [source:4] Source safe_blank gets down. 2024/01/09 18:21:17 [clock.main:3] Streaming loop stopped. 2024/01/09 18:21:17 [threads:4] Thread "clock_main" terminated (0 remaining). ```

HLS works)

toots commented 9 months ago

Have you checked the maximum of sources allows in your icecast configuration?

gAlleb commented 9 months ago

MAX 20. Active 2. Reinstalled previous version. All is Ok. Reinstalled move-cue-cut liquidsoap-move-cue-cut_2.2.4-ubuntu-jammy-1_amd64.deb— unable to connect to icecast

toots commented 9 months ago

Hoo probably related to a recent change. Try adding prefer_address="ipv4" to output.icecast. Thanks!

gAlleb commented 9 months ago

Everything's ok. Everything is cut without cue_cut :) With songs of everage duration 3 minutes and liq_cue_out=10.00 — metadata changes.

It needs to be tested with Azuracast too. Should ask @busterneece to add release when ready. Perhaps you've eliminated pop/click issue as well.

Thanks @toots!

Logs ``` 2024/01/09 19:36:43 >>> LOG START 2024/01/09 19:36:36 [main:3] Liquidsoap 2.2.4+git@027939ded 2024/01/09 19:36:36 [main:3] Using: alsa=0.3.0 angstrom=0.15.0 ao=0.2.4 asetmap=0.8.1 asn1-combinators=0.2.6 astring=0.8.5 base64=3.5.1 bigarray=[distributed with Ocaml] bigarray-compat=1.1.0 bigstringaf=0.9.1 bjack=0.1.6 bos=0.2.1 bytes=[distributed with OCaml 4.02 or above] ca-certs=v0.2.3 camlimages.all_formats=4.2.6 camlimages.core=5.0.4 camlimages.exif=5.0.4 camlimages.gif=5.0.4 camlimages.jpeg=5.0.4 camlimages.png=5.0.4 camlimages.tiff=5.0.4 camlimages.xpm=5.0.4 camlp-streams camomile.lib=2.0 cohttp=5.3.0 cohttp-lwt=5.3.0 cohttp-lwt-unix=5.3.0 conduit=6.2.0 conduit-lwt=6.2.0 conduit-lwt-unix=6.2.0 cry=1.0.2 cstruct=6.2.0 ctypes=0.21.1 ctypes-foreign=0.21.1 ctypes.stubs=0.21.1 curl=0.9.2 domain-name=0.4.0 dssi=0.1.5 dtools=0.4.5 dune-build-info=3.11.1 dune-private-libs.dune-section=3.11.1 dune-site=3.11.1 dune-site.private=3.11.1 duppy=0.9.3 eqaf=0.9 eqaf.bigstring=0.9 eqaf.cstruct=0.9 faad=0.5.2 fdkaac=0.3.3 ffmpeg-av=1.1.10 ffmpeg-avcodec=1.1.10 ffmpeg-avdevice=1.1.10 ffmpeg-avfilter=1.1.10 ffmpeg-avutil=1.1.10 ffmpeg-swresample=1.1.10 ffmpeg-swscale=1.1.10 fileutils=0.6.4 flac=0.5.1 flac.decoder=0.5.1 flac.ogg=0.5.1 fmt=0.9.0 fpath=0.7.3 frei0r=0.1.2 gd=1.0a5 gen=1.1 gmap=0.3.0 hkdf=1.0.4 inotify=2.4.1 integers ipaddr=5.5.0 ipaddr-sexp=5.5.0 ipaddr.unix=5.5.0 irc-client irc-client-unix jemalloc ladspa=0.2.2 lame=0.3.7 lastfm=0.3.3 lilv=0.1.0 liquidsoap-lang=2.2.4 liquidsoap-lang.console=2.2.4 liquidsoap_alsa=19c6f9b-dirty liquidsoap_ao=19c6f9b-dirty liquidsoap_bjack=19c6f9b-dirty liquidsoap_builtins=19c6f9b-dirty liquidsoap_camlimages=19c6f9b-dirty liquidsoap_core=19c6f9b-dirty liquidsoap_dssi=19c6f9b-dirty liquidsoap_faad=19c6f9b-dirty liquidsoap_fdkaac=19c6f9b-dirty liquidsoap_ffmpeg=19c6f9b-dirty liquidsoap_flac=19c6f9b-dirty liquidsoap_frei0r=19c6f9b-dirty liquidsoap_gd=19c6f9b-dirty liquidsoap_irc=19c6f9b-dirty liquidsoap_jemalloc=19c6f9b-dirty liquidsoap_ladspa=19c6f9b-dirty liquidsoap_lame=19c6f9b-dirty liquidsoap_lastfm=19c6f9b-dirty liquidsoap_lilv=19c6f9b-dirty liquidsoap_lo=19c6f9b-dirty liquidsoap_mad=19c6f9b-dirty liquidsoap_magic=19c6f9b-dirty liquidsoap_mem_usage=19c6f9b-dirty liquidsoap_memtrace=19c6f9b-dirty liquidsoap_ogg=19c6f9b-dirty liquidsoap_ogg_flac=19c6f9b-dirty liquidsoap_optionals=19c6f9b-dirty liquidsoap_opus=19c6f9b-dirty liquidsoap_osc=19c6f9b-dirty liquidsoap_oss=19c6f9b-dirty liquidsoap_portaudio=19c6f9b-dirty liquidsoap_posix_time=19c6f9b-dirty liquidsoap_prometheus=19c6f9b-dirty liquidsoap_pulseaudio=19c6f9b-dirty liquidsoap_runtime=19c6f9b-dirty liquidsoap_samplerate=19c6f9b-dirty liquidsoap_sdl=19c6f9b-dirty liquidsoap_shine=19c6f9b-dirty liquidsoap_soundtouch=19c6f9b-dirty liquidsoap_speex=19c6f9b-dirty liquidsoap_srt=19c6f9b-dirty liquidsoap_ssl=19c6f9b-dirty liquidsoap_stereotool=19c6f9b-dirty liquidsoap_taglib=19c6f9b-dirty liquidsoap_theora=19c6f9b-dirty liquidsoap_tls=19c6f9b-dirty liquidsoap_vorbis=19c6f9b-dirty liquidsoap_xmlplaylist=19c6f9b-dirty liquidsoap_yaml=19c6f9b-dirty lo=0.2.0 logs=0.7.0 logs.fmt=0.7.0 logs.lwt=0.7.0 lwt=5.7.0 lwt.unix=5.7.0 macaddr=5.5.0 mad=0.5.3 magic=0.7.3 magic-mime=1.3.1 mem_usage=0.0.4 memtrace=0.2.3 menhirLib=20230608 metadata=0.3.0 mirage-crypto=0.11.2 mirage-crypto-ec=0.11.2 mirage-crypto-pk=0.11.2 mirage-crypto-rng=0.11.2 mirage-crypto-rng.unix=0.11.2 mm=0.8.4 mm.audio=0.8.4 mm.base=0.8.4 mm.image=0.8.4 mm.midi=0.8.4 mm.video=0.8.4 ocplib-endian ocplib-endian.bigstring ogg=0.7.4 ogg.decoder=0.7.4 opus=0.2.3 opus.decoder=0.2.3 osc osc-unix parsexp=v0.16.0 pbkdf pcre=7.5.0 portaudio=0.2.3 posix-base=5a7f328 posix-socket=5a7f328 posix-socket.constants=5a7f328 posix-socket.stubs=5a7f328 posix-socket.types=5a7f328 posix-time2=5a7f328 posix-time2.constants=5a7f328 posix-time2.stubs=5a7f328 posix-time2.types=5a7f328 posix-types=5a7f328 posix-types.constants=5a7f328 ppx_sexp_conv.runtime-lib=v0.16.0 prometheus=1.2 prometheus-app=1.2 ptime=1.1.0 ptime.clock.os=1.1.0 pulseaudio=0.1.6 re=1.11.0 result=1.5 rresult=0.7.0 samplerate=0.1.7 sedlex=3.2 seq=[distributed with OCaml 4.07 or above] sexplib=v0.16.0 sexplib0=v0.16.0 shine=0.2.3 soundtouch=0.1.9 speex=0.4.2 speex.decoder=0.4.2 srt=0.3.0 srt.constants=0.3.0 srt.stubs=0.3.0 srt.stubs.locked=0.3.0 srt.types=0.3.0 ssl=0.7.0 stdlib-shims=0.3.0 stereotool=19c6f9b-dirty str=[distributed with Ocaml] stringext=1.6.0 taglib=0.3.10 theora=0.4.1 theora.decoder=0.4.1 threads=[distributed with Ocaml] threads.posix=[internal] tls=0.17.1 tsdl=v1.0.0 tsdl-image=0.5 tsdl-ttf=0.6 unix=[distributed with Ocaml] unix-errno=52c6ecb unix-errno.errno_bindings=52c6ecb unix-errno.errno_types=52c6ecb unix-errno.errno_types_detected=52c6ecb unix-errno.unix=52c6ecb uri=4.4.0 uri-sexp=4.4.0 uri.services=4.4.0 vorbis=0.8.1 vorbis.decoder=0.8.1 x509=0.16.5 xmlm=1.4.0 xmlplaylist=0.1.5 yaml=3.2.0 yaml.bindings=3.2.0 yaml.bindings.types=3.2.0 yaml.c=3.2.0 yaml.ffi=3.2.0 yaml.types=3.2.0 zarith=1.13 2024/01/09 19:36:36 [main:3] 2024/01/09 19:36:36 [main:3] DISCLAIMER: This version of Liquidsoap has been compiled from a snapshot of the 2024/01/09 19:36:36 [main:3] development code. As such, it should not be used in production unless you know 2024/01/09 19:36:36 [main:3] what you are doing! 2024/01/09 19:36:36 [main:3] 2024/01/09 19:36:36 [main:3] We are, however, very interested in any feedback about our development code and 2024/01/09 19:36:36 [main:3] committed to fix issues as soon as possible. 2024/01/09 19:36:36 [main:3] 2024/01/09 19:36:36 [main:3] If you are interested in collaborating to the development of Liquidsoap, feel 2024/01/09 19:36:36 [main:3] free to drop us a mail at or to join the slack chat 2024/01/09 19:36:36 [main:3] at . 2024/01/09 19:36:36 [main:3] 2024/01/09 19:36:36 [main:3] Please send any bug report or feature request at 2024/01/09 19:36:36 [main:3] . 2024/01/09 19:36:36 [main:3] 2024/01/09 19:36:36 [main:3] We hope you enjoy this snapshot build of Liquidsoap! 2024/01/09 19:36:36 [main:3] 2024/01/09 19:36:36 [clock:3] Using native (high-precision) implementation for latency control 2024/01/09 19:36:42 [main:3] Standard library loaded in 5.05 seconds. 2024/01/09 19:36:42 [test.m3u:4] Reloading playlist. 2024/01/09 19:36:42 [request.0:4] Pushed ["/home/radio/testaudio/test.m3u";...]. 2024/01/09 19:36:42 [playlist parser:4] Trying application/rss+xml parser 2024/01/09 19:36:42 [playlist parser:4] Trying application/xspf+xml parser 2024/01/09 19:36:42 [playlist parser:4] Trying application/smil+xml parser 2024/01/09 19:36:42 [playlist parser:4] Trying application/smil parser 2024/01/09 19:36:42 [playlist parser:4] Trying application/xml parser 2024/01/09 19:36:42 [playlist parser:4] Trying text/xml parser 2024/01/09 19:36:42 [playlist parser:4] Trying audio/x-ms-asx parser 2024/01/09 19:36:42 [playlist parser:4] Trying video/x-ms-asf parser 2024/01/09 19:36:42 [playlist parser:4] Trying application/x-cue parser 2024/01/09 19:36:42 [playlist parser:4] Trying audio/x-scpls parser 2024/01/09 19:36:42 [playlist parser:4] Trying youtube-dl parser 2024/01/09 19:36:42 [playlist parser:4] Trying application/x-mpegURL parser 2024/01/09 19:36:42 [request.0:4] Request finished. 2024/01/09 19:36:42 [frame:4] frame.audio.samplerate set to: 44100 2024/01/09 19:36:42 [frame:4] frame.video.framerate set to: 25 2024/01/09 19:36:42 [source:4] Setting crossfade duration to 4.00s 2024/01/09 19:36:42 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz main. 2024/01/09 19:36:42 [frame:3] Video frame size set to: 1280x720 2024/01/09 19:36:42 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples. 2024/01/09 19:36:42 [frame:3] Targeting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks. 2024/01/09 19:36:42 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks. 2024/01/09 19:36:42 [clock:4] Currently 1 clock(s) allocated. 2024/01/09 19:36:43 [frame:4] frame.audio.channels set to: 2 2024/01/09 19:36:43 [frame:4] frame.video.default set to: false 2024/01/09 19:36:43 [frame:4] frame.midi.channels set to: 0 2024/01/09 19:36:43 [frame:4] frame.video.width set to: 1280 2024/01/09 19:36:43 [frame:4] frame.video.height set to: 720 2024/01/09 19:36:43 [frame:4] frame.audio.samplerate set to: 44100 2024/01/09 19:36:43 [sandbox:3] Sandboxing disabled 2024/01/09 19:36:43 [startup:3] DSSI plugins registration: 0.00s 2024/01/09 19:36:43 [startup:3] FFmpeg filters registration: 0.02s 2024/01/09 19:36:43 [startup:3] FFmpeg bitstream filters registration: 0.00s 2024/01/09 19:36:43 [startup:3] Lilv plugins registration: 0.00s 2024/01/09 19:36:43 [startup:3] Frei0r plugin registration: 0.00s 2024/01/09 19:36:43 [startup:3] LADSPA plugins registration: 0.00s 2024/01/09 19:36:43 [startup:3] Typechecking: 4.67s 2024/01/09 19:36:43 [startup:3] Evaluation: 0.02s 2024/01/09 19:36:43 [startup:3] Typechecking: 0.05s 2024/01/09 19:36:43 [startup:3] Evaluation: 0.00s 2024/01/09 19:36:43 [startup:3] Typechecking: 0.01s 2024/01/09 19:36:43 [startup:3] Evaluation: 0.07s 2024/01/09 19:36:43 [startup:3] Loaded scripts/test.liq: 0.08s 2024/01/09 19:36:43 [clock:4] Currently 2 clock(s) allocated. 2024/01/09 19:36:43 [clock.main:4] Starting source(s): output.icecast, output.file 2024/01/09 19:36:43 [source:4] Source output.icecast gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:43 [xtest:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:43 [source:4] Source mksafe gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:43 [source:4] Source cross gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:43 [cross:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:43 [source:4] Source test_m3u gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:43 [test_m3u:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:43 [source:4] Source safe_blank gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:43 [safe_blank:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:43 [source:4] Source output.file gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:43 [/var/www/html/omfm/hls/test_m3u8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:43 [threads:4] Created thread "clock_main" (1 total). 2024/01/09 19:36:43 [clock:4] Main phase starts. 2024/01/09 19:36:43 [threads:4] Created thread "generic queue #1" (1 total). 2024/01/09 19:36:43 [threads:4] Created thread "generic queue #2" (2 total). 2024/01/09 19:36:43 [threads:4] Created thread "non-blocking queue #1" (3 total). 2024/01/09 19:36:43 [threads:4] Created thread "non-blocking queue #2" (4 total). 2024/01/09 19:36:43 [video.converter:3] Using preferred video converter: ffmpeg. 2024/01/09 19:36:43 [audio.converter:3] Using samplerate converter: libsamplerate. 2024/01/09 19:36:43 [video.text:3] Using sdl implementation 2024/01/09 19:36:43 [request.1:4] Pushed ["annotate:liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3";...]. 2024/01/09 19:36:43 [request.1:4] Resolving "annotate:liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3" (timeout 30s)... 2024/01/09 19:36:43 [request.1:4] Pushed ["/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3";...]. 2024/01/09 19:36:43 [clock.main:3] Streaming loop starts in auto-sync mode 2024/01/09 19:36:43 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [clock.main:3] Delegating synchronization to CPU clock 2024/01/09 19:36:43 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.aac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.aac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.midi:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [mksafe:3] Switch to safe_blank. 2024/01/09 19:36:43 [xtest:3] Connecting mount xtest for source@omfm.ru... 2024/01/09 19:36:43 [decoder.midi:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.srt:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [xtest:3] Connection setup was successful. 2024/01/09 19:36:43 [decoder.srt:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.aiff:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.aiff:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.wav:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.wav:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 19:36:43 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 19:36:43 [decoder.ffmpeg:3] Requested content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": {audio=pcm(stereo)} 2024/01/09 19:36:43 [decoder.ffmpeg:3] FFmpeg recognizes "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 800x800, yuvj420p} 2024/01/09 19:36:43 [decoder.ffmpeg:3] Decoded content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": {audio=pcm(stereo)} 2024/01/09 19:36:43 [decoder:4] Selected decoder ffmpeg for file "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 19:36:43 [decoder.video.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.video.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.ogg.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.ogg.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.image.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.image.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.flac.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.flac.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [metadata.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [metadata.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [metadata.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [metadata.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:36:43 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:36:43 [test_m3u:4] Queued 1 requests 2024/01/09 19:36:43 [test_m3u:4] Remaining 0 requests 2024/01/09 19:36:43 [request.1:4] Cueing in to position: 0.00 2024/01/09 19:36:43 [test_m3u:3] Prepared "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3" (RID 1). 2024/01/09 19:36:43 [mksafe:3] Switch to cross with transition. 2024/01/09 19:36:43 [cross:4] Buffering end of track... 2024/01/09 19:36:43 [request.1:4] Currently on air. 2024/01/09 19:36:43 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 19:36:43 [request.2:4] Pushed ["annotate:liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=15.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3";...]. 2024/01/09 19:36:43 [request.2:4] Resolving "annotate:liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=15.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3" (timeout 30s)... 2024/01/09 19:36:43 [request.2:4] Pushed ["/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3";...]. 2024/01/09 19:36:43 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.aac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.aac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.midi:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.midi:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.srt:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [cross:4] More buffering will be needed. 2024/01/09 19:36:43 [decoder.srt:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.aiff:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.aiff:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.wav:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 19:36:43 [decoder.wav:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 19:36:43 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 19:36:43 [decoder.ffmpeg:3] Requested content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": {audio=pcm(stereo)} 2024/01/09 19:36:43 [decoder.ffmpeg:3] FFmpeg recognizes "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 800x800, yuvj420p} 2024/01/09 19:36:43 [decoder.ffmpeg:3] Decoded content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": {audio=pcm(stereo)} 2024/01/09 19:36:43 [decoder:4] Selected decoder ffmpeg for file "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 19:36:43 [decoder.video.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.video.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.ogg.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.ogg.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.image.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.image.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.flac.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.flac.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [metadata.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [metadata.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [metadata.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [metadata.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:36:43 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:36:43 [test_m3u:4] Queued 1 requests 2024/01/09 19:36:46 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:36:48 [request.1:4] Cueing out at position: 9.41 2024/01/09 19:36:48 [test_m3u:4] Finished with "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3". 2024/01/09 19:36:48 [request.1:4] Request finished. 2024/01/09 19:36:48 [test_m3u:4] Remaining 0 requests 2024/01/09 19:36:48 [request.2:4] Cueing in to position: 0.00 2024/01/09 19:36:48 [test_m3u:3] Prepared "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3" (RID 2). 2024/01/09 19:36:48 [request.2:4] Currently on air. 2024/01/09 19:36:48 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 19:36:48 [request.3:4] Pushed ["annotate:liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=10.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3";...]. 2024/01/09 19:36:48 [request.3:4] Resolving "annotate:liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=10.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3" (timeout 30s)... 2024/01/09 19:36:48 [request.3:4] Pushed ["/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3";...]. 2024/01/09 19:36:48 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:48 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.aac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.aac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.midi:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.midi:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.srt:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.srt:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.aiff:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [cross:3] Analysis: -20.200787dB / -58.950876dB (3.97s / 3.99s) 2024/01/09 19:36:49 [source:4] Source source.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source audio.add gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [audio.add:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source fade_in gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [fade_in:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source track_amplify.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [track_amplify.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source on_track.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [on_track.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source on_metadata.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [on_metadata.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source on_track.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [on_track.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source cross_after gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [cross_after:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source buffer.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [buffer.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source fade_out gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [fade_out:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source track_amplify gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [track_amplify:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source on_end gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [on_end:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source on_track.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [on_track.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source on_metadata gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [on_metadata:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source on_track gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [on_track:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source cross_before gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [cross_before:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [source:4] Source buffer gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:36:49 [buffer:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:36:49 [cross_before:4] New fade duration: 3.5s. 2024/01/09 19:36:49 [decoder.aiff:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.wav:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [cross_after:4] Fading in with type: sin and duration: 0.s. 2024/01/09 19:36:49 [decoder.wav:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 19:36:49 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 19:36:49 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 19:36:49 [decoder.ffmpeg:3] Requested content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": {audio=pcm(stereo)} 2024/01/09 19:36:49 [decoder.ffmpeg:3] FFmpeg recognizes "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 800x800, yuvj420p} 2024/01/09 19:36:49 [decoder.ffmpeg:3] Decoded content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": {audio=pcm(stereo)} 2024/01/09 19:36:49 [decoder:4] Selected decoder ffmpeg for file "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 19:36:49 [decoder.video.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.video.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.ogg.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.ogg.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.image.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.image.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.flac.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.flac.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [metadata.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [metadata.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [metadata.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [metadata.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:36:49 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:36:49 [test_m3u:4] Queued 1 requests 2024/01/09 19:36:49 [cross_before:4] Fading out with type sin, duration: 3.5 and 3.49s remaining. 2024/01/09 19:36:51 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:36:52 [buffer:4] End of track. 2024/01/09 19:36:52 [buffer:4] Buffer emptied, buffering needed. 2024/01/09 19:36:52 [buffer.2:4] End of track. 2024/01/09 19:36:52 [buffer.2:4] Buffer emptied, buffering needed. 2024/01/09 19:36:52 [source:4] Source source.3 gets down. 2024/01/09 19:36:52 [source:4] Source audio.add gets down. 2024/01/09 19:36:52 [source:4] Source fade_in gets down. 2024/01/09 19:36:52 [source:4] Source track_amplify.2 gets down. 2024/01/09 19:36:52 [source:4] Source on_track.4 gets down. 2024/01/09 19:36:52 [source:4] Source on_metadata.2 gets down. 2024/01/09 19:36:52 [source:4] Source on_track.3 gets down. 2024/01/09 19:36:52 [source:4] Source cross_after gets down. 2024/01/09 19:36:52 [source:4] Source buffer.2 gets down. 2024/01/09 19:36:52 [source:4] Source fade_out gets down. 2024/01/09 19:36:52 [source:4] Source track_amplify gets down. 2024/01/09 19:36:52 [source:4] Source on_end gets down. 2024/01/09 19:36:52 [source:4] Source on_track.2 gets down. 2024/01/09 19:36:52 [source:4] Source on_metadata gets down. 2024/01/09 19:36:52 [source:4] Source on_track gets down. 2024/01/09 19:36:52 [source:4] Source cross_before gets down. 2024/01/09 19:36:52 [source:4] Source buffer gets down. 2024/01/09 19:36:52 [cross:4] Buffering end of track... 2024/01/09 19:36:52 [cross:4] More buffering will be needed. 2024/01/09 19:36:55 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:36:58 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:37:00 [request.2:4] Cueing out at position: 15.41 2024/01/09 19:37:00 [test_m3u:4] Finished with "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3". 2024/01/09 19:37:00 [request.2:4] Request finished. 2024/01/09 19:37:00 [test_m3u:4] Remaining 0 requests 2024/01/09 19:37:00 [request.3:4] Cueing in to position: 0.00 2024/01/09 19:37:00 [test_m3u:3] Prepared "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3" (RID 3). 2024/01/09 19:37:00 [request.3:4] Currently on air. 2024/01/09 19:37:00 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 19:37:00 [request.4:4] Pushed ["annotate:liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=15.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3";...]. 2024/01/09 19:37:00 [request.4:4] Resolving "annotate:liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=15.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3" (timeout 30s)... 2024/01/09 19:37:00 [request.4:4] Pushed ["/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3";...]. 2024/01/09 19:37:00 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.aac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.aac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.midi:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [cross:3] Analysis: -14.182886dB / -44.623158dB (3.97s / 3.99s) 2024/01/09 19:37:00 [decoder.midi:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [source:4] Source source.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source audio.add.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [audio.add.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source fade_in.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [fade_in.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source track_amplify.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [track_amplify.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source on_track.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [on_track.8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source on_metadata.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [on_metadata.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source on_track.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [on_track.7:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source cross_after.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [cross_after.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source buffer.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [buffer.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source fade_out.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [fade_out.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source track_amplify.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [track_amplify.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source on_end.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [on_end.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source on_track.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [on_track.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source on_metadata.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [decoder.srt:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [on_metadata.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source on_track.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [on_track.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source cross_before.2 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [cross_before.2:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [source:4] Source buffer.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:00 [buffer.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:00 [cross_before.2:4] New fade duration: 3.5s. 2024/01/09 19:37:00 [cross_after.2:4] Fading in with type: sin and duration: 0.s. 2024/01/09 19:37:00 [decoder.srt:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.aiff:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.aiff:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.wav:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.wav:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 19:37:00 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 19:37:00 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 19:37:00 [decoder.ffmpeg:3] Requested content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": {audio=pcm(stereo)} 2024/01/09 19:37:00 [decoder.ffmpeg:3] FFmpeg recognizes "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 800x800, yuvj420p} 2024/01/09 19:37:00 [decoder.ffmpeg:3] Decoded content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": {audio=pcm(stereo)} 2024/01/09 19:37:00 [decoder:4] Selected decoder ffmpeg for file "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 19:37:00 [decoder.video.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.video.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.ogg.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.ogg.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.image.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.image.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.flac.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.flac.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [metadata.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [metadata.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [metadata.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [metadata.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3"! 2024/01/09 19:37:00 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3": audio/mpeg! 2024/01/09 19:37:00 [test_m3u:4] Queued 1 requests 2024/01/09 19:37:00 [cross_before.2:4] Fading out with type sin, duration: 3.5 and 3.49s remaining. 2024/01/09 19:37:03 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:37:04 [buffer.3:4] End of track. 2024/01/09 19:37:04 [buffer.3:4] Buffer emptied, buffering needed. 2024/01/09 19:37:04 [buffer.4:4] End of track. 2024/01/09 19:37:04 [buffer.4:4] Buffer emptied, buffering needed. 2024/01/09 19:37:04 [source:4] Source source.6 gets down. 2024/01/09 19:37:04 [source:4] Source audio.add.2 gets down. 2024/01/09 19:37:04 [source:4] Source fade_in.2 gets down. 2024/01/09 19:37:04 [source:4] Source track_amplify.4 gets down. 2024/01/09 19:37:04 [source:4] Source on_track.8 gets down. 2024/01/09 19:37:04 [source:4] Source on_metadata.4 gets down. 2024/01/09 19:37:04 [source:4] Source on_track.7 gets down. 2024/01/09 19:37:04 [source:4] Source cross_after.2 gets down. 2024/01/09 19:37:04 [source:4] Source buffer.4 gets down. 2024/01/09 19:37:04 [source:4] Source fade_out.2 gets down. 2024/01/09 19:37:04 [source:4] Source track_amplify.3 gets down. 2024/01/09 19:37:04 [source:4] Source on_end.2 gets down. 2024/01/09 19:37:04 [source:4] Source on_track.6 gets down. 2024/01/09 19:37:04 [source:4] Source on_metadata.3 gets down. 2024/01/09 19:37:04 [source:4] Source on_track.5 gets down. 2024/01/09 19:37:04 [source:4] Source cross_before.2 gets down. 2024/01/09 19:37:04 [source:4] Source buffer.3 gets down. 2024/01/09 19:37:04 [cross:4] Buffering end of track... 2024/01/09 19:37:04 [cross:4] More buffering will be needed. 2024/01/09 19:37:06 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:37:06 [request.3:4] Cueing out at position: 10.41 2024/01/09 19:37:06 [test_m3u:4] Finished with "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3". 2024/01/09 19:37:06 [request.3:4] Request finished. 2024/01/09 19:37:06 [test_m3u:4] Remaining 0 requests 2024/01/09 19:37:06 [request.4:4] Cueing in to position: 0.00 2024/01/09 19:37:06 [test_m3u:3] Prepared "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3" (RID 4). 2024/01/09 19:37:06 [request.4:4] Currently on air. 2024/01/09 19:37:06 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 19:37:06 [request.5:4] Pushed ["annotate:liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=10.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3";...]. 2024/01/09 19:37:06 [request.5:4] Resolving "annotate:liq_fade_out=4.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=10.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3" (timeout 30s)... 2024/01/09 19:37:06 [request.5:4] Pushed ["/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3";...]. 2024/01/09 19:37:06 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [decoder.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [decoder.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [decoder.aac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.aac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [decoder.midi:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.midi:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [decoder.srt:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [cross:3] Analysis: -26.130055dB / -58.950876dB (3.97s / 3.99s) 2024/01/09 19:37:06 [decoder.srt:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [source:4] Source source.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source.9:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source audio.add.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [audio.add.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source fade_in.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [fade_in.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source track_amplify.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [track_amplify.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source on_track.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [on_track.12:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source on_metadata.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [on_metadata.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source on_track.11 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [on_track.11:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source cross_after.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [cross_after.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source buffer.6 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [buffer.6:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source fade_out.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [fade_out.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source track_amplify.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [track_amplify.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source on_end.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [on_end.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source on_track.10 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [on_track.10:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source on_metadata.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [on_metadata.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source on_track.9 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [on_track.9:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source cross_before.3 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [cross_before.3:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [source:4] Source buffer.5 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:06 [buffer.5:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:06 [cross_before.3:4] New fade duration: 4.5s. 2024/01/09 19:37:06 [cross_before.3:4] Fading out with type sin, duration: 4.5 and 3.93s remaining. 2024/01/09 19:37:06 [decoder.aiff:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.aiff:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [cross_after.3:4] Fading in with type: sin and duration: 0.s. 2024/01/09 19:37:06 [decoder.wav:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.wav:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 19:37:06 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 19:37:06 [decoder.ffmpeg:3] Requested content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": {audio=pcm(stereo)} 2024/01/09 19:37:06 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 19:37:06 [decoder.ffmpeg:3] FFmpeg recognizes "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 800x800, yuvj420p} 2024/01/09 19:37:06 [decoder.ffmpeg:3] Decoded content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": {audio=pcm(stereo)} 2024/01/09 19:37:06 [decoder:4] Selected decoder ffmpeg for file "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 19:37:06 [decoder.video.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.video.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [decoder.ogg.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.ogg.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:06 [decoder.image.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:06 [decoder.image.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:07 [decoder.flac.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:07 [decoder.flac.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:07 [metadata.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:07 [metadata.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:07 [metadata.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:07 [metadata.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:07 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3"! 2024/01/09 19:37:07 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3": audio/mpeg! 2024/01/09 19:37:07 [test_m3u:4] Queued 1 requests 2024/01/09 19:37:09 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:37:10 [buffer.5:4] End of track. 2024/01/09 19:37:10 [buffer.5:4] Buffer emptied, buffering needed. 2024/01/09 19:37:10 [buffer.6:4] End of track. 2024/01/09 19:37:10 [buffer.6:4] Buffer emptied, buffering needed. 2024/01/09 19:37:10 [source:4] Source source.9 gets down. 2024/01/09 19:37:10 [source:4] Source audio.add.3 gets down. 2024/01/09 19:37:10 [source:4] Source fade_in.3 gets down. 2024/01/09 19:37:10 [source:4] Source track_amplify.6 gets down. 2024/01/09 19:37:10 [source:4] Source on_track.12 gets down. 2024/01/09 19:37:10 [source:4] Source on_metadata.6 gets down. 2024/01/09 19:37:10 [source:4] Source on_track.11 gets down. 2024/01/09 19:37:10 [source:4] Source cross_after.3 gets down. 2024/01/09 19:37:10 [source:4] Source buffer.6 gets down. 2024/01/09 19:37:10 [source:4] Source fade_out.3 gets down. 2024/01/09 19:37:10 [source:4] Source track_amplify.5 gets down. 2024/01/09 19:37:10 [source:4] Source on_end.3 gets down. 2024/01/09 19:37:10 [source:4] Source on_track.10 gets down. 2024/01/09 19:37:10 [source:4] Source on_metadata.5 gets down. 2024/01/09 19:37:10 [source:4] Source on_track.9 gets down. 2024/01/09 19:37:10 [source:4] Source cross_before.3 gets down. 2024/01/09 19:37:10 [source:4] Source buffer.5 gets down. 2024/01/09 19:37:10 [cross:4] Buffering end of track... 2024/01/09 19:37:10 [cross:4] More buffering will be needed. 2024/01/09 19:37:12 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:37:15 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to make expected length 2024/01/09 19:37:18 [request.4:4] Cueing out at position: 15.41 2024/01/09 19:37:18 [test_m3u:4] Finished with "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/002 - Matt Katz - 1-800-Im-So-Lonely.mp3". 2024/01/09 19:37:18 [request.4:4] Request finished. 2024/01/09 19:37:18 [test_m3u:4] Remaining 0 requests 2024/01/09 19:37:18 [request.5:4] Cueing in to position: 0.00 2024/01/09 19:37:18 [test_m3u:3] Prepared "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/001 - Heavy in Pocket - (ode to) Jiffy Boy.mp3" (RID 5). 2024/01/09 19:37:18 [request.5:4] Currently on air. 2024/01/09 19:37:18 [cross:4] Overriding crossfade duration from metadata liq_cross_duration 2024/01/09 19:37:18 [request.6:4] Pushed ["annotate:liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3";...]. 2024/01/09 19:37:18 [request.6:4] Resolving "annotate:liq_fade_out=3.50,liq_cross_duration=4.00,liq_cue_in=0.00,liq_cue_out=9.41,playlist_id=\"1\":/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3" (timeout 30s)... 2024/01/09 19:37:18 [request.6:4] Pushed ["/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3";...]. 2024/01/09 19:37:18 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.aac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.aac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.midi:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [cross:3] Analysis: -14.182886dB / -44.623158dB (3.97s / 3.99s) 2024/01/09 19:37:18 [source:4] Source source.12 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source.12:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source audio.add.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [audio.add.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source fade_in.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [fade_in.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source track_amplify.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [track_amplify.8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source on_track.16 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [on_track.16:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source on_metadata.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [on_metadata.8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source on_track.15 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [on_track.15:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source cross_after.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [cross_after.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source buffer.8 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [buffer.8:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source fade_out.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [fade_out.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source track_amplify.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [track_amplify.7:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source on_end.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [on_end.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [decoder.midi:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [source:4] Source on_track.14 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [on_track.14:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [decoder.srt:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [source:4] Source on_metadata.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [on_metadata.7:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source on_track.13 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [on_track.13:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source cross_before.4 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [cross_before.4:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [source:4] Source buffer.7 gets up with content type: {audio=pcm(stereo)}. 2024/01/09 19:37:18 [buffer.7:3] Content type is {audio=pcm(stereo)}. 2024/01/09 19:37:18 [cross_before.4:4] New fade duration: 3.5s. 2024/01/09 19:37:18 [cross_after.4:4] Fading in with type: sin and duration: 0.s. 2024/01/09 19:37:18 [decoder.srt:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.aiff:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.aiff:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.wav:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.wav:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1) 2024/01/09 19:37:18 [decoder:4] Trying decoder "ffmpeg" 2024/01/09 19:37:18 [/var/www/html/omfm/hls/test_m3u8:4] Terminating current segment on stream test_midfi to insert new metadata 2024/01/09 19:37:18 [decoder.ffmpeg:3] Requested content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": {audio=pcm(stereo)} 2024/01/09 19:37:18 [decoder.ffmpeg:3] FFmpeg recognizes "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 800x800, yuvj420p} 2024/01/09 19:37:18 [decoder.ffmpeg:3] Decoded content-type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": {audio=pcm(stereo)} 2024/01/09 19:37:18 [decoder:4] Selected decoder ffmpeg for file "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)} 2024/01/09 19:37:18 [decoder.video.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.video.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.ogg.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.ogg.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.image.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.image.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.flac.metadata:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.flac.metadata:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [metadata.mp4:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [metadata.mp4:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [metadata.flac:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [metadata.flac:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [decoder.ogg:4] Unsupported file extension for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3"! 2024/01/09 19:37:18 [decoder.ogg:4] Unsupported MIME type for "/mnt/GoogleDrive/radio/music/Various Artists - BIRP!/Various Artists - BIRP! Best of 2021/003 - Dome Dwellers - 21 Days.mp3": audio/mpeg! 2024/01/09 19:37:18 [test_m3u:4] Queued 1 requests 2024/01/09 19:37:18 [cross_before.4:4] Fading out with type sin, duration: 3.5 and 3.49s remaining. 2024/01/09 19:37:21 [main:3] Shutdown signal received. 2024/01/09 19:37:21 [threads:3] Main loop exited 2024/01/09 19:37:21 [main:3] Shutdown started! 2024/01/09 19:37:21 [threads:3] Waiting for main threads to terminate... 2024/01/09 19:37:21 [threads:4] Waiting for thread clock_main to shutdown 2024/01/09 19:37:21 [source:4] Source xtest gets down. 2024/01/09 19:37:21 [xtest:3] Closing connection... 2024/01/09 19:37:21 [source:4] Source /var/www/html/omfm/hls/test_m3u8 gets down. 2024/01/09 19:37:21 [source:4] Source mksafe gets down. 2024/01/09 19:37:21 [source:4] Source safe_blank gets down. 2024/01/09 19:37:21 [clock.main:3] Streaming loop stopped. 2024/01/09 19:37:21 [threads:4] Thread "clock_main" terminated (0 remaining). 2024/01/09 19:37:21 [threads:3] Main threads terminated. 2024/01/09 19:37:21 [threads:3] Shutting down scheduler... 2024/01/09 19:37:21 [threads:4] Thread "non-blocking queue #2" terminated (3 remaining). 2024/01/09 19:37:21 [threads:4] Thread "generic queue #2" terminated (2 remaining). 2024/01/09 19:37:21 [threads:4] Thread "non-blocking queue #1" terminated (1 remaining). 2024/01/09 19:37:21 [threads:4] Thread "generic queue #1" terminated (0 remaining). 2024/01/09 19:37:21 [threads:3] Scheduler shut down. 2024/01/09 19:37:21 [main:3] Cleaning downloaded files... 2024/01/09 19:37:21 [request.5:4] Request finished. ```
toots commented 9 months ago

Glad to hear. I'm gonna merge this first then we can see. With these changes, requests behave just as if files where the actual cut version of the cue-in/cue-out so I suspect, yes, pop/clicks should be gone if they weren't happening on regular files!

gAlleb commented 9 months ago

With these changes, requests behave just as if files where the actual cut version of the cue-in/cue-out so I suspect, yes, pop/clicks should be gone if they weren't happening on regular files!

Yep. Thing is that with Azuracast I can hear pop/clicks sometimes on "regular files". But can we call them "regular"? Azuracast annotates all files with duration but there is a chance that this duration is not calculated precisely in every case. So the issue might be here. Of course, if the duration is taken into account by liquidsoap logic.

P.S. And I've tested it — and probably duration is not taken into account.

toots commented 8 months ago

@gAlleb I think we found the issue with the ECONNREFUSED error. Any chance you could try this build: https://github.com/savonet/liquidsoap/actions/runs/7481640161 ?

gAlleb commented 8 months ago

Hi @toots!

Everything's fine. Script works without prefer_address="ipv4", with prefer_address="ipv4" and with prefer_address="ipv6"

toots commented 8 months ago

Awesome, thank you!

RM-FM commented 8 months ago

@gAlleb When can we expect this fix to have in the Azuracast Rolling Release?

gAlleb commented 8 months ago

Hi @RM-FM! Lets's call @busterneece and see. Some changes to be made in ConfigWriter.php. And 2.2.4 isnt't came out yet. @busterneece is in contact directly with the Liquidsoap. Sooner than expected, I think:) Let us wait a bit.

@busterneece, when could you include latest RR keeping in mind changes to be made in *.php? For test purposes:)

P.S. Also I think we are very close to 2.2.4 release. So we could just wait a bit.

BusterNeece commented 8 months ago

Hello, I'm certainly aware of the work being done to resolve these issues on the Liquidsoap side, and I'm just waiting for the all-clear from their team to test out a new rolling release version with the fixes incorporated in our own Rolling Release.

toots commented 8 months ago

I'm expecting the rolling release to be at the same stability standard as the latest stable release at any point after the initial release of each cycle to it can be used right now. I'm looking at fixing a couple more pending issues before doing a release later at the end of the month or early next month.

RM-FM commented 8 months ago

@toots @BusterNeece I just tested with the latest AzuraCast Rolling Release #a0562e9. Unfortunately the meta data is still missing after short tracks like jingles. Not sure if this is still cue related or just a matter of the track duration...? However, I actually hoped that this will fix the missing meta data as well.

Not sure, but such log lines could possibly be a starting point for further analysis? [metadata_map.3:3] Inserting missing metadata.

2024/01/19 20:35:57 [lang:3] API nextsong - Response (200): annotate:title="I'm Good (Blue)",artist="David Guetta, Bebe Rexha",duration="175.28",song_id="0abf0522646636fbded83c72804aa063",media_id="10",liq_amplify="0.00dB",liq_cross_duration="1.40",liq_fade_in="0.00",liq_fade_out="1.40",liq_cue_in="0.00",liq_cue_out="174.00",playlist_id="1":media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3
2024/01/19 20:35:57 [on_end.4:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:35:57 [on_track.16:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:35:57 [on_metadata.7:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:35:57 [on_track.15:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:35:57 [cross_before.4:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:35:57 [buffer.7:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:35:57 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": {audio=pcm(stereo)}
2024/01/19 20:35:57 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/19 20:35:57 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": {audio=pcm(stereo)}
[mp3float @ 0x7ff708079100] Could not update timestamps for discarded samples.
2024/01/19 20:36:01 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/19 20:36:01 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3" (RID 10).
[mp3float @ 0x7ff70075ea00] Could not update timestamps for skipped samples.
2024/01/19 20:36:01 [cross:3] Analysis: -10.436788dB / -78.801895dB (0.00s / 0.02s)
2024/01/19 20:36:01 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/19 20:36:01 [source.19:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [audio.add.5:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [fade_in.5:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [track_amplify.11:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [on_track.22:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [on_metadata.10:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [on_track.21:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [cross_after.5:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [buffer.10:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [fade_out.5:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [track_amplify.10:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [on_end.5:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [on_track.20:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [on_metadata.9:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [on_track.19:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [cross_before.5:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [buffer.9:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:36:01 [metadata_map.3:3] Inserting missing metadata.
2024/01/19 20:36:01 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",liq_cross_duration="0.00",liq_fade_in="0.00",liq_fade_out="0.00",liq_cue_in="0.00",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/19 20:36:01 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/19 20:36:01 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/19 20:36:01 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/19 20:38:54 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 11).
[mp3float @ 0x7ff70075e500] Could not update timestamps for skipped samples.
2024/01/19 20:38:54 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/19 20:38:54 [lang:3] API nextsong - Response (200): annotate:title="When We Were Young (The Logical Song)",artist="David Guetta, Kim Petras",duration="147.44",song_id="5f289d53ee08f3aa88e4ec69212d45d1",media_id="12",liq_amplify="0.00dB",liq_cross_duration="3.60",liq_fade_in="0.00",liq_fade_out="3.60",liq_cue_in="0.00",liq_cue_out="144.70",playlist_id="1":media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3
2024/01/19 20:38:54 [cross:3] Analysis: -20.000952dB / -9.524189dB (1.36s / 1.36s)
2024/01/19 20:38:54 [source.22:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [audio.add.6:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [fade_in.6:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [track_amplify.13:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [on_track.26:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [on_metadata.12:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [on_track.25:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [cross_after.6:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [buffer.12:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [fade_out.6:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [track_amplify.12:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [on_end.6:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [on_track.24:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [on_metadata.11:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [on_track.23:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [cross_before.6:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [buffer.11:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:54 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": {audio=pcm(stereo)}
2024/01/19 20:38:54 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/19 20:38:54 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": {audio=pcm(stereo)}
[mp3float @ 0x7ff70075e500] Could not update timestamps for discarded samples.
2024/01/19 20:38:58 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/19 20:38:58 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" (RID 12).
2024/01/19 20:38:58 [cross:3] Analysis: -10.527897dB / -77.444366dB (0.00s / 0.02s)
2024/01/19 20:38:58 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/19 20:38:58 [source.25:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [audio.add.7:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [fade_in.7:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [track_amplify.15:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [on_track.30:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [on_metadata.14:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [on_track.29:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [cross_after.7:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [buffer.14:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [fade_out.7:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [track_amplify.14:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [on_end.7:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [on_track.28:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [on_metadata.13:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [on_track.27:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [cross_before.7:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [buffer.13:3] Content type is {audio=pcm(stereo)}.
2024/01/19 20:38:58 [metadata_map.3:3] Inserting missing metadata.
toots commented 8 months ago

@RM-FM could you get the logs with log level 4? Also, why am I seeing crossfades of duration 0.00s / 0.02s is this a situation with a skip or something similar?

RM-FM commented 8 months ago

@toots I thought this already log level 4 as Azurcast has settings.server.log.level.set(4) in the LS config…?

Our jingles are not being crossfaded at the end. Crossfade is 0.00 there. I guess that is what you mean? In cases the fade would be less 0.2 also songs won‘t be faded.

RM-FM commented 8 months ago

@toots I just took note that this setting is related to something else...

Please find the full log with log level set to 4 below. It is a test rotation with the same jingle after each song. The jingle has crossfade set to 0.00 on purpose. There is no title/meta data update on the stream nor in Azuracast track history. Furthermore there is still a "click" sometimes at the end of the jingle.

Azuracast Rolling Release #164fdae

2024/01/30 12:11:09 >>> LOG START
2024/01/30 12:10:55 [main:3] Liquidsoap 2.2.4+git@315a7afcc
2024/01/30 12:10:55 [main:3] Using: alsa=0.3.0 angstrom=0.15.0 ao=0.2.4 asetmap=0.8.1 asn1-combinators=0.2.6 astring=0.8.5 base64=3.5.1 bigarray=[distributed with Ocaml] bigarray-compat=1.1.0 bigstringaf=0.9.1 bjack=0.1.6 bos=0.2.1 bytes=[distributed with OCaml 4.02 or above] ca-certs=v0.2.3 camlimages.all_formats=4.2.6 camlimages.core=5.0.4 camlimages.exif=5.0.4 camlimages.gif=5.0.4 camlimages.jpeg=5.0.4 camlimages.png=5.0.4 camlimages.tiff=5.0.4 camlimages.xpm=5.0.4 camlp-streams camomile.lib=2.0 cohttp=5.3.0 cohttp-lwt=5.3.0 cohttp-lwt-unix=5.3.0 conduit=6.2.0 conduit-lwt=6.2.0 conduit-lwt-unix=6.2.0 cry=1.0.2 cstruct=6.2.0 ctypes=0.21.1 ctypes-foreign=0.21.1 ctypes.stubs=0.21.1 curl=0.9.2 domain-name=0.4.0 dssi=0.1.5 dtools=0.4.5 dune-build-info=3.11.1 dune-private-libs.dune-section=3.11.1 dune-site=3.11.1 dune-site.private=3.11.1 duppy=0.9.3 eqaf=0.9 eqaf.bigstring=0.9 eqaf.cstruct=0.9 faad=0.5.2 fdkaac=0.3.3 ffmpeg-av=1.1.10 ffmpeg-avcodec=1.1.10 ffmpeg-avdevice=1.1.10 ffmpeg-avfilter=1.1.10 ffmpeg-avutil=1.1.10 ffmpeg-swresample=1.1.10 ffmpeg-swscale=1.1.10 fileutils=0.6.4 flac=0.5.1 flac.decoder=0.5.1 flac.ogg=0.5.1 fmt=0.9.0 fpath=0.7.3 frei0r=0.1.2 gd=1.0a5 gen=1.1 gmap=0.3.0 hkdf=1.0.4 inotify=2.4.1 integers ipaddr=5.5.0 ipaddr-sexp=5.5.0 ipaddr.unix=5.5.0 irc-client irc-client-unix jemalloc ladspa=0.2.2 lame=0.3.7 lastfm=0.3.3 lilv=0.1.0 liquidsoap-lang=2.2.4 liquidsoap-lang.console=2.2.4 liquidsoap_alsa=19c6f9b-dirty liquidsoap_ao=19c6f9b-dirty liquidsoap_bjack=19c6f9b-dirty liquidsoap_builtins=19c6f9b-dirty liquidsoap_camlimages=19c6f9b-dirty liquidsoap_core=19c6f9b-dirty liquidsoap_dssi=19c6f9b-dirty liquidsoap_faad=19c6f9b-dirty liquidsoap_fdkaac=19c6f9b-dirty liquidsoap_ffmpeg=19c6f9b-dirty liquidsoap_flac=19c6f9b-dirty liquidsoap_frei0r=19c6f9b-dirty liquidsoap_gd=19c6f9b-dirty liquidsoap_irc=19c6f9b-dirty liquidsoap_jemalloc=19c6f9b-dirty liquidsoap_ladspa=19c6f9b-dirty liquidsoap_lame=19c6f9b-dirty liquidsoap_lastfm=19c6f9b-dirty liquidsoap_lilv=19c6f9b-dirty liquidsoap_lo=19c6f9b-dirty liquidsoap_mad=19c6f9b-dirty liquidsoap_magic=19c6f9b-dirty liquidsoap_mem_usage=19c6f9b-dirty liquidsoap_memtrace=19c6f9b-dirty liquidsoap_ogg=19c6f9b-dirty liquidsoap_ogg_flac=19c6f9b-dirty liquidsoap_optionals=19c6f9b-dirty liquidsoap_opus=19c6f9b-dirty liquidsoap_osc=19c6f9b-dirty liquidsoap_oss=19c6f9b-dirty liquidsoap_portaudio=19c6f9b-dirty liquidsoap_posix_time=19c6f9b-dirty liquidsoap_prometheus=19c6f9b-dirty liquidsoap_pulseaudio=19c6f9b-dirty liquidsoap_runtime=19c6f9b-dirty liquidsoap_samplerate=19c6f9b-dirty liquidsoap_sdl=19c6f9b-dirty liquidsoap_shine=19c6f9b-dirty liquidsoap_soundtouch=19c6f9b-dirty liquidsoap_speex=19c6f9b-dirty liquidsoap_srt=19c6f9b-dirty liquidsoap_ssl=19c6f9b-dirty liquidsoap_stereotool=19c6f9b-dirty liquidsoap_taglib=19c6f9b-dirty liquidsoap_theora=19c6f9b-dirty liquidsoap_tls=19c6f9b-dirty liquidsoap_vorbis=19c6f9b-dirty liquidsoap_xmlplaylist=19c6f9b-dirty liquidsoap_yaml=19c6f9b-dirty lo=0.2.0 logs=0.7.0 logs.fmt=0.7.0 logs.lwt=0.7.0 lwt=5.7.0 lwt.unix=5.7.0 macaddr=5.5.0 mad=0.5.3 magic=0.7.3 magic-mime=1.3.1 mem_usage=0.0.4 memtrace=0.2.3 menhirLib=20230608 metadata=0.3.0 mirage-crypto=0.11.2 mirage-crypto-ec=0.11.2 mirage-crypto-pk=0.11.2 mirage-crypto-rng=0.11.2 mirage-crypto-rng.unix=0.11.2 mm=0.8.4 mm.audio=0.8.4 mm.base=0.8.4 mm.image=0.8.4 mm.midi=0.8.4 mm.video=0.8.4 ocplib-endian ocplib-endian.bigstring ogg=0.7.4 ogg.decoder=0.7.4 opus=0.2.3 opus.decoder=0.2.3 osc osc-unix parsexp=v0.16.0 pbkdf pcre=7.5.0 portaudio=0.2.3 posix-base=5a7f328 posix-socket=5a7f328 posix-socket.constants=5a7f328 posix-socket.stubs=5a7f328 posix-socket.types=5a7f328 posix-time2=5a7f328 posix-time2.constants=5a7f328 posix-time2.stubs=5a7f328 posix-time2.types=5a7f328 posix-types=5a7f328 posix-types.constants=5a7f328 ppx_sexp_conv.runtime-lib=v0.16.0 prometheus=1.2 prometheus-app=1.2 ptime=1.1.0 ptime.clock.os=1.1.0 pulseaudio=0.1.6 re=1.11.0 result=1.5 rresult=0.7.0 samplerate=0.1.7 sedlex=3.2 seq=[distributed with OCaml 4.07 or above] sexplib=v0.16.0 sexplib0=v0.16.0 shine=0.2.3 soundtouch=0.1.9 speex=0.4.2 speex.decoder=0.4.2 srt=0.3.0 srt.constants=0.3.0 srt.stubs=0.3.0 srt.stubs.locked=0.3.0 srt.types=0.3.0 ssl=0.7.0 stdlib-shims=0.3.0 stereotool=19c6f9b-dirty str=[distributed with Ocaml] stringext=1.6.0 taglib=0.3.10 theora=0.4.1 theora.decoder=0.4.1 threads=[distributed with Ocaml] threads.posix=[internal] tls=0.17.1 tsdl=v1.0.0 tsdl-image=0.5 tsdl-ttf=0.6 unix=[distributed with Ocaml] unix-errno=52c6ecb unix-errno.errno_bindings=52c6ecb unix-errno.errno_types=52c6ecb unix-errno.errno_types_detected=52c6ecb unix-errno.unix=52c6ecb uri=4.4.0 uri-sexp=4.4.0 uri.services=4.4.0 vorbis=0.8.1 vorbis.decoder=0.8.1 x509=0.16.5 xmlm=1.4.0 xmlplaylist=0.1.5 yaml=3.2.0 yaml.bindings=3.2.0 yaml.bindings.types=3.2.0 yaml.c=3.2.0 yaml.ffi=3.2.0 yaml.types=3.2.0 zarith=1.13
2024/01/30 12:10:55 [main:3] 
2024/01/30 12:10:55 [main:3] DISCLAIMER: This version of Liquidsoap has been compiled from a snapshot of the
2024/01/30 12:10:55 [main:3] development code. As such, it should not be used in production unless you know
2024/01/30 12:10:55 [main:3] what you are doing!
2024/01/30 12:10:55 [main:3] 
2024/01/30 12:10:55 [main:3] We are, however, very interested in any feedback about our development code and
2024/01/30 12:10:55 [main:3] committed to fix issues as soon as possible.
2024/01/30 12:10:55 [main:3] 
2024/01/30 12:10:55 [main:3] If you are interested in collaborating to the development of Liquidsoap, feel
2024/01/30 12:10:55 [main:3] free to drop us a mail at <savonet-devl@lists.sf.net> or to join the slack chat
2024/01/30 12:10:55 [main:3] at <http://slack.liquidsoap.info>.
2024/01/30 12:10:55 [main:3] 
2024/01/30 12:10:55 [main:3] Please send any bug report or feature request at
2024/01/30 12:10:55 [main:3] <https://github.com/savonet/liquidsoap/issues>.
2024/01/30 12:10:55 [main:3] 
2024/01/30 12:10:55 [main:3] We hope you enjoy this snapshot build of Liquidsoap!
2024/01/30 12:10:55 [main:3] 
2024/01/30 12:10:55 [clock:3] Using native (high-precision) implementation for latency control
2024/01/30 12:11:08 [main:3] Standard library loaded in 7.39 seconds.
2024/01/30 12:11:08 [lang:2] WARNING: "set" is deprecated and will be removed in future version. Please use `settings.path.to.key := value`
2024/01/30 12:11:08 [playlist_default:4] Reloading playlist.
2024/01/30 12:11:08 [request.0:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/playlists/playlist_default.m3u";...].
2024/01/30 12:11:08 [request.0:4] Request finished.
2024/01/30 12:11:08 [playlist_jingles:4] Reloading playlist.
2024/01/30 12:11:08 [request.1:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/playlists/playlist_jingles.m3u";...].
2024/01/30 12:11:08 [request.1:4] Request finished.
2024/01/30 12:11:08 [frame:4] frame.audio.samplerate set to: 44100
2024/01/30 12:11:08 [frame:4] frame.video.framerate set to: 25
2024/01/30 12:11:08 [source:4] Setting crossfade duration to 0.15s
2024/01/30 12:11:08 [request.2:4] Pushed ["/usr/local/share/icecast/web/error.mp3";...].
2024/01/30 12:11:09 [clock:4] Currently 1 clock(s) allocated.
2024/01/30 12:11:09 [frame:4] frame.audio.channels set to: 2
2024/01/30 12:11:09 [frame:4] frame.video.default set to: false
2024/01/30 12:11:09 [frame:4] frame.midi.channels set to: 0
2024/01/30 12:11:09 [frame:4] frame.video.width set to: 1280
2024/01/30 12:11:09 [frame:4] frame.video.height set to: 720
2024/01/30 12:11:09 [frame:4] frame.audio.samplerate set to: 44100
2024/01/30 12:11:09 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz main.
2024/01/30 12:11:09 [frame:3] Video frame size set to: 1280x720
2024/01/30 12:11:09 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples.
2024/01/30 12:11:09 [frame:3] Targeting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks.
2024/01/30 12:11:09 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks.
2024/01/30 12:11:09 [sandbox:3] Sandboxing disabled
2024/01/30 12:11:09 [startup:3] DSSI plugins registration: 0.00s
2024/01/30 12:11:09 [startup:3] FFmpeg filters registration: 0.04s
2024/01/30 12:11:09 [startup:3] FFmpeg bitstream filters registration: 0.01s
2024/01/30 12:11:09 [startup:3] Lilv plugins registration: 0.02s
2024/01/30 12:11:09 [startup:3] Frei0r plugin registration: 0.00s
2024/01/30 12:11:09 [startup:3] LADSPA plugins registration: 0.08s
2024/01/30 12:11:09 [startup:3] Typechecking: 6.86s
2024/01/30 12:11:09 [startup:3] Evaluation: 0.02s
2024/01/30 12:11:09 [startup:3] Typechecking: 0.05s
2024/01/30 12:11:09 [startup:3] Evaluation: 0.01s
2024/01/30 12:11:09 [startup:3] Typechecking: 0.05s
2024/01/30 12:11:09 [startup:3] Evaluation: 0.01s
2024/01/30 12:11:09 [startup:3] Loaded /var/azuracast/stations/radiomonster.fm_test/config/liquidsoap.liq: 0.07s
2024/01/30 12:11:09 [server:4] Socket created at /var/azuracast/stations/radiomonster.fm_test/config/liquidsoap.sock.
2024/01/30 12:11:09 [clock:4] Currently 2 clock(s) allocated.
2024/01/30 12:11:09 [clock.main:4] Starting source(s): local_1
2024/01/30 12:11:09 [source:4] Source local_1 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [local_1:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source metadata_map.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [metadata_map.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source metadata_map.3 gets up with content type: {}.
2024/01/30 12:11:09 [metadata_map.3:3] Content type is {}.
2024/01/30 12:11:09 [source:4] Source safe_fallback gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source custom_metadata gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [custom_metadata:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source cross gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [cross:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source amplify gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [amplify:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source track_amplify gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [track_amplify:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source interrupting_fallback gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source interrupting_requests gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [interrupting_requests:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source requests_fallback gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source requests gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [requests:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source autodj_fallback gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source dynamic_startup gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source next_song gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [next_song:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source source.available gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source.available:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source autodj_startup_blank gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [autodj_startup_blank:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source switch.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source on_track.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [on_track.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source switch.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source source gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source playlist_jingles gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [playlist_jingles:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source standard_playlists gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source on_track gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [on_track:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source switch gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source playlist_default gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [playlist_default:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source metadata_map.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [metadata_map.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:09 [source:4] Source metadata_map gets up with content type: {}.
2024/01/30 12:11:09 [metadata_map:3] Content type is {}.
2024/01/30 12:11:09 [source:4] Source error_jingle gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:09 [error_jingle:3] "/usr/local/share/icecast/web/error.mp3" is static, resolving once for all...
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.flac:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.flac:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.mp4:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.mp4:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.aac:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.aac:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.midi:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.midi:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.srt:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.srt:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.aiff:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.aiff:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.wav:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.wav:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:11:09 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:11:09 [decoder.ffmpeg:3] Requested content-type for "/usr/local/share/icecast/web/error.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:09 [decoder.ffmpeg:3] FFmpeg recognizes "/usr/local/share/icecast/web/error.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 12:11:09 [decoder.ffmpeg:3] Decoded content-type for "/usr/local/share/icecast/web/error.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:09 [decoder:4] Selected decoder ffmpeg for file "/usr/local/share/icecast/web/error.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:11:09 [decoder.video.metadata:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.video.metadata:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.ogg.metadata:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.ogg.metadata:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.image.metadata:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.image.metadata:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.flac.metadata:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.flac.metadata:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [metadata.mp4:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [metadata.mp4:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [metadata.flac:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [metadata.flac:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 12:11:09 [error_jingle:3] Prepared "/usr/local/share/icecast/web/error.mp3" (RID 2).
2024/01/30 12:11:09 [threads:4] Created thread "clock_main" (1 total).
2024/01/30 12:11:09 [clock:4] Main phase starts.
2024/01/30 12:11:09 [threads:4] Created thread "generic queue #1" (1 total).
2024/01/30 12:11:09 [threads:4] Created thread "generic queue #2" (2 total).
2024/01/30 12:11:09 [threads:4] Created thread "non-blocking queue #1" (3 total).
2024/01/30 12:11:09 [threads:4] Created thread "non-blocking queue #2" (4 total).
2024/01/30 12:11:09 [video.converter:3] Using preferred video converter: ffmpeg.
2024/01/30 12:11:09 [audio.converter:3] Using samplerate converter: libsamplerate.
2024/01/30 12:11:09 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 12:11:09 [request.3:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 12:11:09 [request.3:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:11:09 [request.3:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 12:11:09 [request.3:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:11:09 [request.3:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [clock.main:3] Streaming loop starts in auto-sync mode
2024/01/30 12:11:09 [clock.main:3] Delegating synchronization to CPU clock
2024/01/30 12:11:09 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
[mp3float @ 0x7fe095ba4100] Could not update timestamps for skipped samples.
2024/01/30 12:11:09 [safe_fallback:3] Switch to metadata_map.2.
2024/01/30 12:11:09 [request.2:4] Currently on air.
2024/01/30 12:11:09 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [local_1:3] Connecting mount /radio.mp3 for source@127.0.0.1...
2024/01/30 12:11:09 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:11:09 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:11:09 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:09 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 12:11:09 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:09 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:11:09 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [lang:3] API nextsong - Response (200): annotate:title="Baby Don't Hurt Me",artist="David Guetta, Anne-Marie, Coi Leray",duration="140.07",song_id="8b8a9b04fdc3dc7b36e4edde21143973",media_id="11",liq_amplify="0.00dB",liq_cross_duration="1.20",liq_fade_in="0.00",liq_fade_out="1.20",liq_cue_in="0.00",liq_cue_out="138.30",playlist_id="1":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3
2024/01/30 12:11:09 [request.4:4] Pushed ["annotate:title=\"Baby Don't Hurt Me\",artist=\"David Guetta, Anne-Marie, Coi Leray\",duration=\"140.07\",song_id=\"8b8a9b04fdc3dc7b36e4edde21143973\",media_id=\"11\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.20\",liq_fade_in=\"0.00\",liq_fade_out=\"1.20\",liq_cue_in=\"0.00\",liq_cue_out=\"138.30\",playlist_id=\"1\":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 12:11:09 [request.4:4] Resolving "annotate:title=\"Baby Don't Hurt Me\",artist=\"David Guetta, Anne-Marie, Coi Leray\",duration=\"140.07\",song_id=\"8b8a9b04fdc3dc7b36e4edde21143973\",media_id=\"11\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.20\",liq_fade_in=\"0.00\",liq_fade_out=\"1.20\",liq_cue_in=\"0.00\",liq_cue_out=\"138.30\",playlist_id=\"1\":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (timeout 30s)...
2024/01/30 12:11:09 [request.4:4] Pushed ["media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 12:11:09 [request.4:4] Resolving "media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (timeout 30s)...
2024/01/30 12:11:09 [request.4:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:09 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [playlist_jingles:4] Queued 1 requests
2024/01/30 12:11:09 [request.5:4] Pushed ["annotate:title=\"Baby Don't Hurt Me\",artist=\"David Guetta, Anne-Marie, Coi Leray\",duration=\"140.07\",song_id=\"8b8a9b04fdc3dc7b36e4edde21143973\",media_id=\"11\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.20\",liq_fade_in=\"0.00\",liq_fade_out=\"1.20\",liq_cue_in=\"0.00\",liq_cue_out=\"138.30\",playlist_id=\"1\":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 12:11:09 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [request.5:4] Resolving "annotate:title=\"Baby Don't Hurt Me\",artist=\"David Guetta, Anne-Marie, Coi Leray\",duration=\"140.07\",song_id=\"8b8a9b04fdc3dc7b36e4edde21143973\",media_id=\"11\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.20\",liq_fade_in=\"0.00\",liq_fade_out=\"1.20\",liq_cue_in=\"0.00\",liq_cue_out=\"138.30\",playlist_id=\"1\":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (timeout 30s)...
2024/01/30 12:11:09 [request.5:4] Pushed ["media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 12:11:09 [request.5:4] Resolving "media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (timeout 30s)...
2024/01/30 12:11:09 [request.5:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:09 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:09 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:11:09 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:11:10 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/30 12:11:10 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:11:10 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:11:10 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/30 12:11:10 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [local_1:3] Connection setup was successful.
2024/01/30 12:11:10 [playlist_jingles:4] Remaining 0 requests
2024/01/30 12:11:10 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [request.3:4] Cueing in to position: 0.00
2024/01/30 12:11:10 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
[mp3float @ 0x7fe096926c00] Could not update timestamps for skipped samples.
2024/01/30 12:11:10 [playlist_jingles:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 3).
2024/01/30 12:11:10 [safe_fallback:3] Switch to custom_metadata with transition.
2024/01/30 12:11:10 [cross:4] Buffering end of track...
2024/01/30 12:11:10 [interrupting_fallback:3] Switch to requests_fallback.
2024/01/30 12:11:10 [requests_fallback:3] Switch to autodj_fallback.
2024/01/30 12:11:10 [autodj_fallback:3] Switch to switch.4.
2024/01/30 12:11:10 [switch.4:3] Switch to on_track.2.
2024/01/30 12:11:10 [switch.3:3] Switch to source.
2024/01/30 12:11:10 [request.3:4] Currently on air.
2024/01/30 12:11:10 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [cross:4] More buffering will be needed.
2024/01/30 12:11:10 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [metadata_map.3:3] Inserting missing metadata.
2024/01/30 12:11:10 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [next_song:4] Queued 1 requests
2024/01/30 12:11:10 [video.text:3] Using sdl implementation
2024/01/30 12:11:10 [request.6:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 12:11:10 [request.6:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:11:10 [request.6:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 12:11:10 [request.6:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:11:10 [request.6:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 12:11:10 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 12:11:10 [playlist_default:4] Queued 1 requests
2024/01/30 12:11:10 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [next_song:4] Remaining 0 requests
2024/01/30 12:11:10 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:11:10 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:11:10 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 12:11:10 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [request.4:4] Cueing in to position: 0.00
2024/01/30 12:11:10 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (RID 4).
2024/01/30 12:11:10 [lang:3] AutoDJ is ready!
2024/01/30 12:11:10 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 12:11:10 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [playlist_jingles:4] Queued 1 requests
2024/01/30 12:11:10 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",liq_cross_duration="0.00",liq_fade_in="0.00",liq_fade_out="0.00",liq_cue_in="0.00",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/30 12:11:10 [request.7:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 12:11:10 [request.7:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:11:10 [request.7:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 12:11:10 [request.7:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:11:10 [request.7:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:11:10 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:11:10 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 12:11:10 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:11:10 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:11:10 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:11:10 [next_song:4] Queued 1 requests
[mp3float @ 0x7fe096926c00] Could not update timestamps for discarded samples.
2024/01/30 12:11:13 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/30 12:11:13 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 875, characters 12-29
2024/01/30 12:11:13 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31
2024/01/30 12:11:13 [decoder:4] 
2024/01/30 12:11:14 [playlist_jingles:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3".
2024/01/30 12:11:14 [request.3:4] Request finished.
2024/01/30 12:11:14 [playlist_jingles:4] Remaining 0 requests
2024/01/30 12:11:14 [request.6:4] Cueing in to position: 0.00
2024/01/30 12:11:14 [playlist_jingles:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 6).
2024/01/30 12:11:14 [playlist_default:4] Remaining 0 requests
2024/01/30 12:11:14 [request.5:4] Cueing in to position: 0.00
2024/01/30 12:11:14 [playlist_default:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (RID 5).
2024/01/30 12:11:14 [switch.3:3] Switch to standard_playlists with forgetful transition.
2024/01/30 12:11:14 [autodj_fallback:3] Switch to dynamic_startup with forgetful transition.
2024/01/30 12:11:14 [dynamic_startup:3] Switch to next_song.
2024/01/30 12:11:14 [request.4:4] Currently on air.
[mp3float @ 0x7fe094fe9100] Could not update timestamps for skipped samples.
2024/01/30 12:11:14 [track_amplify:4] Overriding amplification: 1.000000.
2024/01/30 12:11:14 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 12:11:14 [cross:4] Setting crossfade duration to 1.20s
2024/01/30 12:11:14 [cross:3] Analysis: -10.527897dB / -infdB (0.10s / 0.10s)
2024/01/30 12:11:14 [source:4] Source source.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source audio.add gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [audio.add:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source fade_in gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [fade_in:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source track_amplify.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [track_amplify.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source on_track.6 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [on_track.6:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source on_metadata.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [on_metadata.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source on_track.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [on_track.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source cross_after gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [cross_after:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source buffer.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [buffer.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source fade_out gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [fade_out:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source track_amplify.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [track_amplify.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source on_end gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [on_end:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source on_track.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [on_track.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source on_metadata gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [on_metadata:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source on_track.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [on_track.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source cross_before gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [cross_before:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [source:4] Source buffer gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:11:14 [buffer:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:11:14 [cross_before:4] Fading out with type sin, duration: 0.1 and 0.0585714285714s remaining.
2024/01/30 12:11:14 [cross_after:4] New fade duration: 0.s.
2024/01/30 12:11:14 [cross_after:4] Fading in with type: sin and duration: 0.s.
2024/01/30 12:11:14 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/30 12:11:14 [lang:3]   "song_id": "8b8a9b04fdc3dc7b36e4edde21143973",
2024/01/30 12:11:14 [lang:3]   "playlist_id": "1",
2024/01/30 12:11:14 [lang:3]   "media_id": "11"
2024/01/30 12:11:14 [lang:3] }
2024/01/30 12:11:14 [buffer:4] End of track.
2024/01/30 12:11:14 [buffer:4] Buffer emptied, buffering needed.
2024/01/30 12:11:14 [buffer.2:4] End of track.
2024/01/30 12:11:14 [buffer.2:4] Buffer emptied, buffering needed.
2024/01/30 12:11:14 [source:4] Source source.7 gets down.
2024/01/30 12:11:14 [source:4] Source audio.add gets down.
2024/01/30 12:11:14 [source:4] Source fade_in gets down.
2024/01/30 12:11:14 [source:4] Source track_amplify.3 gets down.
2024/01/30 12:11:14 [source:4] Source on_track.6 gets down.
2024/01/30 12:11:14 [source:4] Source on_metadata.2 gets down.
2024/01/30 12:11:14 [source:4] Source on_track.5 gets down.
2024/01/30 12:11:14 [source:4] Source cross_after gets down.
2024/01/30 12:11:14 [source:4] Source buffer.2 gets down.
2024/01/30 12:11:14 [source:4] Source fade_out gets down.
2024/01/30 12:11:14 [source:4] Source track_amplify.2 gets down.
2024/01/30 12:11:14 [source:4] Source on_end gets down.
2024/01/30 12:11:14 [source:4] Source on_track.4 gets down.
2024/01/30 12:11:14 [source:4] Source on_metadata gets down.
2024/01/30 12:11:14 [source:4] Source on_track.3 gets down.
2024/01/30 12:11:14 [source:4] Source cross_before gets down.
2024/01/30 12:11:14 [source:4] Source buffer gets down.
2024/01/30 12:11:14 [cross:4] Buffering end of track...
2024/01/30 12:11:14 [cross:4] More buffering will be needed.
2024/01/30 12:11:14 [lang:3] API feedback - Response (200): true
2024/01/30 12:13:31 [request.4:4] Cueing out at position: 138.30
2024/01/30 12:13:31 [next_song:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3".
2024/01/30 12:13:31 [request.4:4] Request finished.
2024/01/30 12:13:31 [next_song:4] Remaining 0 requests
2024/01/30 12:13:31 [request.7:4] Cueing in to position: 0.00
2024/01/30 12:13:31 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 7).
2024/01/30 12:13:31 [track_amplify:4] End of the current overriding.
2024/01/30 12:13:31 [cross:4] Setting crossfade duration to 0.15s
[mp3float @ 0x7fe094ffb900] Could not update timestamps for skipped samples.
2024/01/30 12:13:31 [request.7:4] Currently on air.
2024/01/30 12:13:31 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 12:13:31 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 12:13:31 [cross:4] Setting crossfade duration to 0.00s
2024/01/30 12:13:31 [lang:3] API nextsong - Response (200): annotate:title="I'm Good (Blue)",artist="David Guetta, Bebe Rexha",duration="175.28",song_id="0abf0522646636fbded83c72804aa063",media_id="10",liq_amplify="0.00dB",liq_cross_duration="1.40",liq_fade_in="0.00",liq_fade_out="1.40",liq_cue_in="0.00",liq_cue_out="174.00",playlist_id="1":media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3
2024/01/30 12:13:31 [request.8:4] Pushed ["annotate:title=\"I'm Good (Blue)\",artist=\"David Guetta, Bebe Rexha\",duration=\"175.28\",song_id=\"0abf0522646636fbded83c72804aa063\",media_id=\"10\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.40\",liq_fade_in=\"0.00\",liq_fade_out=\"1.40\",liq_cue_in=\"0.00\",liq_cue_out=\"174.00\",playlist_id=\"1\":media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3";...].
2024/01/30 12:13:31 [request.8:4] Resolving "annotate:title=\"I'm Good (Blue)\",artist=\"David Guetta, Bebe Rexha\",duration=\"175.28\",song_id=\"0abf0522646636fbded83c72804aa063\",media_id=\"10\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.40\",liq_fade_in=\"0.00\",liq_fade_out=\"1.40\",liq_cue_in=\"0.00\",liq_cue_out=\"174.00\",playlist_id=\"1\":media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3" (timeout 30s)...
2024/01/30 12:13:31 [request.8:4] Pushed ["media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3";...].
2024/01/30 12:13:31 [request.8:4] Resolving "media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3" (timeout 30s)...
2024/01/30 12:13:31 [request.8:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3";...].
2024/01/30 12:13:31 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [cross:3] Analysis: -18.887207dB / -9.648035dB (1.18s / 1.18s)
2024/01/30 12:13:31 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [source:4] Source source.10 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source.10:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source audio.add.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [audio.add.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source fade_in.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [fade_in.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source track_amplify.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [track_amplify.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source on_track.10 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [on_track.10:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source on_metadata.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [on_metadata.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source on_track.9 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [on_track.9:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source cross_after.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [cross_after.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source buffer.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [buffer.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source fade_out.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [fade_out.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source track_amplify.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [track_amplify.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source on_end.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [on_end.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source on_track.8 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [on_track.8:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source on_metadata.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [on_metadata.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source on_track.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [on_track.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source cross_before.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [cross_before.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [source:4] Source buffer.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:31 [buffer.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:31 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [cross_before.2:4] New fade duration: 1.2s.
2024/01/30 12:13:31 [cross_before.2:4] Fading out with type sin, duration: 1.2 and 1.14s remaining.
2024/01/30 12:13:31 [cross_after.2:4] New fade duration: 0.s.
2024/01/30 12:13:31 [cross_after.2:4] Fading in with type: sin and duration: 0.s.
2024/01/30 12:13:31 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/30 12:13:31 [lang:3]   "song_id": "a61199df15d23c3f9a2ad1b52491c2af",
2024/01/30 12:13:31 [lang:3]   "playlist_id": "2",
2024/01/30 12:13:31 [lang:3]   "media_id": "9"
2024/01/30 12:13:31 [lang:3] }
2024/01/30 12:13:31 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:13:31 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:13:31 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": {audio=pcm(stereo)}
2024/01/30 12:13:31 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/30 12:13:31 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": {audio=pcm(stereo)}
2024/01/30 12:13:31 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:13:31 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 12:13:31 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 12:13:31 [lang:3] API feedback - Response (200): true
2024/01/30 12:13:31 [next_song:4] Queued 1 requests
2024/01/30 12:13:32 [buffer.3:4] End of track.
2024/01/30 12:13:32 [buffer.3:4] Buffer emptied, buffering needed.
2024/01/30 12:13:32 [buffer.4:4] End of track.
2024/01/30 12:13:32 [buffer.4:4] Buffer emptied, buffering needed.
2024/01/30 12:13:32 [source:4] Source source.10 gets down.
2024/01/30 12:13:32 [source:4] Source audio.add.2 gets down.
2024/01/30 12:13:32 [source:4] Source fade_in.2 gets down.
2024/01/30 12:13:32 [source:4] Source track_amplify.5 gets down.
2024/01/30 12:13:32 [source:4] Source on_track.10 gets down.
2024/01/30 12:13:32 [source:4] Source on_metadata.4 gets down.
2024/01/30 12:13:32 [source:4] Source on_track.9 gets down.
2024/01/30 12:13:32 [source:4] Source cross_after.2 gets down.
2024/01/30 12:13:32 [source:4] Source buffer.4 gets down.
2024/01/30 12:13:32 [source:4] Source fade_out.2 gets down.
2024/01/30 12:13:32 [source:4] Source track_amplify.4 gets down.
2024/01/30 12:13:32 [source:4] Source on_end.2 gets down.
2024/01/30 12:13:32 [source:4] Source on_track.8 gets down.
2024/01/30 12:13:32 [source:4] Source on_metadata.3 gets down.
2024/01/30 12:13:32 [source:4] Source on_track.7 gets down.
2024/01/30 12:13:32 [source:4] Source cross_before.2 gets down.
2024/01/30 12:13:32 [source:4] Source buffer.3 gets down.
2024/01/30 12:13:32 [cross:4] Buffering end of track...
2024/01/30 12:13:32 [cross:4] More buffering will be needed.
[mp3float @ 0x7fe094ffb900] Could not update timestamps for discarded samples.
2024/01/30 12:13:35 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/30 12:13:35 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 875, characters 12-29
2024/01/30 12:13:35 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31
2024/01/30 12:13:35 [decoder:4] 
2024/01/30 12:13:35 [next_song:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3".
2024/01/30 12:13:35 [request.7:4] Request finished.
2024/01/30 12:13:35 [next_song:4] Remaining 0 requests
2024/01/30 12:13:35 [request.8:4] Cueing in to position: 0.00
2024/01/30 12:13:35 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3" (RID 8).
2024/01/30 12:13:35 [cross:4] Setting crossfade duration to 0.15s
2024/01/30 12:13:35 [request.8:4] Currently on air.
[mp3float @ 0x7fe094ffc300] Could not update timestamps for skipped samples.
2024/01/30 12:13:35 [track_amplify:4] Overriding amplification: 1.000000.
2024/01/30 12:13:35 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 12:13:35 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 12:13:35 [cross:4] Setting crossfade duration to 1.40s
2024/01/30 12:13:35 [cross:3] Analysis: -10.436788dB / -78.801895dB (0.00s / 0.02s)
2024/01/30 12:13:35 [source:4] Source source.13 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source.13:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source audio.add.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [audio.add.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source fade_in.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [fade_in.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source track_amplify.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [track_amplify.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source on_track.14 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [on_track.14:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source on_metadata.6 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [on_metadata.6:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source on_track.13 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [on_track.13:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source cross_after.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [cross_after.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source buffer.6 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [buffer.6:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source fade_out.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [fade_out.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source track_amplify.6 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [track_amplify.6:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source on_end.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [on_end.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source on_track.12 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [on_track.12:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source on_metadata.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [on_metadata.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source on_track.11 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [on_track.11:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source cross_before.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [cross_before.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [source:4] Source buffer.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:13:35 [buffer.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:13:35 [buffer.6:4] End of track.
2024/01/30 12:13:35 [buffer.6:4] Buffer emptied, buffering needed.
2024/01/30 12:13:35 [cross_after.3:4] New fade duration: 0.s.
2024/01/30 12:13:35 [cross_after.3:4] Fading in with type: sin and duration: 0.s.
2024/01/30 12:13:35 [metadata_map.3:3] Inserting missing metadata.
2024/01/30 12:13:35 [source:4] Source source.13 gets down.
2024/01/30 12:13:35 [source:4] Source audio.add.3 gets down.
2024/01/30 12:13:35 [source:4] Source fade_in.3 gets down.
2024/01/30 12:13:35 [source:4] Source track_amplify.7 gets down.
2024/01/30 12:13:35 [source:4] Source on_track.14 gets down.
2024/01/30 12:13:35 [source:4] Source on_metadata.6 gets down.
2024/01/30 12:13:35 [source:4] Source on_track.13 gets down.
2024/01/30 12:13:35 [source:4] Source cross_after.3 gets down.
2024/01/30 12:13:35 [source:4] Source buffer.6 gets down.
2024/01/30 12:13:35 [source:4] Source fade_out.3 gets down.
2024/01/30 12:13:35 [source:4] Source track_amplify.6 gets down.
2024/01/30 12:13:35 [source:4] Source on_end.3 gets down.
2024/01/30 12:13:35 [source:4] Source on_track.12 gets down.
2024/01/30 12:13:35 [source:4] Source on_metadata.5 gets down.
2024/01/30 12:13:35 [source:4] Source on_track.11 gets down.
2024/01/30 12:13:35 [source:4] Source cross_before.3 gets down.
2024/01/30 12:13:35 [source:4] Source buffer.5 gets down.
2024/01/30 12:13:35 [cross:4] Buffering end of track...
2024/01/30 12:13:35 [cross:4] More buffering will be needed.
2024/01/30 12:13:36 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",liq_cross_duration="0.00",liq_fade_in="0.00",liq_fade_out="0.00",liq_cue_in="0.00",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/30 12:13:36 [request.9:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 12:13:36 [request.9:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:13:36 [request.9:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 12:13:36 [request.9:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:13:36 [request.9:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 12:13:36 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:13:36 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:13:36 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:13:36 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 12:13:36 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:13:36 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:13:36 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:13:36 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:13:36 [next_song:4] Queued 1 requests
2024/01/30 12:16:28 [request.8:4] Cueing out at position: 174.00
2024/01/30 12:16:28 [next_song:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3".
2024/01/30 12:16:28 [request.8:4] Request finished.
2024/01/30 12:16:28 [next_song:4] Remaining 0 requests
2024/01/30 12:16:28 [request.9:4] Cueing in to position: 0.00
2024/01/30 12:16:28 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 9).
2024/01/30 12:16:28 [track_amplify:4] End of the current overriding.
2024/01/30 12:16:28 [cross:4] Setting crossfade duration to 0.15s
2024/01/30 12:16:28 [request.9:4] Currently on air.
[mp3float @ 0x7fe094ffaf00] Could not update timestamps for skipped samples.
2024/01/30 12:16:28 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 12:16:28 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 12:16:28 [cross:4] Setting crossfade duration to 0.00s
2024/01/30 12:16:28 [cross:3] Analysis: -20.000952dB / -9.524189dB (1.36s / 1.36s)
2024/01/30 12:16:28 [source:4] Source source.16 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source.16:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source audio.add.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [audio.add.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source fade_in.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [fade_in.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source track_amplify.9 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [track_amplify.9:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source on_track.18 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [on_track.18:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source on_metadata.8 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [on_metadata.8:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source on_track.17 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [on_track.17:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source cross_after.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [cross_after.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source buffer.8 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [buffer.8:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source fade_out.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [fade_out.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source track_amplify.8 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [track_amplify.8:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source on_end.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [on_end.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source on_track.16 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [on_track.16:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source on_metadata.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [on_metadata.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source on_track.15 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [on_track.15:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source cross_before.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [cross_before.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [source:4] Source buffer.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:28 [buffer.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:28 [cross_before.4:4] New fade duration: 1.4s.
2024/01/30 12:16:28 [cross_before.4:4] Fading out with type sin, duration: 1.4 and 1.32s remaining.
2024/01/30 12:16:28 [cross_after.4:4] New fade duration: 0.s.
2024/01/30 12:16:28 [cross_after.4:4] Fading in with type: sin and duration: 0.s.
2024/01/30 12:16:28 [lang:3] API nextsong - Response (200): annotate:title="When We Were Young (The Logical Song)",artist="David Guetta, Kim Petras",duration="147.44",song_id="5f289d53ee08f3aa88e4ec69212d45d1",media_id="12",liq_amplify="0.00dB",liq_cross_duration="3.60",liq_fade_in="0.00",liq_fade_out="3.60",liq_cue_in="0.00",liq_cue_out="144.70",playlist_id="1":media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3
2024/01/30 12:16:28 [request.10:4] Pushed ["annotate:title=\"When We Were Young (The Logical Song)\",artist=\"David Guetta, Kim Petras\",duration=\"147.44\",song_id=\"5f289d53ee08f3aa88e4ec69212d45d1\",media_id=\"12\",liq_amplify=\"0.00dB\",liq_cross_duration=\"3.60\",liq_fade_in=\"0.00\",liq_fade_out=\"3.60\",liq_cue_in=\"0.00\",liq_cue_out=\"144.70\",playlist_id=\"1\":media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3";...].
2024/01/30 12:16:28 [request.10:4] Resolving "annotate:title=\"When We Were Young (The Logical Song)\",artist=\"David Guetta, Kim Petras\",duration=\"147.44\",song_id=\"5f289d53ee08f3aa88e4ec69212d45d1\",media_id=\"12\",liq_amplify=\"0.00dB\",liq_cross_duration=\"3.60\",liq_fade_in=\"0.00\",liq_fade_out=\"3.60\",liq_cue_in=\"0.00\",liq_cue_out=\"144.70\",playlist_id=\"1\":media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" (timeout 30s)...
2024/01/30 12:16:28 [request.10:4] Pushed ["media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3";...].
2024/01/30 12:16:28 [request.10:4] Resolving "media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" (timeout 30s)...
2024/01/30 12:16:28 [request.10:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3";...].
2024/01/30 12:16:28 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:16:28 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:16:28 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": {audio=pcm(stereo)}
2024/01/30 12:16:28 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/30 12:16:28 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": {audio=pcm(stereo)}
2024/01/30 12:16:28 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:16:28 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 12:16:28 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 12:16:28 [next_song:4] Queued 1 requests
2024/01/30 12:16:29 [buffer.7:4] Buffer emptied, buffering needed.
2024/01/30 12:16:29 [buffer.8:4] Buffer emptied, buffering needed.
2024/01/30 12:16:29 [source:4] Source source.16 gets down.
2024/01/30 12:16:29 [source:4] Source audio.add.4 gets down.
2024/01/30 12:16:29 [source:4] Source fade_in.4 gets down.
2024/01/30 12:16:29 [source:4] Source track_amplify.9 gets down.
2024/01/30 12:16:29 [source:4] Source on_track.18 gets down.
2024/01/30 12:16:29 [source:4] Source on_metadata.8 gets down.
2024/01/30 12:16:29 [source:4] Source on_track.17 gets down.
2024/01/30 12:16:29 [source:4] Source cross_after.4 gets down.
2024/01/30 12:16:29 [source:4] Source buffer.8 gets down.
2024/01/30 12:16:29 [source:4] Source fade_out.4 gets down.
2024/01/30 12:16:29 [source:4] Source track_amplify.8 gets down.
2024/01/30 12:16:29 [source:4] Source on_end.4 gets down.
2024/01/30 12:16:29 [source:4] Source on_track.16 gets down.
2024/01/30 12:16:29 [source:4] Source on_metadata.7 gets down.
2024/01/30 12:16:29 [source:4] Source on_track.15 gets down.
2024/01/30 12:16:29 [source:4] Source cross_before.4 gets down.
2024/01/30 12:16:29 [source:4] Source buffer.7 gets down.
2024/01/30 12:16:29 [cross:4] Buffering end of track...
2024/01/30 12:16:29 [cross:4] More buffering will be needed.
[mp3float @ 0x7fe094ffaf00] Could not update timestamps for discarded samples.
2024/01/30 12:16:32 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/30 12:16:32 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 875, characters 12-29
2024/01/30 12:16:32 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 504, characters 10-31
2024/01/30 12:16:32 [decoder:4] 
2024/01/30 12:16:32 [next_song:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3".
2024/01/30 12:16:32 [request.9:4] Request finished.
2024/01/30 12:16:32 [next_song:4] Remaining 0 requests
2024/01/30 12:16:32 [request.10:4] Cueing in to position: 0.00
2024/01/30 12:16:32 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" (RID 10).
2024/01/30 12:16:32 [cross:4] Setting crossfade duration to 0.15s
2024/01/30 12:16:32 [request.10:4] Currently on air.
2024/01/30 12:16:32 [track_amplify:4] Overriding amplification: 1.000000.
2024/01/30 12:16:32 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 12:16:32 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 12:16:32 [cross:4] Setting crossfade duration to 3.60s
2024/01/30 12:16:32 [cross:3] Analysis: -10.527897dB / -77.444366dB (0.00s / 0.02s)
2024/01/30 12:16:32 [source:4] Source source.19 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source.19:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source audio.add.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [audio.add.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source fade_in.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [fade_in.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source track_amplify.11 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [track_amplify.11:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source on_track.22 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [on_track.22:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source on_metadata.10 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [on_metadata.10:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source on_track.21 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [on_track.21:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source cross_after.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [cross_after.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source buffer.10 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [buffer.10:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source fade_out.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [fade_out.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source track_amplify.10 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [track_amplify.10:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source on_end.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [on_end.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source on_track.20 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [on_track.20:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source on_metadata.9 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [on_metadata.9:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source on_track.19 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [on_track.19:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source cross_before.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [cross_before.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [source:4] Source buffer.9 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 12:16:32 [buffer.9:3] Content type is {audio=pcm(stereo)}.
2024/01/30 12:16:32 [buffer.10:4] End of track.
2024/01/30 12:16:32 [buffer.10:4] Buffer emptied, buffering needed.
2024/01/30 12:16:32 [cross_after.5:4] New fade duration: 0.s.
2024/01/30 12:16:32 [cross_after.5:4] Fading in with type: sin and duration: 0.s.
2024/01/30 12:16:32 [metadata_map.3:3] Inserting missing metadata.
2024/01/30 12:16:32 [source:4] Source source.19 gets down.
2024/01/30 12:16:32 [source:4] Source audio.add.5 gets down.
2024/01/30 12:16:32 [source:4] Source fade_in.5 gets down.
2024/01/30 12:16:32 [source:4] Source track_amplify.11 gets down.
2024/01/30 12:16:32 [source:4] Source on_track.22 gets down.
2024/01/30 12:16:32 [source:4] Source on_metadata.10 gets down.
2024/01/30 12:16:32 [source:4] Source on_track.21 gets down.
2024/01/30 12:16:32 [source:4] Source cross_after.5 gets down.
2024/01/30 12:16:32 [source:4] Source buffer.10 gets down.
2024/01/30 12:16:32 [source:4] Source fade_out.5 gets down.
2024/01/30 12:16:32 [source:4] Source track_amplify.10 gets down.
2024/01/30 12:16:32 [source:4] Source on_end.5 gets down.
2024/01/30 12:16:32 [source:4] Source on_track.20 gets down.
2024/01/30 12:16:32 [source:4] Source on_metadata.9 gets down.
2024/01/30 12:16:32 [source:4] Source on_track.19 gets down.
2024/01/30 12:16:32 [source:4] Source cross_before.5 gets down.
2024/01/30 12:16:32 [source:4] Source buffer.9 gets down.
2024/01/30 12:16:32 [cross:4] Buffering end of track...
2024/01/30 12:16:32 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",liq_cross_duration="0.00",liq_fade_in="0.00",liq_fade_out="0.00",liq_cue_in="0.00",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/30 12:16:32 [request.11:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 12:16:32 [request.11:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:16:32 [request.11:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 12:16:32 [request.11:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 12:16:32 [request.11:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 12:16:32 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.aac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.midi:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [cross:4] More buffering will be needed.
2024/01/30 12:16:33 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.srt:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.aiff:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.wav:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 12:16:33 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 12:16:33 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:16:33 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 12:16:33 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 12:16:33 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 12:16:33 [decoder.video.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.ogg.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.image.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.flac.metadata:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [metadata.mp4:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [metadata.flac:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [decoder.ogg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 12:16:33 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 12:16:33 [next_song:4] Queued 1 requests
toots commented 8 months ago

Ok great and thank you. I have pushed another cleanup of the add operator that very well might address this. It would be great if AZ could update to the latest rolling release so you can test again.

Very short crossfade like that should be avoided. There are logical issues when buffering overlapping end/beginning of track. I think in 2.3.x the crossfade has been rewritten to disable transitions when buffering is under a certain threshold.

If you do need a quick solution to your current problem, I'd suggest to edit your crossfade transition to always return a sequence([ending_track, new_track]). I believe that this should address most of your concerns.

RM-FM commented 8 months ago

@toots We calculate all our cue/crossfade values programmatically. It would be great if Liquidsoap could deal also with short fades. What is the minimum crossfade duration that should be fine for LS? Is the same also true for fade in/out?

In production we do have a workaround in place for short jingles. We just added 10sec of silence at the end and set the cue out accordingly. Hence, we could also use larger crossfade values for jingles.

Unfortunately, that is not possible for songs. There we have to rely on our cue detection script. If the level of a song doesn‘t drop below a certain value, there wont‘t be a crossfade (value set to 0 or near 0).

Is there a way to switch the operator from crossfade to sequence dynamically based on the crossfade duration? Or would this be something that could be done by LS natively?

toots commented 8 months ago

The 2.3.x API has an explicit set of buffered/expected_duration passed with the crossfaded sources to the crossfading callback: https://www.liquidsoap.info/doc-dev/reference.html#cross

For 2.2.x I believe that you should be able to call source.remaining on the ending source:

def crossfading_callback(old, new) =
  buffered_time = source.remaining(old.source)

  # Let's say everything under 0.3 is a sequence:
  if buffered_time <= 0.3 then
    sequence([old.source, new.source])
  else
    # Normal transition here
  end
end
RM-FM commented 8 months ago

@toots Mr. Azuracast @BusterNeece was faaaast... I tested with the latest AzuraCast / LS Rolling Release. There issue persists on very short crossfades. But indeed meta data is updated correctly if sequence instead of cross.simple is being used.

I will implement the buffer time check to get rid of the meta data issues. Therefore I have to disable native crossfading by Azuracast but implement my own crossfade callback.

@BusterNeece Do you think it would make sense to implement the sequence transition for very short crossfade values natively in the native live_aware_crossfade callback (as long as you are on LS 2.2.x)?

toots commented 8 months ago

That sounds like a good mitigation plan. I have a hunch this would also take care of the remaining pop/clicks that have been reported.

RM-FM commented 8 months ago

As expected the fallback to sequence for very short crossfade fixes the meta data problem. But it causes a real ugly click in the scenario described below:

This click occurs only with sequence but not crossfade. At least not that ugly.

2024/01/30 21:58:21 >>> LOG START
2024/01/30 21:58:12 [main:3] Liquidsoap 2.2.4+git@0bb310090
2024/01/30 21:58:12 [main:3] Using: alsa=0.3.0 angstrom=0.15.0 ao=0.2.4 asetmap=0.8.1 asn1-combinators=0.2.6 astring=0.8.5 base64=3.5.1 bigarray=[distributed with Ocaml] bigarray-compat=1.1.0 bigstringaf=0.9.1 bjack=0.1.6 bos=0.2.1 bytes=[distributed with OCaml 4.02 or above] ca-certs=v0.2.3 camlimages.all_formats=4.2.6 camlimages.core=5.0.4 camlimages.exif=5.0.4 camlimages.gif=5.0.4 camlimages.jpeg=5.0.4 camlimages.png=5.0.4 camlimages.tiff=5.0.4 camlimages.xpm=5.0.4 camlp-streams camomile.lib=2.0 cohttp=5.3.0 cohttp-lwt=5.3.0 cohttp-lwt-unix=5.3.0 conduit=6.2.0 conduit-lwt=6.2.0 conduit-lwt-unix=6.2.0 cry=1.0.3 cstruct=6.2.0 ctypes=0.21.1 ctypes-foreign=0.21.1 ctypes.stubs=0.21.1 curl=0.9.2 domain-name=0.4.0 dssi=0.1.5 dtools=0.4.5 dune-build-info=3.11.1 dune-private-libs.dune-section=3.11.1 dune-site=3.11.1 dune-site.private=3.11.1 duppy=0.9.3 eqaf=0.9 eqaf.bigstring=0.9 eqaf.cstruct=0.9 faad=0.5.2 fdkaac=0.3.3 ffmpeg-av=1.1.10 ffmpeg-avcodec=1.1.10 ffmpeg-avdevice=1.1.10 ffmpeg-avfilter=1.1.10 ffmpeg-avutil=1.1.10 ffmpeg-swresample=1.1.10 ffmpeg-swscale=1.1.10 fileutils=0.6.4 flac=0.5.1 flac.decoder=0.5.1 flac.ogg=0.5.1 fmt=0.9.0 fpath=0.7.3 frei0r=0.1.2 gd=1.0a5 gen=1.1 gmap=0.3.0 hkdf=1.0.4 inotify=2.4.1 integers ipaddr=5.5.0 ipaddr-sexp=5.5.0 ipaddr.unix=5.5.0 irc-client irc-client-unix jemalloc ladspa=0.2.2 lame=0.3.7 lastfm=0.3.3 lilv=0.1.0 liquidsoap-lang=2.2.4 liquidsoap-lang.console=2.2.4 liquidsoap_alsa=19c6f9b-dirty liquidsoap_ao=19c6f9b-dirty liquidsoap_bjack=19c6f9b-dirty liquidsoap_builtins=19c6f9b-dirty liquidsoap_camlimages=19c6f9b-dirty liquidsoap_core=19c6f9b-dirty liquidsoap_dssi=19c6f9b-dirty liquidsoap_faad=19c6f9b-dirty liquidsoap_fdkaac=19c6f9b-dirty liquidsoap_ffmpeg=19c6f9b-dirty liquidsoap_flac=19c6f9b-dirty liquidsoap_frei0r=19c6f9b-dirty liquidsoap_gd=19c6f9b-dirty liquidsoap_irc=19c6f9b-dirty liquidsoap_jemalloc=19c6f9b-dirty liquidsoap_ladspa=19c6f9b-dirty liquidsoap_lame=19c6f9b-dirty liquidsoap_lastfm=19c6f9b-dirty liquidsoap_lilv=19c6f9b-dirty liquidsoap_lo=19c6f9b-dirty liquidsoap_mad=19c6f9b-dirty liquidsoap_mem_usage=19c6f9b-dirty liquidsoap_memtrace=19c6f9b-dirty liquidsoap_ogg=19c6f9b-dirty liquidsoap_ogg_flac=19c6f9b-dirty liquidsoap_optionals=19c6f9b-dirty liquidsoap_opus=19c6f9b-dirty liquidsoap_osc=19c6f9b-dirty liquidsoap_oss=19c6f9b-dirty liquidsoap_portaudio=19c6f9b-dirty liquidsoap_posix_time=19c6f9b-dirty liquidsoap_prometheus=19c6f9b-dirty liquidsoap_pulseaudio=19c6f9b-dirty liquidsoap_runtime=19c6f9b-dirty liquidsoap_samplerate=19c6f9b-dirty liquidsoap_sdl=19c6f9b-dirty liquidsoap_shine=19c6f9b-dirty liquidsoap_soundtouch=19c6f9b-dirty liquidsoap_speex=19c6f9b-dirty liquidsoap_srt=19c6f9b-dirty liquidsoap_ssl=19c6f9b-dirty liquidsoap_stereotool=19c6f9b-dirty liquidsoap_taglib=19c6f9b-dirty liquidsoap_theora=19c6f9b-dirty liquidsoap_tls=19c6f9b-dirty liquidsoap_vorbis=19c6f9b-dirty liquidsoap_xmlplaylist=19c6f9b-dirty liquidsoap_yaml=19c6f9b-dirty lo=0.2.0 logs=0.7.0 logs.fmt=0.7.0 logs.lwt=0.7.0 lwt=5.7.0 lwt.unix=5.7.0 macaddr=5.5.0 mad=0.5.3 magic-mime=1.3.1 mem_usage=0.0.4 memtrace=0.2.3 menhirLib=20230608 metadata=0.3.0 mirage-crypto=0.11.2 mirage-crypto-ec=0.11.2 mirage-crypto-pk=0.11.2 mirage-crypto-rng=0.11.2 mirage-crypto-rng.unix=0.11.2 mm=0.8.4 mm.audio=0.8.4 mm.base=0.8.4 mm.image=0.8.4 mm.midi=0.8.4 mm.video=0.8.4 ocplib-endian ocplib-endian.bigstring ogg=0.7.4 ogg.decoder=0.7.4 opus=0.2.3 opus.decoder=0.2.3 osc osc-unix parsexp=v0.16.0 pbkdf pcre=7.5.0 portaudio=0.2.3 posix-base=5a7f328 posix-socket=5a7f328 posix-socket.constants=5a7f328 posix-socket.stubs=5a7f328 posix-socket.types=5a7f328 posix-time2=5a7f328 posix-time2.constants=5a7f328 posix-time2.stubs=5a7f328 posix-time2.types=5a7f328 posix-types=5a7f328 posix-types.constants=5a7f328 ppx_sexp_conv.runtime-lib=v0.16.0 prometheus=1.2 prometheus-app=1.2 ptime=1.1.0 ptime.clock.os=1.1.0 pulseaudio=0.1.6 re=1.11.0 result=1.5 rresult=0.7.0 samplerate=0.1.7 sedlex=3.2 seq=[distributed with OCaml 4.07 or above] sexplib=v0.16.0 sexplib0=v0.16.0 shine=0.2.3 soundtouch=0.1.9 speex=0.4.2 speex.decoder=0.4.2 srt=0.3.0 srt.constants=0.3.0 srt.stubs=0.3.0 srt.stubs.locked=0.3.0 srt.types=0.3.0 ssl=0.7.0 stdlib-shims=0.3.0 stereotool=19c6f9b-dirty str=[distributed with Ocaml] stringext=1.6.0 taglib=0.3.10 theora=0.4.1 theora.decoder=0.4.1 threads=[distributed with Ocaml] threads.posix=[internal] tls=0.17.1 tsdl=v1.0.0 tsdl-image=0.5 tsdl-ttf=0.6 unix=[distributed with Ocaml] unix-errno=52c6ecb unix-errno.errno_bindings=52c6ecb unix-errno.errno_types=52c6ecb unix-errno.errno_types_detected=52c6ecb unix-errno.unix=52c6ecb uri=4.4.0 uri-sexp=4.4.0 uri.services=4.4.0 vorbis=0.8.1 vorbis.decoder=0.8.1 x509=0.16.5 xmlm=1.4.0 xmlplaylist=0.1.5 yaml=3.2.0 yaml.bindings=3.2.0 yaml.bindings.types=3.2.0 yaml.c=3.2.0 yaml.ffi=3.2.0 yaml.types=3.2.0 zarith=1.13
2024/01/30 21:58:12 [main:3] 
2024/01/30 21:58:12 [main:3] DISCLAIMER: This version of Liquidsoap has been compiled from a snapshot of the
2024/01/30 21:58:12 [main:3] development code. As such, it should not be used in production unless you know
2024/01/30 21:58:12 [main:3] what you are doing!
2024/01/30 21:58:12 [main:3] 
2024/01/30 21:58:12 [main:3] We are, however, very interested in any feedback about our development code and
2024/01/30 21:58:12 [main:3] committed to fix issues as soon as possible.
2024/01/30 21:58:12 [main:3] 
2024/01/30 21:58:12 [main:3] If you are interested in collaborating to the development of Liquidsoap, feel
2024/01/30 21:58:12 [main:3] free to drop us a mail at <savonet-devl@lists.sf.net> or to join the slack chat
2024/01/30 21:58:12 [main:3] at <http://slack.liquidsoap.info>.
2024/01/30 21:58:12 [main:3] 
2024/01/30 21:58:12 [main:3] Please send any bug report or feature request at
2024/01/30 21:58:12 [main:3] <https://github.com/savonet/liquidsoap/issues>.
2024/01/30 21:58:12 [main:3] 
2024/01/30 21:58:12 [main:3] We hope you enjoy this snapshot build of Liquidsoap!
2024/01/30 21:58:12 [main:3] 
2024/01/30 21:58:12 [clock:3] Using native (high-precision) implementation for latency control
2024/01/30 21:58:20 [main:3] Standard library loaded in 7.71 seconds.
2024/01/30 21:58:20 [lang:2] WARNING: "set" is deprecated and will be removed in future version. Please use `settings.path.to.key := value`
2024/01/30 21:58:20 [playlist_default:4] Reloading playlist.
2024/01/30 21:58:20 [request.0:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/playlists/playlist_default.m3u";...].
2024/01/30 21:58:20 [request.0:4] Request finished.
2024/01/30 21:58:20 [playlist_jingles:4] Reloading playlist.
2024/01/30 21:58:20 [request.1:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/playlists/playlist_jingles.m3u";...].
2024/01/30 21:58:20 [request.1:4] Request finished.
2024/01/30 21:58:20 [frame:4] frame.audio.samplerate set to: 44100
2024/01/30 21:58:20 [frame:4] frame.video.framerate set to: 25
2024/01/30 21:58:20 [source:4] Setting crossfade duration to 0.30s
2024/01/30 21:58:20 [request.2:4] Pushed ["/usr/local/share/icecast/web/error.mp3";...].
2024/01/30 21:58:21 [clock:4] Currently 1 clock(s) allocated.
2024/01/30 21:58:21 [frame:4] frame.audio.channels set to: 2
2024/01/30 21:58:21 [frame:4] frame.video.default set to: false
2024/01/30 21:58:21 [frame:4] frame.midi.channels set to: 0
2024/01/30 21:58:21 [frame:4] frame.video.width set to: 1280
2024/01/30 21:58:21 [frame:4] frame.video.height set to: 720
2024/01/30 21:58:21 [frame:4] frame.audio.samplerate set to: 44100
2024/01/30 21:58:21 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz main.
2024/01/30 21:58:21 [frame:3] Video frame size set to: 1280x720
2024/01/30 21:58:21 [frame:3] Frame size must be a multiple of 1764 ticks = 1764 audio samples = 1 video samples.
2024/01/30 21:58:21 [frame:3] Targeting 'frame.duration': 0.04s = 1764 audio samples = 1764 ticks.
2024/01/30 21:58:21 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video samples = 1764 ticks.
2024/01/30 21:58:21 [sandbox:3] Sandboxing disabled
2024/01/30 21:58:21 [startup:3] DSSI plugins registration: 0.00s
2024/01/30 21:58:21 [startup:3] FFmpeg filters registration: 0.06s
2024/01/30 21:58:21 [startup:3] FFmpeg bitstream filters registration: 0.01s
2024/01/30 21:58:21 [startup:3] Lilv plugins registration: 0.01s
2024/01/30 21:58:21 [startup:3] Frei0r plugin registration: 0.00s
2024/01/30 21:58:21 [startup:3] LADSPA plugins registration: 0.15s
2024/01/30 21:58:21 [startup:3] Typechecking: 7.18s
2024/01/30 21:58:21 [startup:3] Evaluation: 0.02s
2024/01/30 21:58:21 [startup:3] Typechecking: 0.06s
2024/01/30 21:58:21 [startup:3] Evaluation: 0.00s
2024/01/30 21:58:21 [startup:3] Typechecking: 0.06s
2024/01/30 21:58:21 [startup:3] Evaluation: 0.02s
2024/01/30 21:58:21 [startup:3] Loaded /var/azuracast/stations/radiomonster.fm_test/config/liquidsoap.liq: 0.08s
2024/01/30 21:58:21 [server:4] Socket created at /var/azuracast/stations/radiomonster.fm_test/config/liquidsoap.sock.
2024/01/30 21:58:21 [clock:4] Currently 2 clock(s) allocated.
2024/01/30 21:58:21 [clock.main:4] Starting source(s): local_1
2024/01/30 21:58:21 [source:4] Source local_1 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [local_1:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source metadata_map.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [metadata_map.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source metadata_map.3 gets up with content type: {}.
2024/01/30 21:58:21 [metadata_map.3:3] Content type is {}.
2024/01/30 21:58:21 [source:4] Source safe_fallback gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source custom_metadata gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [custom_metadata:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source cross gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [cross:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source amplify gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [amplify:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source track_amplify gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [track_amplify:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source interrupting_fallback gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source interrupting_requests gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [interrupting_requests:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source requests_fallback gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source requests gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [requests:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source autodj_fallback gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source dynamic_startup gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source next_song gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [next_song:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source source.available gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source.available:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source autodj_startup_blank gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [autodj_startup_blank:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source switch.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source on_track.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [on_track.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source switch.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source source gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source playlist_jingles gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [playlist_jingles:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source standard_playlists gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source on_track gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [on_track:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source switch gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source playlist_default gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [playlist_default:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source metadata_map.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [metadata_map.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:21 [source:4] Source metadata_map gets up with content type: {}.
2024/01/30 21:58:21 [metadata_map:3] Content type is {}.
2024/01/30 21:58:21 [source:4] Source error_jingle gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:21 [error_jingle:3] "/usr/local/share/icecast/web/error.mp3" is static, resolving once for all...
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 21:58:21 [decoder.mad:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 21:58:21 [decoder.flac:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.mp4:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aac:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.midi:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.srt:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aiff:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.wav:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 21:58:21 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 21:58:21 [decoder.ffmpeg:3] Requested content-type for "/usr/local/share/icecast/web/error.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.ffmpeg:3] FFmpeg recognizes "/usr/local/share/icecast/web/error.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 21:58:21 [decoder.ffmpeg:3] Decoded content-type for "/usr/local/share/icecast/web/error.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder:4] Selected decoder ffmpeg for file "/usr/local/share/icecast/web/error.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.video.metadata:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg.metadata:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.image.metadata:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 21:58:21 [decoder.flac.metadata:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [metadata.mp4:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 21:58:21 [metadata.flac:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/usr/local/share/icecast/web/error.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.taglib:4] Unsupported file extension for "/usr/local/share/icecast/web/error.mp3"!
2024/01/30 21:58:21 [error_jingle:3] Prepared "/usr/local/share/icecast/web/error.mp3" (RID 2).
2024/01/30 21:58:21 [threads:4] Created thread "clock_main" (1 total).
2024/01/30 21:58:21 [clock:4] Main phase starts.
2024/01/30 21:58:21 [threads:4] Created thread "generic queue #1" (1 total).
2024/01/30 21:58:21 [threads:4] Created thread "generic queue #2" (2 total).
2024/01/30 21:58:21 [threads:4] Created thread "non-blocking queue #1" (3 total).
2024/01/30 21:58:21 [threads:4] Created thread "non-blocking queue #2" (4 total).
2024/01/30 21:58:21 [video.converter:3] Using preferred video converter: ffmpeg.
2024/01/30 21:58:21 [audio.converter:3] Using samplerate converter: libsamplerate.
2024/01/30 21:58:21 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 21:58:21 [request.3:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 21:58:21 [request.3:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 21:58:21 [request.3:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 21:58:21 [request.3:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 21:58:21 [clock.main:3] Streaming loop starts in auto-sync mode
2024/01/30 21:58:21 [request.3:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 21:58:21 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 21:58:21 [clock.main:3] Delegating synchronization to CPU clock
2024/01/30 21:58:21 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 21:58:21 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [playlist_jingles:4] Queued 1 requests
2024/01/30 21:58:21 [request.4:4] Pushed ["annotate:title=\"Baby Don't Hurt Me\",artist=\"David Guetta, Anne-Marie, Coi Leray\",duration=\"140.07\",song_id=\"8b8a9b04fdc3dc7b36e4edde21143973\",media_id=\"11\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.20\",liq_fade_in=\"0.00\",liq_fade_out=\"1.20\",liq_cue_in=\"0.00\",liq_cue_out=\"138.30\",playlist_id=\"1\":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 21:58:21 [request.4:4] Resolving "annotate:title=\"Baby Don't Hurt Me\",artist=\"David Guetta, Anne-Marie, Coi Leray\",duration=\"140.07\",song_id=\"8b8a9b04fdc3dc7b36e4edde21143973\",media_id=\"11\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.20\",liq_fade_in=\"0.00\",liq_fade_out=\"1.20\",liq_cue_in=\"0.00\",liq_cue_out=\"138.30\",playlist_id=\"1\":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (timeout 30s)...
2024/01/30 21:58:21 [request.4:4] Pushed ["media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 21:58:21 [request.4:4] Resolving "media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (timeout 30s)...
2024/01/30 21:58:21 [request.4:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 21:58:21 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 21:58:21 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 21:58:21 [decoder:4] Trying decoder "ffmpeg"
[mp3float @ 0x7f84589d8000] Could not update timestamps for skipped samples.
2024/01/30 21:58:21 [safe_fallback:3] Switch to metadata_map.2.
2024/01/30 21:58:21 [request.2:4] Currently on air.
2024/01/30 21:58:21 [playlist_jingles:4] Remaining 0 requests
2024/01/30 21:58:21 [request.3:4] Cueing in to position: 0.00
2024/01/30 21:58:21 [playlist_jingles:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 3).
2024/01/30 21:58:21 [safe_fallback:3] Switch to custom_metadata with transition.
2024/01/30 21:58:21 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [local_1:3] Connecting mount /radio.mp3 for source@127.0.0.1...
2024/01/30 21:58:21 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/30 21:58:21 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 21:58:21 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 21:58:21 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 21:58:21 [playlist_default:4] Queued 1 requests
2024/01/30 21:58:21 [video.text:3] Using sdl implementation
2024/01/30 21:58:21 [lang:3] API nextsong - Response (200): annotate:title="When We Were Young (The Logical Song)",artist="David Guetta, Kim Petras",duration="147.44",song_id="5f289d53ee08f3aa88e4ec69212d45d1",media_id="12",liq_amplify="0.00dB",liq_cross_duration="3.60",liq_fade_in="0.00",liq_fade_out="3.60",liq_cue_in="0.00",liq_cue_out="144.70",playlist_id="1":media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3
2024/01/30 21:58:21 [request.5:4] Pushed ["annotate:title=\"When We Were Young (The Logical Song)\",artist=\"David Guetta, Kim Petras\",duration=\"147.44\",song_id=\"5f289d53ee08f3aa88e4ec69212d45d1\",media_id=\"12\",liq_amplify=\"0.00dB\",liq_cross_duration=\"3.60\",liq_fade_in=\"0.00\",liq_fade_out=\"3.60\",liq_cue_in=\"0.00\",liq_cue_out=\"144.70\",playlist_id=\"1\":media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3";...].
2024/01/30 21:58:21 [request.5:4] Resolving "annotate:title=\"When We Were Young (The Logical Song)\",artist=\"David Guetta, Kim Petras\",duration=\"147.44\",song_id=\"5f289d53ee08f3aa88e4ec69212d45d1\",media_id=\"12\",liq_amplify=\"0.00dB\",liq_cross_duration=\"3.60\",liq_fade_in=\"0.00\",liq_fade_out=\"3.60\",liq_cue_in=\"0.00\",liq_cue_out=\"144.70\",playlist_id=\"1\":media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" (timeout 30s)...
2024/01/30 21:58:21 [request.5:4] Pushed ["media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3";...].
2024/01/30 21:58:21 [request.5:4] Resolving "media:david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" (timeout 30s)...
2024/01/30 21:58:21 [request.5:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3";...].
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 21:58:21 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 21:58:21 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 21:58:21 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 21:58:21 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/30 21:58:21 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 21:58:21 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 21:58:21 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3"!
2024/01/30 21:58:21 [next_song:4] Queued 1 requests
2024/01/30 21:58:21 [next_song:4] Remaining 0 requests
2024/01/30 21:58:21 [request.5:4] Cueing in to position: 0.00
2024/01/30 21:58:21 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3" (RID 5).
2024/01/30 21:58:21 [lang:3] AutoDJ is ready!
[mp3float @ 0x7f8458f39100] 2024/01/30 21:58:21 [local_1:3] Connection setup was successful.
2024/01/30 21:58:21 [local_1:2] Metadata update may have failed with error: Unix.Unix_error(Unix.ECONNREFUSED, "connect", "")
2024/01/30 21:58:21 [local_1:4] Raised at Cry.connect_sockaddr.check_timeout in file "src/cry.ml", line 171, characters 20-64
2024/01/30 21:58:21 [local_1:4] Re-raised at Cry.connect_sockaddr in file "src/cry.ml", line 193, characters 4-38
2024/01/30 21:58:21 [local_1:4] Called from Http.unix_transport.object#connect in file "src/core/tools/http.ml", line 79, characters 15-72
2024/01/30 21:58:21 [local_1:4] Called from Cry.manual_update_metadata in file "src/cry.ml", line 724, characters 4-73
2024/01/30 21:58:21 [local_1:4] Called from Icecast2.output#insert_metadata in file "src/core/outputs/icecast2.ml", line 532, characters 16-128
2024/01/30 21:58:21 [local_1:4] 
2024/01/30 21:58:21 [cross:4] Buffering end of track...
2024/01/30 21:58:21 [interrupting_fallback:3] Switch to requests_fallback.
2024/01/30 21:58:21 [requests_fallback:3] Switch to autodj_fallback.
2024/01/30 21:58:21 [autodj_fallback:3] Switch to switch.4.
2024/01/30 21:58:21 [switch.4:3] Switch to on_track.2.
2024/01/30 21:58:21 [switch.3:3] Switch to source.
2024/01/30 21:58:21 [request.3:4] Currently on air.
Could not update timestamps for skipped samples.
2024/01/30 21:58:21 [request.6:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 21:58:21 [cross:4] More buffering will be needed.
2024/01/30 21:58:21 [metadata_map.3:3] Inserting missing metadata.
2024/01/30 21:58:21 [request.6:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 21:58:21 [request.6:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 21:58:21 [request.6:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 21:58:21 [request.6:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 21:58:21 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 21:58:21 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 21:58:21 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 21:58:21 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:21 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:21 [playlist_jingles:4] Queued 1 requests
[mp3float @ 0x7f8458f39100] Could not update timestamps for discarded samples.
2024/01/30 21:58:25 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/30 21:58:25 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 890, characters 12-29
2024/01/30 21:58:25 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 505, characters 10-31
2024/01/30 21:58:25 [decoder:4] 
2024/01/30 21:58:25 [playlist_jingles:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3".
2024/01/30 21:58:25 [request.3:4] Request finished.
2024/01/30 21:58:25 [playlist_jingles:4] Remaining 0 requests
2024/01/30 21:58:25 [request.6:4] Cueing in to position: 0.00
2024/01/30 21:58:25 [playlist_jingles:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 6).
2024/01/30 21:58:25 [playlist_default:4] Remaining 0 requests
2024/01/30 21:58:25 [request.4:4] Cueing in to position: 0.00
2024/01/30 21:58:25 [playlist_default:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (RID 4).
2024/01/30 21:58:25 [switch.3:3] Switch to standard_playlists with forgetful transition.
2024/01/30 21:58:25 [autodj_fallback:3] Switch to dynamic_startup with forgetful transition.
2024/01/30 21:58:25 [dynamic_startup:3] Switch to next_song.
2024/01/30 21:58:25 [request.5:4] Currently on air.
2024/01/30 21:58:25 [track_amplify:4] Overriding amplification: 1.000000.
2024/01/30 21:58:25 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 21:58:25 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 21:58:25 [cross:4] Setting crossfade duration to 3.60s
2024/01/30 21:58:25 [cross:3] Analysis: -10.527897dB / -18.148128dB (0.26s / 0.26s)
2024/01/30 21:58:25 [lang:3] Crossfade transition. Fade is long enough. Buffered time: 0.258571428571
2024/01/30 21:58:25 [source:4] Source source.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source audio.add gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [audio.add:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source fade_in gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [fade_in:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source track_amplify.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [track_amplify.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source on_track.6 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [on_track.6:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source on_metadata.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [on_metadata.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source on_track.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [on_track.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source cross_after gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [cross_after:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source buffer.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [buffer.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source fade_out gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [fade_out:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source track_amplify.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [track_amplify.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source on_end gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [on_end:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source on_track.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [on_track.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source on_metadata gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [on_metadata:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source on_track.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [on_track.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source cross_before gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [cross_before:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [source:4] Source buffer gets up with content type: {audio=pcm(stereo)}.
2024/01/30 21:58:25 [buffer:3] Content type is {audio=pcm(stereo)}.
2024/01/30 21:58:25 [cross_after:4] New fade duration: 0.s.
2024/01/30 21:58:25 [cross_after:4] Fading in with type: sin and duration: 0.s.
2024/01/30 21:58:25 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/30 21:58:25 [lang:3]   "song_id": "5f289d53ee08f3aa88e4ec69212d45d1",
2024/01/30 21:58:25 [lang:3]   "playlist_id": "1",
2024/01/30 21:58:25 [lang:3]   "media_id": "12"
2024/01/30 21:58:25 [lang:3] }
2024/01/30 21:58:25 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",liq_cross_duration="0.00",liq_fade_in="0.00",liq_fade_out="0.00",liq_cue_in="0.00",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/30 21:58:25 [request.7:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 21:58:25 [request.7:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 21:58:25 [request.7:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 21:58:25 [request.7:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 21:58:25 [request.7:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 21:58:25 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:25 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:25 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 21:58:25 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 21:58:25 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:25 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 21:58:25 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 21:58:25 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 21:58:25 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:25 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:25 [cross_before:4] Fading out with type sin, duration: 0.1 and 0.0985714285714s remaining.
2024/01/30 21:58:25 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:25 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:25 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 21:58:25 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 21:58:25 [next_song:4] Queued 1 requests
2024/01/30 21:58:25 [lang:3] API feedback - Response (200): true
2024/01/30 21:58:25 [buffer:4] End of track.
2024/01/30 21:58:25 [buffer:4] Buffer emptied, buffering needed.
2024/01/30 21:58:25 [buffer.2:4] End of track.
2024/01/30 21:58:25 [buffer.2:4] Buffer emptied, buffering needed.
2024/01/30 21:58:26 [source:4] Source source.7 gets down.
2024/01/30 21:58:26 [source:4] Source audio.add gets down.
2024/01/30 21:58:26 [source:4] Source fade_in gets down.
2024/01/30 21:58:26 [source:4] Source track_amplify.3 gets down.
2024/01/30 21:58:26 [source:4] Source on_track.6 gets down.
2024/01/30 21:58:26 [source:4] Source on_metadata.2 gets down.
2024/01/30 21:58:26 [source:4] Source on_track.5 gets down.
2024/01/30 21:58:26 [source:4] Source cross_after gets down.
2024/01/30 21:58:26 [source:4] Source buffer.2 gets down.
2024/01/30 21:58:26 [source:4] Source fade_out gets down.
2024/01/30 21:58:26 [source:4] Source track_amplify.2 gets down.
2024/01/30 21:58:26 [source:4] Source on_end gets down.
2024/01/30 21:58:26 [source:4] Source on_track.4 gets down.
2024/01/30 21:58:26 [source:4] Source on_metadata gets down.
2024/01/30 21:58:26 [source:4] Source on_track.3 gets down.
2024/01/30 21:58:26 [source:4] Source cross_before gets down.
2024/01/30 21:58:26 [source:4] Source buffer gets down.
2024/01/30 21:58:26 [cross:4] Buffering end of track...
2024/01/30 21:58:26 [cross:4] More buffering will be needed.
2024/01/30 22:00:46 [request.5:4] Cueing out at position: 144.70
2024/01/30 22:00:46 [next_song:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_kim_petras_-_when_we_were_young_(the_logical_song).mp3".
2024/01/30 22:00:46 [request.5:4] Request finished.
2024/01/30 22:00:46 [next_song:4] Remaining 0 requests
2024/01/30 22:00:46 [request.7:4] Cueing in to position: 0.00
2024/01/30 22:00:46 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 7).
2024/01/30 22:00:46 [track_amplify:4] End of the current overriding.
2024/01/30 22:00:46 [cross:4] Setting crossfade duration to 0.30s
2024/01/30 22:00:46 [request.7:4] Currently on air.
[mp3float @ 0x7f84589f3900] Could not update timestamps for skipped samples.
2024/01/30 22:00:46 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 22:00:46 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 22:00:46 [cross:4] Setting crossfade duration to 0.00s
2024/01/30 22:00:46 [lang:3] API nextsong - Response (200): annotate:title="Baby Don't Hurt Me",artist="David Guetta, Anne-Marie, Coi Leray",duration="140.07",song_id="8b8a9b04fdc3dc7b36e4edde21143973",media_id="11",liq_amplify="0.00dB",liq_cross_duration="1.20",liq_fade_in="0.00",liq_fade_out="1.20",liq_cue_in="0.00",liq_cue_out="138.30",playlist_id="1":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3
2024/01/30 22:00:46 [request.8:4] Pushed ["annotate:title=\"Baby Don't Hurt Me\",artist=\"David Guetta, Anne-Marie, Coi Leray\",duration=\"140.07\",song_id=\"8b8a9b04fdc3dc7b36e4edde21143973\",media_id=\"11\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.20\",liq_fade_in=\"0.00\",liq_fade_out=\"1.20\",liq_cue_in=\"0.00\",liq_cue_out=\"138.30\",playlist_id=\"1\":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 22:00:46 [request.8:4] Resolving "annotate:title=\"Baby Don't Hurt Me\",artist=\"David Guetta, Anne-Marie, Coi Leray\",duration=\"140.07\",song_id=\"8b8a9b04fdc3dc7b36e4edde21143973\",media_id=\"11\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.20\",liq_fade_in=\"0.00\",liq_fade_out=\"1.20\",liq_cue_in=\"0.00\",liq_cue_out=\"138.30\",playlist_id=\"1\":media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (timeout 30s)...
2024/01/30 22:00:46 [request.8:4] Pushed ["media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 22:00:46 [request.8:4] Resolving "media:david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (timeout 30s)...
2024/01/30 22:00:46 [request.8:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3";...].
2024/01/30 22:00:46 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 22:00:46 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 22:00:46 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 22:00:46 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 22:00:46 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": {audio=pcm(stereo)}
2024/01/30 22:00:46 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/30 22:00:46 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": {audio=pcm(stereo)}
2024/01/30 22:00:46 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 22:00:46 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 22:00:46 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 22:00:46 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 22:00:46 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 22:00:46 [cross:3] Analysis: -27.984236dB / -8.905840dB (3.58s / 3.58s)
2024/01/30 22:00:46 [lang:3] Crossfade transition. Fade is long enough. Buffered time: 3.57997732426
2024/01/30 22:00:46 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [source:4] Source source.10 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source.10:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source:4] Source audio.add.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [audio.add.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source:4] Source fade_in.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [fade_in.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source:4] Source track_amplify.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [track_amplify.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source:4] Source on_track.10 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [on_track.10:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3": audio/mpeg!
2024/01/30 22:00:46 [source:4] Source on_metadata.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3"!
2024/01/30 22:00:46 [on_metadata.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source:4] Source on_track.9 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [on_track.9:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source:4] Source cross_after.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [cross_after.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source:4] Source buffer.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:46 [buffer.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:46 [source:4] Source fade_out.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:47 [fade_out.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:47 [source:4] Source track_amplify.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:47 [track_amplify.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:47 [source:4] Source on_end.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:47 [on_end.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:47 [source:4] Source on_track.8 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:47 [on_track.8:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:47 [source:4] Source on_metadata.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:47 [on_metadata.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:47 [source:4] Source on_track.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:47 [on_track.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:47 [source:4] Source cross_before.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:47 [cross_before.2:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:47 [source:4] Source buffer.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:47 [buffer.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:47 [next_song:4] Queued 1 requests
2024/01/30 22:00:47 [cross_before.2:4] New fade duration: 3.6s.
2024/01/30 22:00:47 [cross_before.2:4] Fading out with type sin, duration: 3.6 and 3.53997732426s remaining.
2024/01/30 22:00:47 [cross_after.2:4] New fade duration: 0.s.
2024/01/30 22:00:47 [cross_after.2:4] Fading in with type: sin and duration: 0.s.
2024/01/30 22:00:47 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/30 22:00:47 [lang:3]   "song_id": "a61199df15d23c3f9a2ad1b52491c2af",
2024/01/30 22:00:47 [lang:3]   "playlist_id": "2",
2024/01/30 22:00:47 [lang:3]   "media_id": "9"
2024/01/30 22:00:47 [lang:3] }
2024/01/30 22:00:47 [lang:3] API feedback - Response (200): true
2024/01/30 22:00:50 [buffer.3:4] End of track.
2024/01/30 22:00:50 [buffer.3:4] Buffer emptied, buffering needed.
2024/01/30 22:00:50 [buffer.4:4] End of track.
2024/01/30 22:00:50 [buffer.4:4] Buffer emptied, buffering needed.
2024/01/30 22:00:50 [source:4] Source source.10 gets down.
2024/01/30 22:00:50 [source:4] Source audio.add.2 gets down.
2024/01/30 22:00:50 [source:4] Source fade_in.2 gets down.
2024/01/30 22:00:50 [source:4] Source track_amplify.5 gets down.
2024/01/30 22:00:50 [source:4] Source on_track.10 gets down.
2024/01/30 22:00:50 [source:4] Source on_metadata.4 gets down.
2024/01/30 22:00:50 [source:4] Source on_track.9 gets down.
2024/01/30 22:00:50 [source:4] Source cross_after.2 gets down.
2024/01/30 22:00:50 [source:4] Source buffer.4 gets down.
2024/01/30 22:00:50 [source:4] Source fade_out.2 gets down.
2024/01/30 22:00:50 [source:4] Source track_amplify.4 gets down.
2024/01/30 22:00:50 [source:4] Source on_end.2 gets down.
2024/01/30 22:00:50 [source:4] Source on_track.8 gets down.
2024/01/30 22:00:50 [source:4] Source on_metadata.3 gets down.
2024/01/30 22:00:50 [source:4] Source on_track.7 gets down.
2024/01/30 22:00:50 [source:4] Source cross_before.2 gets down.
2024/01/30 22:00:50 [source:4] Source buffer.3 gets down.
2024/01/30 22:00:50 [cross:4] Buffering end of track...
2024/01/30 22:00:50 [cross:4] More buffering will be needed.
[mp3float @ 0x7f84589f3900] Could not update timestamps for discarded samples.
2024/01/30 22:00:50 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/30 22:00:50 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 890, characters 12-29
2024/01/30 22:00:50 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 505, characters 10-31
2024/01/30 22:00:50 [decoder:4] 
2024/01/30 22:00:51 [next_song:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3".
2024/01/30 22:00:51 [request.7:4] Request finished.
2024/01/30 22:00:51 [next_song:4] Remaining 0 requests
2024/01/30 22:00:51 [request.8:4] Cueing in to position: 0.00
2024/01/30 22:00:51 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3" (RID 8).
2024/01/30 22:00:51 [cross:4] Setting crossfade duration to 0.30s
2024/01/30 22:00:51 [request.8:4] Currently on air.
[mp3float @ 0x7f8458476200] Could not update timestamps for skipped samples.
2024/01/30 22:00:51 [track_amplify:4] Overriding amplification: 1.000000.
2024/01/30 22:00:51 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 22:00:51 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 22:00:51 [cross:4] Setting crossfade duration to 1.20s
2024/01/30 22:00:51 [cross:3] Analysis: -15.393520dB / -infdB (0.00s / 0.02s)
2024/01/30 22:00:51 [lang:3] Sequence transition. Avoiding too short crossfade. Buffered time: 0.
2024/01/30 22:00:51 [source:4] Source sequence gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:51 [source:4] Source cross_before.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:51 [cross_before.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:51 [source:4] Source buffer.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:51 [buffer.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:51 [source:4] Source cross_after.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:51 [cross_after.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:51 [source:4] Source buffer.6 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:00:51 [buffer.6:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:00:51 [buffer.6:4] Buffer emptied, buffering needed.
2024/01/30 22:00:51 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/30 22:00:51 [lang:3]   "song_id": "8b8a9b04fdc3dc7b36e4edde21143973",
2024/01/30 22:00:51 [lang:3]   "playlist_id": "1",
2024/01/30 22:00:51 [lang:3]   "media_id": "11"
2024/01/30 22:00:51 [lang:3] }
2024/01/30 22:00:51 [metadata_map.3:3] Inserting missing metadata.
2024/01/30 22:00:51 [source:4] Source sequence gets down.
2024/01/30 22:00:51 [source:4] Source cross_before.3 gets down.
2024/01/30 22:00:51 [source:4] Source buffer.5 gets down.
2024/01/30 22:00:51 [source:4] Source cross_after.3 gets down.
2024/01/30 22:00:51 [source:4] Source buffer.6 gets down.
2024/01/30 22:00:51 [cross:4] Buffering end of track...
2024/01/30 22:00:51 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",liq_cross_duration="0.00",liq_fade_in="0.00",liq_fade_out="0.00",liq_cue_in="0.00",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/30 22:00:51 [request.9:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 22:00:51 [request.9:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 22:00:51 [request.9:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 22:00:51 [request.9:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 22:00:51 [request.9:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 22:00:51 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:00:51 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:00:51 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 22:00:51 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 22:00:51 [cross:4] More buffering will be needed.
2024/01/30 22:00:51 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 22:00:51 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 22:00:51 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 22:00:51 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 22:00:51 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:00:51 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:00:51 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:00:51 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:00:51 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:00:51 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:00:51 [next_song:4] Queued 1 requests
2024/01/30 22:00:51 [lang:3] API feedback - Response (200): true
2024/01/30 22:03:08 [request.8:4] Cueing out at position: 138.30
2024/01/30 22:03:08 [next_song:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_anne-marie,_coi_leray_-_baby_dont_hurt_me.mp3".
2024/01/30 22:03:08 [request.8:4] Request finished.
2024/01/30 22:03:08 [next_song:4] Remaining 0 requests
2024/01/30 22:03:08 [request.9:4] Cueing in to position: 0.00
2024/01/30 22:03:08 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" (RID 9).
2024/01/30 22:03:08 [track_amplify:4] End of the current overriding.
2024/01/30 22:03:08 [cross:4] Setting crossfade duration to 0.30s
2024/01/30 22:03:08 [request.9:4] Currently on air.
[mp3float @ 0x7f84584cc300] Could not update timestamps for skipped samples.
2024/01/30 22:03:08 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 22:03:08 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 22:03:08 [cross:4] Setting crossfade duration to 0.00s
2024/01/30 22:03:08 [cross:3] Analysis: -18.887207dB / -9.648035dB (1.18s / 1.18s)
2024/01/30 22:03:08 [lang:3] Crossfade transition. Fade is long enough. Buffered time: 1.18
2024/01/30 22:03:08 [source:4] Source source.13 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source.13:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source audio.add.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [audio.add.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source fade_in.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [fade_in.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source track_amplify.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [track_amplify.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source on_track.14 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [on_track.14:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source on_metadata.6 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [on_metadata.6:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source on_track.13 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [on_track.13:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source cross_after.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [cross_after.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source buffer.8 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [buffer.8:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source fade_out.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [fade_out.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source track_amplify.6 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [track_amplify.6:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source on_end.3 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [on_end.3:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source on_track.12 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [on_track.12:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source on_metadata.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [on_metadata.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source on_track.11 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [on_track.11:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source cross_before.4 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [cross_before.4:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [source:4] Source buffer.7 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:08 [buffer.7:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:08 [cross_before.4:4] New fade duration: 1.2s.
2024/01/30 22:03:08 [cross_before.4:4] Fading out with type sin, duration: 1.2 and 1.14s remaining.
2024/01/30 22:03:08 [cross_after.4:4] New fade duration: 0.s.
2024/01/30 22:03:08 [cross_after.4:4] Fading in with type: sin and duration: 0.s.
2024/01/30 22:03:08 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/30 22:03:08 [lang:3]   "song_id": "a61199df15d23c3f9a2ad1b52491c2af",
2024/01/30 22:03:08 [lang:3]   "playlist_id": "2",
2024/01/30 22:03:08 [lang:3]   "media_id": "9"
2024/01/30 22:03:08 [lang:3] }
2024/01/30 22:03:08 [lang:3] API nextsong - Response (200): annotate:title="I'm Good (Blue)",artist="David Guetta, Bebe Rexha",duration="175.28",song_id="0abf0522646636fbded83c72804aa063",media_id="10",liq_amplify="0.00dB",liq_cross_duration="1.40",liq_fade_in="0.00",liq_fade_out="1.40",liq_cue_in="0.00",liq_cue_out="174.00",playlist_id="1":media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3
2024/01/30 22:03:08 [request.10:4] Pushed ["annotate:title=\"I'm Good (Blue)\",artist=\"David Guetta, Bebe Rexha\",duration=\"175.28\",song_id=\"0abf0522646636fbded83c72804aa063\",media_id=\"10\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.40\",liq_fade_in=\"0.00\",liq_fade_out=\"1.40\",liq_cue_in=\"0.00\",liq_cue_out=\"174.00\",playlist_id=\"1\":media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3";...].
2024/01/30 22:03:08 [request.10:4] Resolving "annotate:title=\"I'm Good (Blue)\",artist=\"David Guetta, Bebe Rexha\",duration=\"175.28\",song_id=\"0abf0522646636fbded83c72804aa063\",media_id=\"10\",liq_amplify=\"0.00dB\",liq_cross_duration=\"1.40\",liq_fade_in=\"0.00\",liq_fade_out=\"1.40\",liq_cue_in=\"0.00\",liq_cue_out=\"174.00\",playlist_id=\"1\":media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3" (timeout 30s)...
2024/01/30 22:03:08 [request.10:4] Pushed ["media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3";...].
2024/01/30 22:03:08 [request.10:4] Resolving "media:david_guetta,_bebe_rexha_-_im_good_(blue).mp3" (timeout 30s)...
2024/01/30 22:03:08 [request.10:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3";...].
2024/01/30 22:03:08 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 22:03:08 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 22:03:08 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 22:03:08 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 22:03:08 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": {audio=pcm(stereo)}
2024/01/30 22:03:08 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}, video: {codec: mjpeg, 500x500, yuvj444p}
2024/01/30 22:03:08 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": {audio=pcm(stereo)}
2024/01/30 22:03:08 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 22:03:08 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 22:03:08 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 22:03:08 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 22:03:08 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 22:03:08 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3": audio/mpeg!
2024/01/30 22:03:08 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3"!
2024/01/30 22:03:08 [next_song:4] Queued 1 requests
2024/01/30 22:03:08 [lang:3] API feedback - Response (200): true
2024/01/30 22:03:09 [buffer.7:4] End of track.
2024/01/30 22:03:09 [buffer.7:4] Buffer emptied, buffering needed.
2024/01/30 22:03:09 [buffer.8:4] End of track.
2024/01/30 22:03:09 [buffer.8:4] Buffer emptied, buffering needed.
2024/01/30 22:03:09 [source:4] Source source.13 gets down.
2024/01/30 22:03:09 [source:4] Source audio.add.3 gets down.
2024/01/30 22:03:09 [source:4] Source fade_in.3 gets down.
2024/01/30 22:03:09 [source:4] Source track_amplify.7 gets down.
2024/01/30 22:03:09 [source:4] Source on_track.14 gets down.
2024/01/30 22:03:09 [source:4] Source on_metadata.6 gets down.
2024/01/30 22:03:09 [source:4] Source on_track.13 gets down.
2024/01/30 22:03:09 [source:4] Source cross_after.4 gets down.
2024/01/30 22:03:09 [source:4] Source buffer.8 gets down.
2024/01/30 22:03:09 [source:4] Source fade_out.3 gets down.
2024/01/30 22:03:09 [source:4] Source track_amplify.6 gets down.
2024/01/30 22:03:09 [source:4] Source on_end.3 gets down.
2024/01/30 22:03:09 [source:4] Source on_track.12 gets down.
2024/01/30 22:03:09 [source:4] Source on_metadata.5 gets down.
2024/01/30 22:03:09 [source:4] Source on_track.11 gets down.
2024/01/30 22:03:09 [source:4] Source cross_before.4 gets down.
2024/01/30 22:03:09 [source:4] Source buffer.7 gets down.
2024/01/30 22:03:09 [cross:4] Buffering end of track...
2024/01/30 22:03:09 [cross:4] More buffering will be needed.
[mp3float @ 0x7f84584cc300] Could not update timestamps for discarded samples.
2024/01/30 22:03:12 [decoder:2] Decoding "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" ended: Ffmpeg_decoder.End_of_file.
2024/01/30 22:03:12 [decoder:4] Raised at Ffmpeg_decoder.mk_decoder.(fun).f in file "src/core/decoder/ffmpeg_decoder.ml", line 890, characters 12-29
2024/01/30 22:03:12 [decoder:4] Called from Decoder.mk_decoder.fill in file "src/core/decoder/decoder.ml", line 505, characters 10-31
2024/01/30 22:03:12 [decoder:4] 
2024/01/30 22:03:12 [next_song:4] Finished with "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3".
2024/01/30 22:03:12 [request.9:4] Request finished.
2024/01/30 22:03:12 [next_song:4] Remaining 0 requests
2024/01/30 22:03:12 [request.10:4] Cueing in to position: 0.00
2024/01/30 22:03:12 [next_song:3] Prepared "/var/azuracast/stations/radiomonster.fm_test/media/david_guetta,_bebe_rexha_-_im_good_(blue).mp3" (RID 10).
2024/01/30 22:03:12 [cross:4] Setting crossfade duration to 0.30s
2024/01/30 22:03:12 [request.10:4] Currently on air.
[mp3float @ 0x7f8457f21a00] Could not update timestamps for skipped samples.
2024/01/30 22:03:12 [track_amplify:4] Overriding amplification: 1.000000.
2024/01/30 22:03:12 [lang:3] API nextsong - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/nextsong' with body: 
2024/01/30 22:03:12 [cross:4] Overriding crossfade duration from metadata liq_cross_duration
2024/01/30 22:03:12 [cross:4] Setting crossfade duration to 1.40s
2024/01/30 22:03:12 [cross:3] Analysis: -10.436788dB / -78.801895dB (0.00s / 0.02s)
2024/01/30 22:03:12 [lang:3] Sequence transition. Avoiding too short crossfade. Buffered time: 0.
2024/01/30 22:03:12 [source:4] Source sequence.2 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:12 [source:4] Source cross_before.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:12 [cross_before.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:12 [source:4] Source buffer.9 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:12 [buffer.9:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:12 [source:4] Source cross_after.5 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:12 [cross_after.5:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:12 [source:4] Source buffer.10 gets up with content type: {audio=pcm(stereo)}.
2024/01/30 22:03:12 [buffer.10:3] Content type is {audio=pcm(stereo)}.
2024/01/30 22:03:12 [buffer.10:4] Buffer emptied, buffering needed.
2024/01/30 22:03:12 [lang:3] API feedback - Sending POST request to 'http://127.0.0.1:6010/api/internal/1/liquidsoap/feedback' with body: {
2024/01/30 22:03:12 [lang:3]   "song_id": "0abf0522646636fbded83c72804aa063",
2024/01/30 22:03:12 [lang:3]   "playlist_id": "1",
2024/01/30 22:03:12 [lang:3]   "media_id": "10"
2024/01/30 22:03:12 [lang:3] }
2024/01/30 22:03:12 [metadata_map.3:3] Inserting missing metadata.
2024/01/30 22:03:12 [source:4] Source sequence.2 gets down.
2024/01/30 22:03:12 [source:4] Source cross_before.5 gets down.
2024/01/30 22:03:12 [source:4] Source buffer.9 gets down.
2024/01/30 22:03:12 [source:4] Source cross_after.5 gets down.
2024/01/30 22:03:12 [source:4] Source buffer.10 gets down.
2024/01/30 22:03:12 [cross:4] Buffering end of track...
2024/01/30 22:03:12 [lang:3] API nextsong - Response (200): annotate:title="Dropin 04",artist="RadioMonster.FM",duration="4.00",song_id="a61199df15d23c3f9a2ad1b52491c2af",media_id="9",liq_cross_duration="0.00",liq_fade_in="0.00",liq_fade_out="0.00",liq_cue_in="0.00",playlist_id="2",jingle_mode="true":media:dropin_04.mp3
2024/01/30 22:03:12 [request.11:4] Pushed ["annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3";...].
2024/01/30 22:03:12 [request.11:4] Resolving "annotate:title=\"Dropin 04\",artist=\"RadioMonster.FM\",duration=\"4.00\",song_id=\"a61199df15d23c3f9a2ad1b52491c2af\",media_id=\"9\",liq_cross_duration=\"0.00\",liq_fade_in=\"0.00\",liq_fade_out=\"0.00\",liq_cue_in=\"0.00\",playlist_id=\"2\",jingle_mode=\"true\":media:dropin_04.mp3" (timeout 30s)...
2024/01/30 22:03:12 [request.11:4] Pushed ["media:dropin_04.mp3";...].
2024/01/30 22:03:12 [request.11:4] Resolving "media:dropin_04.mp3" (timeout 30s)...
2024/01/30 22:03:12 [request.11:4] Pushed ["/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3";...].
2024/01/30 22:03:12 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:03:12 [decoder.mad:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:03:12 [decoder.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.aac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.midi:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.srt:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.aiff:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.wav:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder:4] Available decoders: ffmpeg (priority: 10), mad (priority: 1), image (priority: 1)
2024/01/30 22:03:12 [decoder:4] Trying decoder "ffmpeg"
2024/01/30 22:03:12 [decoder.ffmpeg:3] Requested content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 22:03:12 [decoder.ffmpeg:3] FFmpeg recognizes "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" as audio: {codec: mp3, 44100Hz, 2 channel(s)}
2024/01/30 22:03:12 [decoder.ffmpeg:3] Decoded content-type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": {audio=pcm(stereo)}
2024/01/30 22:03:12 [decoder:4] Selected decoder ffmpeg for file "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3" with expected kind {audio=pcm(stereo)} and detected content {audio=pcm(stereo)}
2024/01/30 22:03:12 [decoder.video.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.ogg.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.image.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:03:12 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:03:12 [decoder.id3:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:03:12 [decoder.flac.metadata:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [metadata.mp4:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.ffmpeg:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:03:12 [metadata.flac:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.ogg:4] Unsupported MIME type for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3": audio/mpeg!
2024/01/30 22:03:12 [decoder.taglib:4] Unsupported file extension for "/var/azuracast/stations/radiomonster.fm_test/media/dropin_04.mp3"!
2024/01/30 22:03:12 [next_song:4] Queued 1 requests
2024/01/30 22:03:12 [cross:4] More buffering will be needed.
2024/01/30 22:03:12 [lang:3] API feedback - Response (200): true
toots commented 8 months ago

Ok. It's a bit hard for me to follow the sequence here. Any chance you could summarize a little what went one with cross duration/track duration/fades duration. It looks like some of these situations could be cleaned up a bit.

Also, I would say, if the previous fade did consume all of the track's data, the next transition might have so little of the ending track that you might to simplty forgo the sequence and directly skip to the new track:

def crossfading_callback(old, new) =
  buffered_time = source.remaining(old.source)

  # If we have a frame or less buffered, skip over to the new track:
  if buffered_time <= 0.04 then
    new.source
   # Let's say everything under 0.3 is a sequence:
  elsif buffered_time <= 0.3 then
    sequence([old.source, new.source])
  else
    # Normal transition here
  end
end
RM-FM commented 8 months ago

I will fiddle around a bit and come back with a feedback asap. Btw... Is there a way to overwrite/shorten the crossfade duration based on the new/next source? E.g. if next track is a jingle, it would be great to change the old source crossfade and fade out behaviour.

SOURCE OLD: Song 1, cross/fade out: 6.0 -> overwrite with e.g. 3.5 SOURCE NEW: Jingle, duration: 4.0

RM-FM commented 8 months ago

@toots As you already mentioned, the issue is caused by some logical issues related to buffering. We have successfully tested the approach of avoiding crossfades that are too short by using sequence or new.source for crossfade durations below a certain threshold. The problem with the missing title updates is finally gone.

"Clicks" might occur still in a scenario as describe above, where the crossfade duration is longer than the upcoming track. That could be solved if Liquidsoap shortens crossfade duration (source.old) that are longer than source.new duration. I wasn't able to find a way to do this on the fly. I think it is not possible to overwrite the crossfade duration in the crossfading callback, is it?

toots commented 8 months ago

Thanks for experimenting and reporting. I think this gives me enough feedback to reproduce locally, I'm gonna see what I can do to fix the short track issue and hopefully the other one as well.

toots commented 8 months ago

Ok @RM-FM I think the idea of crossfading on tracks that are smaller than the crossfade length was never really considered to be honnest. Looking at the code, there was never any consideration for that and, indeed, we were buffering past the first track mark on 2.2.x. It seems that this issue was introduce back in the initial v2.0.0 release.

I have a pull request that should fix both issues what it does is:

This is really clean in my initial tests. However, this is obviously a larger change than what we usually ship for bugfix release.

However, considering that most people would expect the crossfade to behave as described above, I want to consider shipping a stable release with it.

What would be really awesome would be get as much testing on it as possible. The release assets should be generated here soon: https://github.com/savonet/liquidsoap/actions/runs/7730093136

If you could confirm that it behaves and sounds good on your end, we could merge this to the rolling-release and see if we could test it with a larger azuracast audience and then release a final stable 2.2.4 with it.

Thanks for your patience!

RM-FM commented 8 months ago

@toots @BusterNeece I tested with below script... Result was perfectly fine. Even crossfade duration 0.0 and 0.1 do not cause any issues. Smooth transitions all over the place, no clicks, reliable meta data updates. Looks (sounds) like a touch down!! :-)

music = playlist(prefix="annotate:liq_cue_out=\"30.\",liq_cross_duration=\"10.\",liq_fade_in=\"0.\",liq_fade_out=\"10.\":","/var/liquidsoap/songs")
jingles = playlist(prefix="annotate:liq_fade_in=\"0.\",liq_fade_out=\"0.1\",liq_cross_duration=\"0.1\":","/var/liquidsoap/jingles")

radio = rotate(weights=[1, 1], [music, jingles])
radio = crossfade(radio)

radio = fallback([radio, single("/var/liquidsoap/jingles/dropin_04.mp3")])

output.icecast(%mp3(samplerate=44100, stereo=true, bitrate=320), id="local_1", host = "127.0.0.1", port = 8000, password = "xxx", mount = "/radio.mp3", name = "test", description = "", genre = "", public = false, encoding = "UTF-8", radio)
toots commented 8 months ago

Awesome, I'm setting this for merge to the rolling release thanks for testing!

RM-FM commented 8 months ago

@toots Not sure what happened, but I guess one of the latest changes after my tests introduced a new issue. As you can see in the test script provided above, I tested with liq_fade_in and liq_fade_out values of 0.00 - expecting that there will be no fades. That worked perfectly fine yesterday. In between @BusterNeece has updated Azuracast to use the latest LS version, so I started to test it there but immediately struggled with default fades even if they are set to 0.00. First, I thought that this might be Azuracast related but the same happens now also with the latest package liquidsoap-387f346_2.2.4-ubuntu-jammy-1_amd64.

toots commented 8 months ago

Okay. Do you have a specific scenario I should test?

RM-FM commented 8 months ago

You can use the test script above. Just choose songs that start all of a sudden and you‘ll take note of the fade in even if there should not be any.

toots commented 8 months ago

ok

toots commented 8 months ago

Thanks for testing. I was able to reproduce and fix:

2024/02/01 18:13:21 [cross_before:4] New fade curve: 100..
2024/02/01 18:13:21 [cross_before:4] New fade type: exp.
2024/02/01 18:13:21 [cross_before:4] Fading out with type: exp, curve: 100., duration: 10. and 10.s remaining.
2024/02/01 18:13:21 [cross_after:4] New fade duration: 0.s.
2024/02/01 18:13:21 [cross_after:4] New fade curve: 100..
2024/02/01 18:13:21 [cross_after:4] New fade type: exp.
2024/02/01 18:13:21 [cross_after:4] Fading in with type: exp, curve: 100. and duration: 0.s.