Skip to content

srt: Add support for using hostnames instead of IP addresses

If an address can't be parsed as IP address, try resolving it via GResolver instead. SRT URIs more often than not contain hostnames and without trying to resolve them we won't be able to handle such URIs.

Merge request reports