wapmorgan / Mp3Info

The fastest PHP library to extract mp3 meta information (duration, bitrate, samplerate and so on) and tags (id3v1, id3v2).
https://wapmorgan.github.io/Mp3Info/
GNU Lesser General Public License v3.0
139 stars 41 forks source link

File not present error when trying remote file from S3 #21

Closed IllesAprod closed 2 years ago

IllesAprod commented 2 years ago

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 https://github.com/wapmorgan/Mp3Info/issues/19#issuecomment-949428674

mnarbash commented 2 years ago

i have same problem

hayjay commented 2 years ago

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

Thanks

wapmorgan commented 2 years ago

@hayjay Merged PR