Describe the bug
When uploading a .mp3 file. The backend serves the .mp4 file which is very short in duration. So, The correct output is not being served from backend.
To Reproduce
Steps to reproduce the behavior:
- Upload or add .mp3 file to server. (which contains cover image)
- Play the audio when playback widget is available
- See error
Expected behavior
As a user I expect the correct output of my audio file. ( Instead of .mp4 file, The backend should serve correct audio file.)
Logs and Debug Information
Please include any relevant log messages and error outputs here.
Screenshots
If applicable, add screenshots to help explain your problem.
System and software (please complete the following information):
- OS: Windows 10 Intel i5 9300HF
- Output of
ffmpeg -version : ffmpeg version 5.1.6-0+deb12u1 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
Additional context
Please include system settings, configuration changes, or anything else you believe might contribute to the problem.
Describe the bug
When uploading a .mp3 file. The backend serves the .mp4 file which is very short in duration. So, The correct output is not being served from backend.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As a user I expect the correct output of my audio file. ( Instead of .mp4 file, The backend should serve correct audio file.)
Logs and Debug Information
Please include any relevant log messages and error outputs here.
Screenshots
If applicable, add screenshots to help explain your problem.
System and software (please complete the following information):
ffmpeg -version: ffmpeg version 5.1.6-0+deb12u1 Copyright (c) 2000-2024 the FFmpeg developersbuilt with gcc 12 (Debian 12.2.0-14)
Additional context
Please include system settings, configuration changes, or anything else you believe might contribute to the problem.