0
A customer wants a system for his radio where his program will be broadcast, similar to this one. I have never done anything like this and I would like to know how I put this player on the site. I develop using Rails. I searched but I could not find anything, always appears something related to radio Buttons kkk. If anyone can give me a nice tutorial I would really appreciate.
Note: I don’t know which tag to use in this case, I used ruby-on-rails
for being the tool I’m going to use but I don’t think it interferes much.
but what’s his radio?
– user60252
Whether it is am or fm you are asking? It is fm
– Marcio
the address of his radio, something like
http://104.167.9.191:9326/;stream
– user60252
I don’t know, I’m completely clueless about that. This is the address of the current radio site: http://www.radioalfa.com.br/. I did an inspection in the code by the browser but found nothing. To broadcast a radio on the web you have to use some hosting service?
– Marcio
Place an iframe on your page
<iframe src="http://www.radioalfa.com.br/topowz3.php" height="60" width="100%"></iframe>
– user60252
But in case this site will cease to exist, I will redo it. I would like to know how to build a player of this 0. I apologize because I imagine my questions are silly because I do not understand anything
– Marcio
If the site ceases to exist the radio will also cease to exist is not?
– user60252
Yes, that I would like to understand better. In case the site ceases to exist, how do I create this player on a new site? I look at the source code and td revolves around the current domain. How should I proceed when that domain ceases to exist? I need to hire a hosting service to broadcast an FM radio on the web?
– Marcio
http://www.techtudo.com.br/dicas-e-tutoriais/noticia/2013/10/como-criar-uma-radio-online-de-graca-com-sites-de-streaming.html
– user60252
https://maxcast.com.br/cria-radio-online-gratis/? gclid=Eaiaiqobchmiq9pzltev3aivq1mgch052qgkeaayasaaegkjp_d_bwe
– user60252
google is full. Search, how to create a web radio
– user60252