Open jamesvincent opened 2 years ago
I've noticed the same. I experimented with adding a separate nginx container with php-fpm
running with an increased timeout limit but no joy. Attaching the relevant sections from my compose file and nginx.conf file:
Interestingly enough, using the nginx proxy, I could add the feed in the iOS Podcast app and follow the request in the container logs, but streaming/downloading continuously errors out. I would love to troubleshoot it further if anyone has any ideas.
I had the same problem.
What seems to have fixed it for me (at least temporarily) is to manually edit spodcast.json
(should be located in the root of the used docker-volume) and set "TRANSCODE": "True"
.
After that, I deleted the podcast from the html
folder (this might not be required) and restarted the docker setup. The episodes re-downloaded, were transcoded to mp3 and added to the rss feed immediately.
I can't for the life of me get transcoding to work when using the docker-compose.yml setup. I can see the command is parsed, but no transcoding occurs.