Streaming audio from a url in protected server folder

I have several large mp3 files in a password protected folder. I also have new files added periodically, so I can't download them all on the first run of the application. They are too large for that anyway.

I know I can download a file from a protected folder (taifun: Downloading a file from a restricted area), but I couldn't find anything to stream the audio when the folder is protected. Is it possible?

I tried Joe Player and the Player component, but both fail when the folder is protected.

Is there a way to request a header by passing the base64 encoded "user:password" like in the download solution mentioned above? Please help.

How large ?

These blocks work OK for me to download a file from a protected server I have on test:

image

Maybe @Joejsanz can advise regarding setting a url this way for his Player extension ?

1 Like

I'm looking into that to see if I can implement it in the extension.

It is not only about the size.The app could download a file on demand, but if the connection is bad or there is no connection then it would be very limiting.and not prefessional.

Yes, this would be the way to download them.

Thank you. This would be the perfect solution.

1 Like

Maybe it is? We need to know what large means to you; 1mb, 10mb,100mb, 100mb+ ?

but then your playback would not work / stop in any case...

Around 30Mb. About 60 files

Sorry. I wrote the wrong answer. I want to offer both possibilities: Stream and Download. If the user is going to be offline or has a bad connection, he can download the file when the connection is good. But most users would like to play the sound immediately using streaming and this would also save storage space.

I made some adjustments, could you try it to see if it grabs the files https://user:password@example.com/myfile.mp3 ?

joejsanz.player.joedevplayer.aix (943.0 KB)

Thank you very much @Joejsanz. I will try it as soon as I have time. Today is a busy day.

1 Like

Hi @Joejsanz I tried but nothing happened


blocks (1)

Got to ask, did you use your own usr/pass/url ?

1 Like

Make sure you actually put your username and password in the text for username and password, change example.com to whatever your domain is, and change myfile.mp3 to whatever file you want it to be

1 Like

Thanks @TIMAI2 @FoxyOnFire for the reminder.

Now I got a response but with an error message: Invalid port

I changed the password to only letters and digits and the error message disappeared, but nothing happened, no sound playing.

@Joejsanz
Working for me on my "protected" server (user/pass is created using htaccess)

1 Like

Would this be dependent on server implementation? I am testing with the files in Hostgator. The user/pass is done through the cPanel.

cPanel's Directory Privacy uses htaccess files, under the hood.

@Joejsanz @TIMAI2
This is the url I am testing:

https://access:IAD95RfxWe@escolademisterio.com.br/wp-content/uploads/restricted/test.mp3

Is it right the way I am writing? If so, could you please try to play it on your app. It is a 2s sound of 58KB.

Is this an encrypted password?

  • If so, try putting the password unencrypted.

It seems to be fine.


It may also be possible that HostGator has specific restrictions or settings that may affect playing sound from a protected URL.

Can you download the file from that location, using the same format in the web component ?

If you unprotect that location, does it work then (playback) ?