Juan Albarracin
Results
1
issues of
Juan Albarracin
This bug occurs when using email addresses encoded as the user (i.e: `rtsp://user%40name:[email protected]/foo.mkv`) The solution is simply to use the `getEncodedAuthority` method instead of `getAuthority`. This resolves the issue because...