MAROS
2017-Oct-15 18:49 UTC
[Icecast] convert public online radios to ogg and stream them inside company
Hello dear icecast fans, In my company we have voip phones, that can also play OGG stream /online radio streams/ There are some good public online radios, which however uses MP3 stream. I want convert different online public streams from mp3 to ogg, and offer ogg streams in my company, so our voip phones can play them. Can icecast (ezstream,ices) be used for my scenario? I tried a relay configuration (w/o conversion at the beginning) for one public online stream:. <relay> <server>live.slovakradio.sk</server> <port>8080</port> <mount>/Slovensko_256.mp3</mount> <local-mount>/sk.mp3</local-mount> <on-demand>1</on-demand> </relay> but it doesn't work. In log file I found: INFO slave/start_relay_stream Starting relayed source at mountpoint "/sk.mp3" INFO slave/open_relay_connection connecting to live.slovakradio.sk:8080 WARN slave/open_relay_connection Failed to connect to live.slovakradio.sk:8080 Can relay feature be used for public online stream? or just for my own primary stream? Thanks a lot for any help and routing to right way. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20171015/9b1ea7fa/attachment.htm>
nemosphere.net
2017-Oct-15 19:10 UTC
[Icecast] convert public online radios to ogg and stream them inside company
Le dimanche 15 octobre 2017 20:49:44 MAROS a écrit :> Can relay feature be used for public online stream? or just for my own > primary stream? >For sure you can do it. I do it too. I relay some others national radio streams that i use as fallback. I tried to listen to <http://live.slovakradio.sk:8080/sk.mp3> in a simple player (XMMS). It seems not working. Be sure your remote source is really available, then try again. Regards.
nemosphere.net
2017-Oct-15 19:29 UTC
[Icecast] convert public online radios to ogg and stream them inside company
Le dimanche 15 octobre 2017 19:10:24 nemosphere.net a écrit :> I tried to listen to <http://live.slovakradio.sk:8080/sk.mp3> in a simple > player (XMMS). It seems not working.I made a mistake but <http://live.slovakradio.sk:8080/Slovensko_256.mp3> don't works neither for me. Maybe i'm wrong, sorry if i've been useless. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part. URL: <http://lists.xiph.org/pipermail/icecast/attachments/20171015/b5d246e3/attachment.sig>
nemosphere.net
2017-Oct-16 18:35 UTC
[Icecast] convert public online radios to ogg and stream them inside company
Le dimanche 15 octobre 2017 20:49:44 MAROS a écrit :> <relay> > <server>live.slovakradio.sk</server> > <port>8080</port> > <mount>/Slovensko_256.mp3</mount> > <local-mount>/sk.mp3</local-mount> > <on-demand>1</on-demand> > </relay>- I was curious to know if the solution could be that simple thing: You try to connect to port 8080, which is generally used for a web proxy. So i just tried with port 8000, the default port for icecast. It works ! ^^ So, try this : <relay> <server>live.slovakradio.sk</server> <port>8000</port> <mount>/Slovensko_256.mp3</mount> <local-mount>/sk.mp3</local-mount> <on-demand>1</on-demand> </relay> Regards. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part. URL: <http://lists.xiph.org/pipermail/icecast/attachments/20171016/0eede8e3/attachment.sig>
Yahav Shasha
2017-Oct-16 18:43 UTC
[Icecast] convert public online radios to ogg and stream them inside company
I might be wrong but icecast can’t do it on its own, what it receives is what it streams. That been said, your best bet is liquidsoap for transcoding and icecast as a streaming server. בתאריך יום א׳, 15 באוק׳ 2017 ב-21:49 מאת MAROS <maros+icecast at soitron.eu>:> Hello dear icecast fans, > > In my company we have voip phones, that can also play OGG stream /online > radio streams/ > There are some good public online radios, which however uses MP3 stream. > > I want convert different online public streams from mp3 to ogg, and offer > ogg streams in my company, so our voip phones can play them. > > Can icecast (ezstream,ices) be used for my scenario? > > > I tried a relay configuration (w/o conversion at the beginning) for one > public online stream:. > > <relay> > <server>live.slovakradio.sk</server> > <port>8080</port> > <mount>/Slovensko_256.mp3</mount> > <local-mount>/sk.mp3</local-mount> > <on-demand>1</on-demand> > </relay> > > > but it doesn't work. In log file I found: > INFO slave/start_relay_stream Starting relayed source at mountpoint > "/sk.mp3" > INFO slave/open_relay_connection connecting to live.slovakradio.sk:8080 > WARN slave/open_relay_connection Failed to connect to > live.slovakradio.sk:8080 > > > Can relay feature be used for public online stream? or just for my own > primary stream? > > Thanks a lot for any help and routing to right way. > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-- Yahav Shasha, Web Developer +972-(0)549214421 http://www.linkedin.com/in/yahavs -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20171016/273a9921/attachment.html>
Yahav Shasha
2017-Oct-16 18:46 UTC
[Icecast] convert public online radios to ogg and stream them inside company
By that I meant, have liquidsoap fetch the mp3stream, transcode and shout it to your icecast. בתאריך יום ב׳, 16 באוק׳ 2017 ב-21:43 מאת Yahav Shasha < yahav.shasha at gmail.com>:> I might be wrong but icecast can’t do it on its own, what it receives is > what it streams. > That been said, your best bet is liquidsoap for transcoding and icecast as > a streaming server. > > בתאריך יום א׳, 15 באוק׳ 2017 ב-21:49 מאת MAROS <maros+icecast at soitron.eu>: > >> Hello dear icecast fans, >> >> In my company we have voip phones, that can also play OGG stream /online >> radio streams/ >> There are some good public online radios, which however uses MP3 stream. >> >> I want convert different online public streams from mp3 to ogg, and offer >> ogg streams in my company, so our voip phones can play them. >> >> Can icecast (ezstream,ices) be used for my scenario? >> >> >> I tried a relay configuration (w/o conversion at the beginning) for one >> public online stream:. >> >> <relay> >> <server>live.slovakradio.sk</server> >> <port>8080</port> >> <mount>/Slovensko_256.mp3</mount> >> <local-mount>/sk.mp3</local-mount> >> <on-demand>1</on-demand> >> </relay> >> >> >> but it doesn't work. In log file I found: >> INFO slave/start_relay_stream Starting relayed source at mountpoint >> "/sk.mp3" >> INFO slave/open_relay_connection connecting to live.slovakradio.sk:8080 >> WARN slave/open_relay_connection Failed to connect to >> live.slovakradio.sk:8080 >> >> >> Can relay feature be used for public online stream? or just for my own >> primary stream? >> >> Thanks a lot for any help and routing to right way. >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > -- > Yahav Shasha, > Web Developer > +972-(0)549214421 > http://www.linkedin.com/in/yahavs >-- Yahav Shasha, Web Developer +972-(0)549214421 http://www.linkedin.com/in/yahavs -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20171016/fc4fd75f/attachment.html>