Discussion:
[Savonet-users] Liquidsoap and webcast
Jean-Philippe Liechti
2017-04-05 20:05:40 UTC
Permalink
Hey guys,


I start using liquidsoap for a bit now i want to integrate the webcast server to it but i don't know, where i need to start or proccess.


I objectif is to have, multiple stream from the Webcast server and go to a liquidsoap script. But i don't know how to setup the webcast server.


I have made a little diagram of what i want to do, if you want a can make a more accurate diagramm.


Can you help me ?


Thank's for your reply and have a good day.


Jean-Philippe
Romain Beauxis
2017-04-10 14:54:09 UTC
Permalink
Hi!

You don't need an intermediate webcast server, the streams are received
directly by liquidsoap through a input.harbor source.

For instance, if you need several inputs at the same time, you would do:

s1 = input.harbor("/source1")
s2 = input.harbor("/source2")
s3 = input.harbor("/source3")

Makes sense?
Romain

2017-04-05 16:05 GMT-04:00 Jean-Philippe Liechti <
Post by Jean-Philippe Liechti
Hey guys,
I start using liquidsoap for a bit now i want to integrate the webcast
server to it but i don't know, where i need to start or proccess.
I objectif is to have, multiple stream from the Webcast server and go to a
liquidsoap script. But i don't know how to setup the webcast server.
I have made a little diagram of what i want to do, if you want a can make
a more accurate diagramm.
Can you help me ?
Thank's for your reply and have a good day.
Jean-Philippe
------------------------------------------------------------
------------------
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
https://lists.sourceforge.net/lists/listinfo/savonet-users
Loading...