Skip to content

[Feature] SupporttTranscoded files  #159

@musiclandUSA

Description

@musiclandUSA

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 set

The only thing I can see from the logfile that might hint at an issue is this:

2022-09-20T11:55:17-04:00 [ampache] (/home/music/public_html/ampache/vendor/nyholm/psr7/src/MessageTrait.php:185) -> Header values must be RFC 7230 compatible strings.

2022-09-20T11:38:35-04:00 [ampache] (log.lib) -> [Runtime Error] Header may not contain NUL bytes in file /home/music/public_html/ampache/src/Module/Application/Playback/PlayAction.php(854)

The logfile for ampache shows successful encodes and files play fine through the web interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TestInBetaThis feature can be tested in BetaenhancementNew feature or requestimplementedThis feature/bug is implemented

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions