Jean-Philippe Liechti
2017-04-11 11:06:23 UTC
Hey,
Yes Romain i see what you mean.
So I can run the webcast client on a Ubuntu server with NodeJS.
After that I open three times the webcast page, and from this I start three different stream ??
Like your exemple.
s1 = input.harbor("/source1")
s2 = input.harbor("/source2")
s3 = input.harbor("/source3")
Thank's for your help
Jean-Philippe
------------------------------
Message: 8
Date: Mon, 10 Apr 2017 10:54:09 -0400
From: Romain Beauxis <***@rastageeks.org>
Subject: Re: [Savonet-users] Liquidsoap and webcast
To: savonet-users <savonet-***@lists.sourceforge.net>
Message-ID:
<CABWZ6OQ48aj86Q0bXO8-F_=G+yydetuAYW-O1xo-***@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
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 <
De : savonet-users-***@lists.sourceforge.net <savonet-users-***@lists.sourceforge.net>
Envoyé : lundi 10 avril 2017 16:54
À : savonet-***@lists.sourceforge.net
Objet : Savonet-users Digest, Vol 127, Issue 3
Send Savonet-users mailing list submissions to
savonet-***@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/savonet-users
Savonet-users Info Page - SourceForge<https://lists.sourceforge.net/lists/listinfo/savonet-users>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the Savonet-users Archives. Using Savonet-users: To post a message to all the list members ...
or, via email, send a message with subject or body 'help' to
savonet-users-***@lists.sourceforge.net
You can reach the person managing the list at
savonet-users-***@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Savonet-users digest..."
Today's Topics:
1. webcast.js install problem (Per Gunnarsson)
2. Ladspa plugins with liquidsoap (***@gmail.com)
3. Has anyone used another livestream as fallback instead of
files? (John Chewter)
4. Re: Has anyone used another livestream as fallback instead of
files? (***@gmail.com)
5. Order of hooks declarations (Yamakaky)
6. what does "We must catchup" mean? (k054)
7. add image to video stream (k054)
8. Re: Liquidsoap and webcast (Romain Beauxis)
----------------------------------------------------------------------
Message: 1
Date: Thu, 6 Apr 2017 14:10:25 +0200
From: Per Gunnarsson <***@lappstockholm.se>
Subject: [Savonet-users] webcast.js install problem
To: savonet-users <savonet-***@lists.sourceforge.net>
Message-ID: <c93f3904-006f-63be-b1ce-***@lappstockholm.se>
Content-Type: text/plain; charset=utf-8
I have tried to install the webcast.js. When I try:
npm install
in the examples/server directory, I get :
npm WARN package.json websocket-webcase-***@0.0.1 No README data
npm WARN package.json websocket-webcase-***@0.0.1 No license field.
npm WARN package.json coffee-***@1.6.3 No license field.
|
/home/per/tmp/test/webcast.js/examples/server/node_modules/websocket
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! ***@1.0.8 install: `node install.js`
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the ***@1.0.8 install script.
npm ERR! This is most likely a problem with the websocket package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:npm ERR!
node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls websocket
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.9.0-2-amd64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/per/tmp/test/webcast.js/examples/server
npm ERR! node -v v4.7.2
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/per/tmp/test/webcast.js/examples/server/npm-debug.log
npm ERR! not ok code 0
I tried it on Debian Stretch.
Regards,
Per Gunnarsson
------------------------------
Message: 2
Date: Thu, 6 Apr 2017 11:08:53 -0300
From: ***@gmail.com
Subject: [Savonet-users] Ladspa plugins with liquidsoap
To: savonet-***@lists.sourceforge.net
Message-ID: <b357e1fe-cb63-8b30-366f-***@gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Hello!
I use liquidsoap autodj with centovacast (in centos)
How can install ladspa plugins to improve the sound?
In ssh console:
liquidsoap -h ladspa.plugin
Plugin not found!
Thanks!
---
El software de antivirus Avast ha analizado este correo electr?nico en busca de virus.
https://www.avast.com/antivirus
------------------------------
Message: 3
Date: Thu, 6 Apr 2017 15:15:20 +0100
From: John Chewter <***@coastal-computing.com>
Subject: [Savonet-users] Has anyone used another livestream as
fallback instead of files?
To: savonet-***@lists.sourceforge.net
Message-ID:
<b83b5b86-9d0e-1fdf-4532-***@coastal-computing.com>
Content-Type: text/plain; charset=utf-8; format=flowed
I was hoping this would work but having trouble.
IE if the main input stream fails - fallback to another (external) stream.
------------------------------
Message: 4
Date: Thu, 6 Apr 2017 17:24:09 +0300
From: "***@gmail.com" <***@gmail.com>
Subject: Re: [Savonet-users] Has anyone used another livestream as
fallback instead of files?
To: savonet-***@lists.sourceforge.net
Message-ID: <0adc8e3f-93ac-4004-db17-***@gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Yes you can do it the same way you would do a live stream fallback.
When a live stream is connected it falls back to it, and when it
disconnects it goes back to the main.
In the case you describe then, do the opposite. When the main stream is
down, fallback to the external.
George
lists.sourceforge.net
To see the collection of prior postings to the list, visit the Savonet-users Archives. Using Savonet-users: To post a message to all the list members ...
------------------------------
Message: 5
Date: Sat, 8 Apr 2017 14:18:19 -0400
From: Yamakaky <***@yamaworld.fr>
Subject: [Savonet-users] Order of hooks declarations
To: savonet-***@lists.sourceforge.net
Message-ID: <3c2c6be4-d1b5-d690-8937-***@yamaworld.fr>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi,
Does the return value of `on_*` have to be used or can it be ignored?
For example, is the following correct or do I have to use the return
value of `on_*` in `out()`?
```
musics = request.queue()
out(mksafe(musics))
ignore(on_end(musics, ...)
ignore(on_track(musics, ...)
```
------------------------------
Message: 6
Date: Sun, 9 Apr 2017 19:38:28 -0500
From: k054 <***@riseup.net>
Subject: [Savonet-users] what does "We must catchup" mean?
To: savonet-***@lists.sourceforge.net
Message-ID: <32051d4c-7fbc-d9d9-25ae-***@riseup.net>
Content-Type: text/plain; charset="utf-8"
hi everyone!
I've been toying with Liquidsoap for video streaming and it work
amazingly well but from time to time stdout shows a bunch of these
messages and I'm uncertain of their meaning.
streamed or the other way around? it has happend at different moments
during the same video, so I would guess it's not strictly video related.
Also as far as it' doesn't reach more than 60 seconds it can self
recover. Otherwise it breaks connection to the icecast server and
recovers without human intervention needed after showing this message
it doesn't even reach the point to break connection and it actually
catches up before it happens
sometimes it even shuts
any hint?
thanks in advance!
--
k054
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
------------------------------
Message: 7
Date: Sun, 9 Apr 2017 22:53:08 -0500
From: k054 <***@riseup.net>
Subject: [Savonet-users] add image to video stream
To: savonet-***@lists.sourceforge.net
Message-ID: <9286e265-77fe-919e-d9a9-***@riseup.net>
Content-Type: text/plain; charset="utf-8"
I added this to the video stream script
source = video.add_image(
width=30,height=30,
x=10,y=10,
file="logo.jpg",
source)
as stated here http://savonet.sourceforge.net/doc-svn/video.html#logo
Savonet / Liquidsoap svn :: Multimedia Stream Generation<http://savonet.sourceforge.net/doc-svn/video.html#logo>
savonet.sourceforge.net
This video was produced thanks to the following script: # Input from webcam cam = input.v4l2() # Detect faces (this generates a white disk over faces) mask = video ...
but this the image is not being shown and this shows up in the log instead.
2017/04/09 22:42:29 [decoder:3] Unable to decode "logo.png" as
{audio=0;video=1;midi=0}!
I'm guessing there's a package missing but... which one?
any hint?
thanks!
--
k054
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
------------------------------
Message: 8
Date: Mon, 10 Apr 2017 10:54:09 -0400
From: Romain Beauxis <***@rastageeks.org>
Subject: Re: [Savonet-users] Liquidsoap and webcast
To: savonet-users <savonet-***@lists.sourceforge.net>
Message-ID:
<CABWZ6OQ48aj86Q0bXO8-F_=G+yydetuAYW-O1xo-***@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
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 <
lists.sourceforge.net
To see the collection of prior postings to the list, visit the Savonet-users Archives. Using Savonet-users: To post a message to all the list members ...
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------------------------------------------------------
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
Savonet-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users
Savonet-users Info Page - SourceForge<https://lists.sourceforge.net/lists/listinfo/savonet-users>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the Savonet-users Archives. Using Savonet-users: To post a message to all the list members ...
End of Savonet-users Digest, Vol 127, Issue 3
*********************************************
Yes Romain i see what you mean.
So I can run the webcast client on a Ubuntu server with NodeJS.
After that I open three times the webcast page, and from this I start three different stream ??
Like your exemple.
s1 = input.harbor("/source1")
s2 = input.harbor("/source2")
s3 = input.harbor("/source3")
Thank's for your help
Jean-Philippe
------------------------------
Message: 8
Date: Mon, 10 Apr 2017 10:54:09 -0400
From: Romain Beauxis <***@rastageeks.org>
Subject: Re: [Savonet-users] Liquidsoap and webcast
To: savonet-users <savonet-***@lists.sourceforge.net>
Message-ID:
<CABWZ6OQ48aj86Q0bXO8-F_=G+yydetuAYW-O1xo-***@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
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 <
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
------------------------------------------------------------
________________________________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
------------------------------------------------------------
De : savonet-users-***@lists.sourceforge.net <savonet-users-***@lists.sourceforge.net>
Envoyé : lundi 10 avril 2017 16:54
À : savonet-***@lists.sourceforge.net
Objet : Savonet-users Digest, Vol 127, Issue 3
Send Savonet-users mailing list submissions to
savonet-***@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/savonet-users
Savonet-users Info Page - SourceForge<https://lists.sourceforge.net/lists/listinfo/savonet-users>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the Savonet-users Archives. Using Savonet-users: To post a message to all the list members ...
or, via email, send a message with subject or body 'help' to
savonet-users-***@lists.sourceforge.net
You can reach the person managing the list at
savonet-users-***@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Savonet-users digest..."
Today's Topics:
1. webcast.js install problem (Per Gunnarsson)
2. Ladspa plugins with liquidsoap (***@gmail.com)
3. Has anyone used another livestream as fallback instead of
files? (John Chewter)
4. Re: Has anyone used another livestream as fallback instead of
files? (***@gmail.com)
5. Order of hooks declarations (Yamakaky)
6. what does "We must catchup" mean? (k054)
7. add image to video stream (k054)
8. Re: Liquidsoap and webcast (Romain Beauxis)
----------------------------------------------------------------------
Message: 1
Date: Thu, 6 Apr 2017 14:10:25 +0200
From: Per Gunnarsson <***@lappstockholm.se>
Subject: [Savonet-users] webcast.js install problem
To: savonet-users <savonet-***@lists.sourceforge.net>
Message-ID: <c93f3904-006f-63be-b1ce-***@lappstockholm.se>
Content-Type: text/plain; charset=utf-8
I have tried to install the webcast.js. When I try:
npm install
in the examples/server directory, I get :
npm WARN package.json websocket-webcase-***@0.0.1 No README data
npm WARN package.json websocket-webcase-***@0.0.1 No license field.
npm WARN package.json coffee-***@1.6.3 No license field.
|
/home/per/tmp/test/webcast.js/examples/server/node_modules/websocket
node install.js
sh: 1: node: not foundnpm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! ***@1.0.8 install: `node install.js`
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the ***@1.0.8 install script.
npm ERR! This is most likely a problem with the websocket package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:npm ERR!
node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls websocket
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.9.0-2-amd64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/per/tmp/test/webcast.js/examples/server
npm ERR! node -v v4.7.2
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/per/tmp/test/webcast.js/examples/server/npm-debug.log
npm ERR! not ok code 0
I tried it on Debian Stretch.
Regards,
Per Gunnarsson
------------------------------
Message: 2
Date: Thu, 6 Apr 2017 11:08:53 -0300
From: ***@gmail.com
Subject: [Savonet-users] Ladspa plugins with liquidsoap
To: savonet-***@lists.sourceforge.net
Message-ID: <b357e1fe-cb63-8b30-366f-***@gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Hello!
I use liquidsoap autodj with centovacast (in centos)
How can install ladspa plugins to improve the sound?
In ssh console:
liquidsoap -h ladspa.plugin
Plugin not found!
Thanks!
---
El software de antivirus Avast ha analizado este correo electr?nico en busca de virus.
https://www.avast.com/antivirus
------------------------------
Message: 3
Date: Thu, 6 Apr 2017 15:15:20 +0100
From: John Chewter <***@coastal-computing.com>
Subject: [Savonet-users] Has anyone used another livestream as
fallback instead of files?
To: savonet-***@lists.sourceforge.net
Message-ID:
<b83b5b86-9d0e-1fdf-4532-***@coastal-computing.com>
Content-Type: text/plain; charset=utf-8; format=flowed
I was hoping this would work but having trouble.
IE if the main input stream fails - fallback to another (external) stream.
------------------------------
Message: 4
Date: Thu, 6 Apr 2017 17:24:09 +0300
From: "***@gmail.com" <***@gmail.com>
Subject: Re: [Savonet-users] Has anyone used another livestream as
fallback instead of files?
To: savonet-***@lists.sourceforge.net
Message-ID: <0adc8e3f-93ac-4004-db17-***@gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Yes you can do it the same way you would do a live stream fallback.
When a live stream is connected it falls back to it, and when it
disconnects it goes back to the main.
In the case you describe then, do the opposite. When the main stream is
down, fallback to the external.
George
I was hoping this would work but having trouble.
IE if the main input stream fails - fallback to another (external) stream.
------------------------------------------------------------------------------
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
Savonet-users Info Page - SourceForge<https://lists.sourceforge.net/lists/listinfo/savonet-users>IE if the main input stream fails - fallback to another (external) stream.
------------------------------------------------------------------------------
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
lists.sourceforge.net
To see the collection of prior postings to the list, visit the Savonet-users Archives. Using Savonet-users: To post a message to all the list members ...
------------------------------
Message: 5
Date: Sat, 8 Apr 2017 14:18:19 -0400
From: Yamakaky <***@yamaworld.fr>
Subject: [Savonet-users] Order of hooks declarations
To: savonet-***@lists.sourceforge.net
Message-ID: <3c2c6be4-d1b5-d690-8937-***@yamaworld.fr>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi,
Does the return value of `on_*` have to be used or can it be ignored?
For example, is the following correct or do I have to use the return
value of `on_*` in `out()`?
```
musics = request.queue()
out(mksafe(musics))
ignore(on_end(musics, ...)
ignore(on_track(musics, ...)
```
------------------------------
Message: 6
Date: Sun, 9 Apr 2017 19:38:28 -0500
From: k054 <***@riseup.net>
Subject: [Savonet-users] what does "We must catchup" mean?
To: savonet-***@lists.sourceforge.net
Message-ID: <32051d4c-7fbc-d9d9-25ae-***@riseup.net>
Content-Type: text/plain; charset="utf-8"
hi everyone!
I've been toying with Liquidsoap for video streaming and it work
amazingly well but from time to time stdout shows a bunch of these
messages and I'm uncertain of their meaning.
[clock.wallclock_main:2] We must catchup 9.91 seconds!
does it mean the video is not being trans-coded as fluidly as it's beingstreamed or the other way around? it has happend at different moments
during the same video, so I would guess it's not strictly video related.
Also as far as it' doesn't reach more than 60 seconds it can self
recover. Otherwise it breaks connection to the icecast server and
recovers without human intervention needed after showing this message
[clock.wallclock_main:2] Too much latency! Resetting active sources...
[/XXXXXXXXXXXX:3] Closing connection...
[/XXXXXXXXXXXX:2] Connection failed: 403, Forbidden (HTTP/1.0)
[/XXXXXXXXXXXX:3] Will try again in 3.00 sec.
[/XXXXXXXXXXXX:3] Connection setup was successful.
Then it comes back and randomly fails or not again but most of the times[/XXXXXXXXXXXX:3] Closing connection...
[/XXXXXXXXXXXX:2] Connection failed: 403, Forbidden (HTTP/1.0)
[/XXXXXXXXXXXX:3] Will try again in 3.00 sec.
[/XXXXXXXXXXXX:3] Connection setup was successful.
it doesn't even reach the point to break connection and it actually
catches up before it happens
sometimes it even shuts
[clock.wallclock_main:2] We must catchup 24.03 seconds (we've been late for 100 rounds)!
but it makes no difference.any hint?
thanks in advance!
--
k054
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
------------------------------
Message: 7
Date: Sun, 9 Apr 2017 22:53:08 -0500
From: k054 <***@riseup.net>
Subject: [Savonet-users] add image to video stream
To: savonet-***@lists.sourceforge.net
Message-ID: <9286e265-77fe-919e-d9a9-***@riseup.net>
Content-Type: text/plain; charset="utf-8"
I added this to the video stream script
source = video.add_image(
width=30,height=30,
x=10,y=10,
file="logo.jpg",
source)
as stated here http://savonet.sourceforge.net/doc-svn/video.html#logo
Savonet / Liquidsoap svn :: Multimedia Stream Generation<http://savonet.sourceforge.net/doc-svn/video.html#logo>
savonet.sourceforge.net
This video was produced thanks to the following script: # Input from webcam cam = input.v4l2() # Detect faces (this generates a white disk over faces) mask = video ...
but this the image is not being shown and this shows up in the log instead.
2017/04/09 22:42:29 [decoder:3] Unable to decode "logo.png" as
{audio=0;video=1;midi=0}!
I'm guessing there's a package missing but... which one?
any hint?
thanks!
--
k054
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
------------------------------
Message: 8
Date: Mon, 10 Apr 2017 10:54:09 -0400
From: Romain Beauxis <***@rastageeks.org>
Subject: Re: [Savonet-users] Liquidsoap and webcast
To: savonet-users <savonet-***@lists.sourceforge.net>
Message-ID:
<CABWZ6OQ48aj86Q0bXO8-F_=G+yydetuAYW-O1xo-***@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
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 <
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
Savonet-users Info Page - SourceForge<https://lists.sourceforge.net/lists/listinfo/savonet-users>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
lists.sourceforge.net
To see the collection of prior postings to the list, visit the Savonet-users Archives. Using Savonet-users: To post a message to all the list members ...
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------------------------------------------------------
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
Savonet-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users
Savonet-users Info Page - SourceForge<https://lists.sourceforge.net/lists/listinfo/savonet-users>
lists.sourceforge.net
To see the collection of prior postings to the list, visit the Savonet-users Archives. Using Savonet-users: To post a message to all the list members ...
End of Savonet-users Digest, Vol 127, Issue 3
*********************************************