Pierre Rudloff
Pierre Rudloff
Please don't remove the issue template and can you please provide an example URL?
This is not a bug. Upstream does distribute video and audio in two separate files. (See https://github.com/ytdl-org/youtube-dl/issues/13754 for some discussion about this.)
AllTube [has a `remux` option](https://github.com/Rudloff/alltube/blob/master/resources/FAQ.md#download-1080p-videos-from-youtube) that allows to merge audio and video files. However, in order to work it needs a format that returns both a video URL and an...
Hello, It seems that URL rewriting is not configured correctly. I don't use Nginx myself but you can try this configuration: https://github.com/Rudloff/alltube#nginx You can also try to disable URL rewriting:...
If you download the MP3 file and open it in a text editor, does it contain an error message?
OK, this looks like the beginning of a MP3 file, so this means ffmpeg is called then stops for whatever reason. Please try setting this in your config file: ```yaml...
I was talking about the Apache error logs, not the content of the file.
Oh sorry, I forgot you were using 2.3.0. The setting name should be `avconvVerbosity` instead of `ffmpegVerbosity` (it was renamed in 3.0.0-beta).
> av_interleaved_write_frame(): Invalid argument This looks like an ffmpeg bug (similar to #15010). I don't known enough about ffmpeg to help with that, sorry.
I guess that would be possible by opening the video in a new tab with JavaScript and at the same time redirecting the current tab to the homepage, but that...