Streaming audio from a webpage
- by luca590
I want to be able to stream audio from another webpage through mine, but i do not know how to find the url for each audio file located on a separate webpage. It would also be extremely helpful to do everything in bulk so instead of writing a separate line of code for each audio file, simply writing a few lines of code to upload links to 100 audio files, etc. I am also using Ruby on Rails for my webpage.
How do you find a file located on a separate webpage?
Does anyone know, if possible how, to upload file links in bulk?