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

OSError: [Errno 8] Exec format error: 'MP4Box' #752

Closed
eldadh opened this issue May 17, 2024 · 1 comment
Closed

OSError: [Errno 8] Exec format error: 'MP4Box' #752

eldadh opened this issue May 17, 2024 · 1 comment

Comments

@eldadh
Copy link

eldadh commented May 17, 2024

Hey
I'm Trying to run version 3.0.0b4 on RP4 and Received the fallowing errors:

[2024-05-17 12:55:29] [DEBUG ] [viseron.domains.camera.fragmenter.camera_1] - Checking for new segments to fragment
[2024-05-17 12:55:29] [DEBUG ] [viseron.domains.camera.fragmenter.camera_1] - Processing 1715939721.mp4
[2024-05-17 12:55:29] [ERROR ] [viseron.domains.camera.fragmenter.camera_1] - Failed to fragment 1715939721.mp4
Traceback (most recent call last):
File "/src/viseron/domains/camera/fragmenter.py", line 192, in _create_fragmented_mp4
if self._mp4box_command(mp4):
File "/src/viseron/domains/camera/fragmenter.py", line 111, in _mp4box_command
sp.run( # type: ignore[call-overload]
File "/usr/lib/python3.10/subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.10/subprocess.py", line 1863, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: 'MP4Box'

@roflcoopter
Copy link
Owner

Should be fixed in v3.0.0b5!

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