Page 2 of 2

Question about radio streaming.

Posted: Wed Dec 04, 2013 6:01 pm
by Heather

Do you have a list of instructions on how to do all of this for beginners?


Question about radio streaming.

Posted: Wed Dec 04, 2013 6:28 pm
by Kateryna Grynko

Heather,

No. You would need Custom JS and HTML component.


Question about radio streaming.

Posted: Wed Oct 29, 2014 7:04 am
by Duncan Dyason

Hi there, I have been reading your comments on this and it is obvious you are excellent with this. I am just starting with Appery and so would like to make my first radio player for our charity radio station this year. Please could you tell me how I add a radio stream to the app? Simple instructions would help! THANK YOU


Question about radio streaming.

Posted: Thu Nov 06, 2014 10:20 pm
by Yurii Orishchuk

Hi Duncan,

You can add HTML component and then add following HTML code inside.

pre

code

<audio width="300" height="32" controls="controls" autoplay="autoplay" src="http:&#47;&#47;insertyourstreamhere&#46;com:0000/;"></audio>

/code

/pre

See more here:

http://stackoverflow.com/questions/22...

Regards.