Skip to content
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

standard_init_linux.go:211: exec user process caused "exec format error" #1

Closed
YakovAU opened this issue Jan 17, 2020 · 1 comment
Closed

Comments

@YakovAU
Copy link

YakovAU commented Jan 17, 2020

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.

@birme
Copy link
Contributor

birme commented Jul 20, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants