Does
output.icecast(
        %vorbis(quality=0.3, samplerate=44100, channels=2),
        mount="jblack.ogg",
        host="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>",
>             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]
> 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

Reply via email to