Skip to content

rtsp-server: stream: Don't loop forever if binding to the multicast address fails

The address/port is pre-defined by the caller of the function, so retrying is only going to loop forever.

Ideally the multicast address should be checked after allocating but this doesn't happen currently, so it's better to error out cleanly then to loop forever trying the same address.


This is a regression from a48711fa

Edited by Sebastian Dröge

Merge request reports