We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey. Im attempting to use a compiled ffmpeg & SRT with Eyevinn Toolbox.
Upon trying any docker commands i get the following error: standard_init_linux.go:211: exec user process caused "exec format error"
With for example: docker run --rm -p 1234:1234/udp eyevinntechnology/toolbox-srtrx (my IP):9998 239.0.0.1:1234
Im using Lubuntu 19.10
Thanks for any assistance.
The text was updated successfully, but these errors were encountered:
Hi, it looks like you are missing the tag/version of the container image. Should be something like:
docker run --rm -p 1234:1234/udp eyevinntechnology/toolbox-srtrx:v0.1.0 (my IP):9998 239.0.0.1:1234
where v0.1.0 was just an example.
v0.1.0
Sorry, something went wrong.
No branches or pull requests
Hey.
Im attempting to use a compiled ffmpeg & SRT with Eyevinn Toolbox.
Upon trying any docker commands i get the following error: standard_init_linux.go:211: exec user process caused "exec format error"
With for example: docker run --rm -p 1234:1234/udp eyevinntechnology/toolbox-srtrx (my IP):9998 239.0.0.1:1234
Im using Lubuntu 19.10
Thanks for any assistance.
The text was updated successfully, but these errors were encountered: