membrane_core
membrane_core copied to clipboard
[membrane_rtsp_plugin] Remove ConnectionManager as a separate process
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