Justin Kromlinger
Justin Kromlinger
It might make sense to allow a syntax like `job {` and expect a job id definition using CLI flags when one runs `nomad run`?
AFAIK this is still an issue? It's not possible to set permissions / owner for artifacts, they need to be provided by a script or by tarball.
It seems this was fixed in 1.6.1 / cf9a93fd712c510e0baec3cb1d9e098f1eb6bddf, so I guess this can be closed?
Supersedes #85
Tested with latest 7.5.0, works fine.
@jonnenauha would you like me to adjust anything here?
No, sorry.
This *compiles* with ffmpeg 7.0 and is currently used in the Arch Linux extra-staging repository: https://gitlab.archlinux.org/archlinux/packaging/packages/ovenmediaengine/-/commit/3a029703f7f9ce35d31487848efd9524516bf220 It is however entirely untested and will remain a draft until then.
I'm marking this as ready - I've been using this for a few weeks now, including transcoding with ffmpeg v7 openh264. The Arch Linux package is now [using this patch...
ffmpeg 7.1 changed the API again: https://github.com/FFmpeg/FFmpeg/commit/7f17e0e6dd0b28b29295c1eeb1a38546eebc3946 `AVFilterLink` no longer has access to `hw_frames_ctx`, which moved to the internal `FilterLink`. I'm not sure what I should do with `SetHWFramesCtxOfAVFilterLink` ([ffmpeg_conv.h#L958](https://github.com/AirenSoft/OvenMediaEngine/blob/9b01f66afa8f45deee945baab4dbbef542a6618c/src/projects/modules/ffmpeg/ffmpeg_conv.h#L958)):...