Hi all, I think that Per Gunnarsson's response is correct. You are seeing a 404 most likely because either the server's parameters (host/port) aren't correct or because there isn't an icecast server running.
Romain 2016-11-06 13:28 GMT-06:00 Per Gunnarsson <[email protected]>: > Hello! > > I have tried to locate your server to check if you have icecast running. > > My first try was s.mystreamninja.cc <http://s.mystreamninja.cc> on port > 80, like you posted on the mailing list. > > Then I tried on port 8000 (the normal port for icecast servers). I got > "Server not found". > > If you post the right URL on the mailing list you can get a few extra > listeners. > > Regards, > > Per Gunnarsson > > > On 11/06/2016 06:54 PM, HDCase wrote: >> thanks for your reply! >> I tried with your suggestion but still do not work. Going to the URL i >> have: "404 - The file you requested could not be found" >> >> And liquidsoap log files says: >> >> 2016/11/06 18:51:44 [clock.wallclock_alsa:2] Source /jblack(dot)ogg >> failed while streaming: Ogg.Not_enough_data! >> >> >> On Sun, Nov 6, 2016 at 4:07 PM, Per Gunnarsson >> <[email protected] >> <mailto:[email protected]>> wrote: >> > >> > Does >> > output.icecast( >> > %vorbis(quality=0.3, samplerate=44100, channels=2), >> > mount="jblack.ogg", >> > host="s.mystreamninja.cc <http://s.mystreamninja.cc>", >> > port=80, user="ninjame", >> > password="XXXXXX", >> > name="jblack", >> > input.alsa(device="hw:0,0")); >> > >> > work better? >> > >> > Regards, >> > >> > Per Gunnarsson >> > >> > >> > On 11/06/2016 03:42 PM, HDCase wrote: >> > > Hello everyone, >> > > two days now trying to stream what passes on my soundcard (let's say I >> > > play a song, speak to microfone etc.) to an icecast server. >> > > >> > > But no luck till now. All I got it's a endless loading process when I >> > > go the streamed URL. >> > > >> > > At the moment I created .liq file that I launch on ubuntu with >> > > "liquidsoap radio.liq". This is the content of the file: >> > > >> > > input.alsa(device="hw:0,0") >> > > output.icecast( >> > > %vorbis(quality=0.3, samplerate=44100, channels=2), >> > > mount="jblack.ogg", >> > > host="s.mystreamninja.cc <http://s.mystreamninja.cc> >> <http://s.mystreamninja.cc>", >> > > port=80, user="ninjame", >> > > password="XXXXXX", >> > > name="jblack", >> > > in()); >> > > >> > > >> > > >> > > I put "hw: 0,0" because giving "arecord -l" in terminal I got the >> > > following: >> > > >> > > arecord -l >> > > **** List of CAPTURE Hardware Devices **** >> > > card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC >> > > Analog] >> > > Subdevices: 1/1 >> > > Subdevice #0: subdevice #0 >> > > >> > > >> > > >> > > >> > > Thank you so much for your help! >> > > >> > > >> > > >> > > >> > > >> > > >> ------------------------------------------------------------------------------ >> > > Developer Access Program for Intel Xeon Phi Processors >> > > Access to Intel Xeon Phi processor-based developer platforms. >> > > With one year of Intel Parallel Studio XE. >> > > Training and support from Colfax. >> > > Order your platform today. http://sdm.link/xeonphi >> > > >> > > >> > > _______________________________________________ >> > > Savonet-users mailing list >> > > [email protected] >> <mailto:[email protected]> >> > > https://lists.sourceforge.net/lists/listinfo/savonet-users >> > >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Developer Access Program for Intel Xeon Phi Processors >> > Access to Intel Xeon Phi processor-based developer platforms. >> > With one year of Intel Parallel Studio XE. >> > Training and support from Colfax. >> > Order your platform today. http://sdm.link/xeonphi >> > _______________________________________________ >> > Savonet-users mailing list >> > [email protected] >> <mailto:[email protected]> >> > https://lists.sourceforge.net/lists/listinfo/savonet-users >> >> >> ------------------------------------------------------------------------------ >> Developer Access Program for Intel Xeon Phi Processors >> Access to Intel Xeon Phi processor-based developer platforms. >> With one year of Intel Parallel Studio XE. >> Training and support from Colfax. >> Order your platform today. http://sdm.link/xeonphi >> >> >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users
------------------------------------------------------------------------------
_______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
