File not present error when trying remote file from S3
IllesAprod opened this issue · 3 comments
IllesAprod commented
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)
mnarbash commented
i have same problem
hayjay commented
@paurakhsharma @wapmorgan please merge this PR #22, it basically solves the url issue.
Thanks