Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2020-03-31 19:58:59

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Radio station running on TXP?

Is there radio stations running on Textpattern?
Is there plugins working to connect to streaming software, like icecast or similar?

Thanx for any insights!


A hole turned upside down is a dome, when there’s also gravity.

Offline

#2 2020-03-31 20:56:39

zero
Member
From: Lancashire
Registered: 2004-04-19
Posts: 1,470
Website

Re: Radio station running on TXP?

Howell Creek Radio has been going a long time.

Whoops! Last broadcast was 2014.

Last edited by zero (2020-03-31 20:57:58)


BB6 Band My band
Gud One My blog

Offline

#3 2020-03-31 21:20:17

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

Re: Radio station running on TXP?

CodeCanyon has a bunch of embeddable media players, some designed for WordPress but others just HTML5/Javascript.

Offline

#4 2020-04-01 05:15:53

towndock
Member
From: Oriental, NC USA
Registered: 2007-04-06
Posts: 329
Website

Re: Radio station running on TXP?

Standard HTML5 audio code will play a stream. Here is an example for playing a Shoutcast stream:

<audio src="http://yourdomain.com:8000/;" controls autoplay preload="auto" autobuffer></audio>

Icecast should be similar – both Shoutcast and Icecast default to port 8000, although you can configure any port you wish.

Offline

Board footer

Powered by FluxBB