-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Feature] SupporttTranscoded files #159
Comments
Amperfy uses the URL provided in the XML response to download songs. Could you please navigate to your songs download URL in your browser and check if it contains the correct file. Use this URL to get some song responses for a album id (filter value): Example song URL which is used to download files: |
I tried generating an API key to put in
|
This feature can be tested in the newest beta v1.2.1 (2): #25 |
Did you have time test the feature? Is it behaving as you expected? |
Running the beta version of amperfy against the newest ampache (5.5.2 as of writing)
The app throws lots download errors, one for each song, all of them status code 1 file is empty.
I'm using AAC+ as the codec so I'm not sure if that is the cause, but it seemed to work fine with mp3 before I switched.
-movflags +faststart
is set to be used.encode_args_m4a = "-vn -c:a libfdk_aac -profile:a aac_he -vbr 3 -movflags +faststart -f adts pipe:1"
is the ffmpeg command setThe only thing I can see from the logfile that might hint at an issue is this:
The logfile for ampache shows successful encodes and files play fine through the web interface.
The text was updated successfully, but these errors were encountered: