-
Notifications
You must be signed in to change notification settings - Fork 9
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
Non-Docker Version #5
Comments
Hi Amin, Kind regards, |
That would be wonderful 👍 I just found out that you are using Alpine as the base image so from there I managed to execute a shell to change configs and codes that were in the container. I ended up linking my host's /tmp/ folder with the container's /tmp/ btw. That way the HLS files are sitting in ram instead of the HDD and I let the currently natively running Nginx still process the transcoding. Reference (for anyone in the future encountering this senario):
P/s: Probably need to mention about how InfluxDB is requred to be installed natively. When I did not have one, the container still asks for a connection regardless of my config (using http not influxdb). |
Is there meanwhile a binary published? |
I would be very interested in a binary |
Just wondering if there is a non-docker version of deployment/installation instruction?
Honestly, I am not familiar with Docker and not familiar with GO.
Already have an existing Nginx-rtmp system which I don't need the Docker to have another one running.
Thanks. Regards,
Amin
The text was updated successfully, but these errors were encountered: