Transcoding and persistency problems on Unraid #806
Unanswered
srvprivate
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I've changed the title and moved to discussions, since this looks to affect a specific environment (Unraid) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello there, I would reallllllllly encourage you to learn Docker Compose, I’m more than happy to help, but lasting experience in that environment will do you so much good! Unraid’s Community Applications are wonderful, however the way I see them from my experience, are somewhat of training wheels and convenience. If one is serious about learning Docker, invest time in learning the syntax of Docker Compose. It is relatively easy to learn! From there, you can grab YAMLs from Github, like the one here for Production, and begin editing the template to fill in the information you need, ie, database passwords, etc. Of course you’ll want the .env file too. That’s really all you need most of the time to get started.
It was easy to setup using Docker Compose, and you can use the Docker Compose plugin in Unriad, and when creating a new compose file, point your directory to /mnt/user/appdata/FOLDER_NAME — this makes it easier to keep track of your compose files, rather than storing them to USB. (Or wherever you store your application data), some people are on /opt.

Confidentiality and Security Notice: This email was transmitted using advanced OpenPGP encryption technology to ensure secure and private communication. Messages are protected at all stages, helping to safeguard confidentiality. This information is intended solely for the recipient(s) of this email, and any disclosure, copying, or distribution outside of this email thread is strictly prohibited. If you are not the intended recipient, please delete this email and notify the sender immediately. Unauthorized access or misuse is prohibited.
… On Jan 14, 2025, at 4:02 PM, Chris ***@***.***> wrote:
Hi @srvprivate <https://github.com/srvprivate>
I was also looking to get mediacms working on unraid. Unfortunately not under the comunity apps and to be honest, I've not much of a clue to get it done with docker compose.
Do you mind to share some details how you got it setup on unraid?
Would really appreciate that.
Thanks a lot.
—
Reply to this email directly, view it on GitHub <#806 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A6DKTEJ2FZ6VDDLU5ZX6O3T2KV3M7AVCNFSM6AAAAABVFYRBVOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBTGU4TSOI>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the issue
A: 1. Media not persistent upon restart (named volumes) (SMB share)
B. Transcode either hang or never complete, esp. with anything over 4 min.
To Reproduce
Steps to reproduce the issue:
A: 1. restart media missing yet stll retained in Originals folder.
B. 1. Media is uploaded, transcodes usually show pending and never complete at all. No way to see status except "pending" PLEASE add some sort of percentage or access to ffmpeg's status. I know t's possible. I've used other apps that allow it
Expected behavior
A clear and concise description of what you expected to happen.
A. MEdia should be persistent.
B. Transcodes should complete and status should be shown.
Screenshots
If applicable, add screenshots to help explain your problem.
A. would just show an empty media library
B. would just show "transcode pending" on the video
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions