Hi,
2016-12-13 3:12 GMT-06:00 Lyonel Bernard <[email protected]>:
> I can capture the sound from my sound card and listen (Cue)
Excellent!
> But I can not broadcast to my icecast.
>
> Sorry, I'm a beginner.
> When I run the command:
> $ Liquidsoap "output.ao (fallible = true, audio_to_stereo (input.harbor
> ('mount', port = 8080)))"
>
> I get:
> At line 1, char 10: the variable output.ao used here has not been
previously
> defined.
Your liquidsoap was compiled without ao output support. If you are running
it on a server, it's probably not what you are looking for anyway :-)
> And when i want broadcast to icecast :
> $ liquidsoap
>
"output.icecast(%mp3,fallible=true,audio_to_stereo,host=xx.80.229.2xx,port="8000",password="xxxx",mount="graf3.mp3"(input.harbor('mount',port=8080)))"
>
> I get:
> Line 1, char 65 before ".229": Parse error!
I'd say the host should be a string, so you need to quote it. Port is an
integer so you shouldn't quote it.. Also, you should use single quote if
the whole line is double quoted.. :-)
Something like this perhaps:
liquidsoap
"output.icecast(%mp3,fallible=true,host='xx.80.229.2xx',port=8000,password='xxxx',mount='graf3.mp3',
input.harbor('mount',port=8080))"
> 2016-12-12 21:20 GMT+01:00 Per Gunnarsson <[email protected]
>:
>>
>> It seems to work with Chrome on Debian Stretch, the only problem was
>> that my computer is to slow to handle the encoding (I tried to use
>> output.icecast with vorbis instead of output.ao). I tried with Firefox
>> too, but I had less luck with Firefox.
>>
>> On 12/12/2016 10:31 AM, Lyonel Bernard wrote:
>> > Great !
>> > I can't test with https://webcast.github.io/webcaster/
>> > I connect to raspberry in SSH and then connect to the local ip address
>> > : 192.168.1.100:8000 <http://192.168.1.100:8000>
>> > How can I update webcaster on my raspberry?
>> >
>> > 2016-12-10 23:53 GMT+01:00 Romain Beauxis <[email protected]
>> > <mailto:[email protected]>>:
>> >
>> > Sweet! Let me know if you have any issues, I'd be glad to see if I
>> > can fix them..
>> >
>> > 2016-12-10 12:35 GMT-06:00 Alex LaBranche <[email protected]
>> > <mailto:[email protected]>>:
>> >
>> > oh very nice… i was having some problems with this just not
>> > working right… i will try this again… if it works… > sliced
>> > bread.
>> >
>> >
>> >> On Dec 10, 2016, at 9:30 AM, Romain Beauxis
>> >> <[email protected] <mailto:[email protected]>>
>> >> wrote:
>> >>
>> >> Hi guys,
>> >>
>> >> Just wanted to give y'all an update on webcast.js and its
>> >> associated client, webcaster.
>> >>
>> >> Following a couple of reports on github, I have updated the
>> >> code of these projects. They seem to be running fairly good
>> >> on both Chrome and Firefox now so, perhaps it is time to give
>> >> them another try!
>> >>
>> >> Basically, the goal is to be able to stream from the browser,
>> >> using local files and microphone/sound card input, just as
>> >> you would be doing with a regular DJ streaming UI.
>> >>
>> >> webcast.js (https://github.com/webcast/webcast.js
>> >> <https://github.com/webcast/webcast.js>) is the streaming
>> >> protocol. It is based on websockets and is implemented in
>> >> Liquidsoap so you can stream directly to an input.harbor
>> >> source.
>> >>
>> >> webcaster (https://github.com/webcast/webcaster
>> >> <https://github.com/webcast/webcaster>) is the streaming
>> >> client itself. It uses the recent audio APIs from the browser
>> >> and a javascript build of libshine to encode to mp3. You can
>> >> test it at this address: https://webcast.github.io/webcaster/
>> >> <https://webcast.github.io/webcaster/>
>> >>
>> >> With Samuel, we devised this a couple of years ago, hoping
>> >> that the technologies would mature and it seems that it is
>> >> the case now. I would love to see these projects being put at
>> >> use, the potential is quite big, you would, for instance, be
>> >> able to stream live audio from a phone without having to
>> >> install any software..
>> >>
>> >> Romain
>> >>
>> >>
------------------------------------------------------------------------------
>> >> 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_______________________________________________
>> >>
>> >> <
http://sdm.link/xeonphi_______________________________________________>
>> >> Savonet-users mailing list
>> >> [email protected]
>> >> <mailto:[email protected]>
>> >> https://lists.sourceforge.net/lists/listinfo/savonet-users
>> >> <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
>> > <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
>> > <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
>>
>>
>>
>>
>>
>>
------------------------------------------------------------------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Savonet-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
>
>
>
------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users