Question about radio streaming.
Do you have a list of instructions on how to do all of this for beginners?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Do you have a list of instructions on how to do all of this for beginners?
Heather,
No. You would need Custom JS and HTML component.
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
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://insertyourstreamhere.com:0000/;"></audio>
/code
/pre
See more here:
http://stackoverflow.com/questions/22...
Regards.