Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback of two hour mp3 stops after 30 minutes, when scheduled to play at 11 PM #7093

Open
kryptonmediagroup opened this issue May 8, 2024 · 1 comment
Labels
needs investigation An issue that needs further investigation by a developer to determine the root cause.

Comments

@kryptonmediagroup
Copy link

Installation Method

Docker Installation

AzuraCast Release Channel

Stable Channel

Current AzuraCast Version

Stable release, version v0.19.7

What happened?

We use a Python script to copy a DJ's recording from the morning show the same day into an encore playlist (and matching media directory) for 11 PM. The encore performance is scheduled to play between 11 PM and 1 AM the next morning.

The problem is that the show, recorded by Azuracast itself, stops playing at just about precisely the half hour mark every time.

The DJ connects at 128kb/s to broadcast. The resulting MP3 files are approximately 106 to 109Mb in length.

Relevant log output

NOTE HERE, that at just about exactly 23:30, the slave_startup process hits the problem, then hilarity ensues:

[2024-05-07  23:07:47] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/robots.txt" No such file or directory
[2024-05-07  23:30:02] WARN slave/slave_startup process has 65536 max file descriptor limit
[2024-05-07  23:30:02] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:02] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:03] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:03] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:03] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:04] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:04] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:04] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:05] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:06] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:06] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:07] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stream" No such file or directory
[2024-05-07  23:30:50] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stats" No such file or directory
[2024-05-07  23:30:50] WARN fserve/fserve_client_create req for file "/usr/local/share/icecast/web/stats" No such file or directory
@kryptonmediagroup kryptonmediagroup added the needs investigation An issue that needs further investigation by a developer to determine the root cause. label May 8, 2024
@handris
Copy link
Sponsor

handris commented May 9, 2024

I have some problem with v0.19.7. I guess the problem is on new version of liquidsoap. It has Liquidsoap 2.2.5+git@5f6dad4b0.
Version on Azura v0.19.5 is : Liquidsoap 2.2.4-1. So i revert back my snapshot backup to v0.19.5.

Does anyone know how to downgrade liquidsoap inside Azuracast without doing whole downgrade?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation An issue that needs further investigation by a developer to determine the root cause.
Projects
None yet
Development

No branches or pull requests

2 participants