wapmorgan/Mp3Info

File not present error when trying remote file from S3

IllesAprod opened this issue · 3 comments

Mp3Info giving me File is not present when trying remote (s3 based) files.

Example url: https://reedioo.s3.eu-central-1.amazonaws.com/synced/%2200098009cc463acf2dd59b61cdcfa6a6%22.mp3

Example code:

            $audio = new Mp3Info('https://reedioo.s3.eu-central-1.amazonaws.com/synced/%2200098009cc463acf2dd59b61cdcfa6a6%22.mp3');
            dd($audio->duration);

Originally posted by @IllesAprod in #19 (comment)

i have same problem

@paurakhsharma @wapmorgan please merge this PR #22, it basically solves the url issue.

Thanks

@hayjay Merged PR