membraneframework / membrane_core

The core of the Membrane Framework, advanced multimedia processing framework
https://membrane.stream
Apache License 2.0
1.22k stars 34 forks source link

[membrane_rtsp_plugin] Remove ConnectionManager as a separate process #825

Open Noarkhh opened 2 weeks ago

Noarkhh commented 2 weeks ago

Membrane.RTSP.Source.ConnectionManager is currently a GenServer, but it's not necessary to have it as a separate process, since we got rid of retrying logic. This will simplify the codebase quite a bit