Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Keith Clark Posted February 20, 2021 Posted February 20, 2021 Hello everyone, I'm hosted with IPS. I've searched high and low for plugins and code to support what I'm trying to accomplish, which is to simply play a url like the following: https://stream1-idigitalmedium.radioca.st/stream I've purchased this code: https://codecanyon.net/item/shout-html5-radio-player-with-ads-shoutcast-and-icecast-support/20522568 Of course I am scratching my head as in how I can upload these files to the server (it would connect to a remote audio that I am hosting using shoutcast). I'm thinking support will tell me its out of scope (which is the answer I get for most of my requests) Really, all I want to know is: How can I have HTML5 streaming of Shoutcast 2 audio with IPS?Open to any and all suggestions! Plugins that work, other ways of inserting code (including source), etc. I've seen other people ask on here and receive no response. Thank you in advance! 🙂 Keith Greek76 1
Nathan Explosion Posted February 20, 2021 Posted February 20, 2021 Use the following HTML in your content source: Audio: <audio controls> <source src="URL"> </audio> OR <audio src="URL" controls></audio> Video: <video controls> <source src="URL"> </video> OR <video src="URL" controls></video> Keith Clark 1
Keith Clark Posted February 21, 2021 Author Posted February 21, 2021 Thank you Nathan, much appreciated! Keith Nathan Explosion 1
Recommended Posts