Mobile app version of vmapp.org
Login or Join
Debbie626

: Streaming audio from a webpage 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.

@Debbie626

Posted in: #RubyOnRails #Url

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?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Debbie626

2 Comments

Sorted by latest first Latest Oldest Best

 

@Miguel251

You can use one of the many web page debugging tools like the Developer tools within browsers (keyboard shortcut - F12) or Fiddler or Firefox add-on Firebug to view web page elements including name & location of any audio files.

In IE9 & Chrome, you can get the URL of files from the Network tab.

10% popularity Vote Up Vote Down


 

@Gretchen104

What sort of "Audio stream"? in most cases the "Tune in"/"Live stream" button is just a plain link to a playlist file (.asx, .m3u, ...), handled by the client's mp3 player. Just link to the playlist file and you're done.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme