caprica / vlcj-info

Small library to extract media information from local files.
GNU General Public License v3.0
17 stars 10 forks source link

File with Space character is returning the MediaInfo object as null #10

Closed YogiFoxCloud closed 1 year ago

YogiFoxCloud commented 1 year ago

We get the presigned url of the file from AWS S3 and passing the path to MediaInfo.mediaInfo(path) returns the null object. When run in command gives the proper result.

caprica commented 1 year ago

Can you try and URLEncode the path.

YogiFoxCloud commented 1 year ago

Closing the ticket. It was double encoded.