-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run image as docker container - application.yaml malformed ffmpeg profile commands #16
Comments
Thanks for your kind words, i just want to share my work with rest of people :) check this
remove the content after # and included |
segator, thank you very much. I will retry tonight. Have a great start in the week ! |
Problem was related to other issues inexperience with yaml syntax. Tracked down the errors with yamllint to get a working applications.yaml (https://gist.github.com/rubenkr/d5b5c874d708516fa82b35ace2c2e09e). Config can be found in the link. Some braindump from my side to get this great code started:
I am still getting errors regarding my shortened yaml lines of ffmpeg. Can you give me a hint how to solve?
|
Simply add parameters: "-i {input} {channelParameters} to applications.yaml resolving the issues above. |
Hi there,
first of all thank you very much for your great work. I can hardly express in words how much I appreciate the fact you share your knowledge and code here. I tried to run the instance as follow
docker run --name=proxylive -p 3080:8080 --restart=always -d -v /mnt/application.yml:/app/application.yml:ro segator/proxylive
I am using the application.yml from a previous issue.
Getting following docker logs errors:
Any help is highly appreciated. Thank you in advance !
The text was updated successfully, but these errors were encountered: