Running Docker image with Membrane RTMP Plugin

Hello, I am trying to run a Docker container with membrane_rtmp_plugin library, it builds successfully, however I am getting following error:
2024-04-26 16:11:04 =CRASH REPORT==== 26-Apr-2024::13:11:04.943773 ===
2024-04-26 16:11:04   crasher:
2024-04-26 16:11:04     initial call: kernel:init/1
2024-04-26 16:11:04     pid: <0.2488.0>
2024-04-26 16:11:04     registered_name: []
2024-04-26 16:11:04     exception exit: {on_load_function_failed,
2024-04-26 16:11:04                         'Elixir.Membrane.RTMP.Sink.Native.Nif',abort}
2024-04-26 16:11:04       in function  init:run_on_load_handlers/0 
2024-04-26 16:11:04       in call from kernel:init/1 (kernel.erl, line 227)
2024-04-26 16:11:04     ancestors: [kernel_sup,<0.2481.0>]
2024-04-26 16:11:04     message_queue_len: 0
2024-04-26 16:11:04     messages: []
2024-04-26 16:11:04     links: [<0.2483.0>]
2024-04-26 16:11:04     dictionary: []
2024-04-26 16:11:04     trap_exit: false
2024-04-26 16:11:04     status: running
2024-04-26 16:11:04     heap_size: 376
2024-04-26 16:11:04     stack_size: 28
2024-04-26 16:11:04     reductions: 141
2024-04-26 16:11:04   neighbours:
2024-04-26 16:11:04 
2024-04-26 16:11:04 =SUPERVISOR REPORT==== 26-Apr-2024::13:11:04.943806 ===
2024-04-26 16:11:04     supervisor: {local,kernel_sup}
2024-04-26 16:11:04     errorContext: start_error
2024-04-26 16:11:04     reason: {on_load_function_failed,'Elixir.Membrane.RTMP.Sink.Native.Nif',
2024-04-26 16:11:04                                      abort}
2024-04-26 16:11:04     offender: [{pid,undefined},
2024-04-26 16:11:04                {id,on_load},
2024-04-26 16:11:04                {mfargs,{proc_lib,start_link,[kernel,init,[on_load]]}},
2024-04-26 16:11:04                {restart_type,transient},
2024-04-26 16:11:04                {significant,false},
2024-04-26 16:11:04                {shutdown,2000},
2024-04-26 16:11:04                {child_type,worker}]
2024-04-26 16:11:04
Was this page helpful?