membrane_core icon indicating copy to clipboard operation
membrane_core copied to clipboard

The core of the Membrane Framework, advanced multimedia processing framework

Results 143 membrane_core issues
Sort by recently updated
recently updated
newest added

Update packages in all [membrane demo examples](https://github.com/membraneframework/membrane_demo) to versions used in new membrane SDK demo. List of demos to update: - [x] camera_to_hls @bartkrak - [x] camera_to_hls_nerves @Noarkhh - [x]...

Closes https://github.com/membraneframework/membrane_core/issues/796

Not sure if this is a supported case but when I'm removing pipeline fragment while it is still processing I'm getting ``` 10:44:54.298 [error] GenServer #PID terminating ** (MatchError) no...

bug

Main feature of this plugin would be a source bin that receives a stream negotiated with RTSP. Related PRs: - https://github.com/membraneframework/membrane_rtsp/pull/38 - https://github.com/membraneframework/membrane_tcp_plugin/pull/6 - https://github.com/membraneframework/membrane_rtp_plugin/pull/166

This issue is also related to - https://github.com/membraneframework/membrane_core/issues/789 - https://github.com/membraneframework/membrane_rtmp_plugin/issues/52 The RTMP stream is delivering end of stream when the TCP connection is dropped, see [here](https://github.com/membraneframework/membrane_rtmp_plugin/blob/4e913b6a0ad0ac3c65baed97ad67f7e14bb85d82/lib/membrane_rtmp_plugin/rtmp/source/source.ex#L224). For us this is...

** (RuntimeError) The following repositories aren't mentioned in the package list: membrane_live_compositor_plugin, membrane_vpx_plugin, live_compositor scripts/elixir/update_packages_list.exs:193: (file) (elixir 1.15.6) lib/code.ex:1435: Code.require_file/2 package) * Getting finch (Hex package) * Getting jason (Hex...

no-changelog

This callback would be useful in the following use case: - The parent spawns children that are supposed to receive a stream - The parent negotiates with the other party...

Consider the following scenario: 1) There is a pipeline that spawns a bin, with bin's external pads being linked immediately 2) In the bin, on `handle_init`, an element is spawned,...

bug