Skip to content

Add URL validation for network streams

Dave Nicolson requested to merge dnicolson/vlc-ios:add-url-validation into master

This merge request validates network stream URLs on input, preventing invalid URLs from causing (null) to be displayed.

Screen_Shot_2022-06-19_at_17.55.01

It appears as though the metaDictionary object comes from VLCKit, which doesn't seem to validate the input correctly.

Merge request reports