How to get the URL from a internet radio station so I can stream it from VLC

internet-radiosniffingurlvlc-media-playerwireshark

How do I could get the embedded URL from this internet radio? http://wp.1045radiolatina.com/escucha-en-vivo/

What I meaning by URL from where is the radio is streamed.

I have been trying to use URL snooper but no luck there.

Want to be able to play it from VLC then I need the correct URL.

Thanks in advance

Best Answer

This question has been already been answered: https://stackoverflow.com/questions/28314897/how-to-get-direct-streaming-url-from-this-flash-online-streaming-radio-station

To answer your question, right click -> advanced open -> Network, then paste this URL: http://15383.live.streamtheworld.com/XLTNFMAAC?streamtheworld_user=1&uuid=16926000%2D0000%2D0001%2DFD9D%2D7EE019381205&nobuf=1479265442950

The URL is found by right-clicking the browser page and choosing "Inspect Element." The Network tab will indicate the stream URLs.

Related Question