Le Friday 28 March 2008 23:32:25 [EMAIL PROTECTED], vous avez écrit :
> I show you my .liq file
> <-
> promotions = playlist("/home/user/promo.lst")
> mix = playlist("/home/user/mix-minimal.lst")
> mixnuit = playlist("/home/user/mix-minimal.lst")
> normal = playlist("/home/u
Re hello,
I'am back to you about "map_metadata" function who's work now perfectly
..almost perfectly.
I show you my .liq file
<-
promotions = playlist("/home/user/promo.lst")
mix = playlist("/home/user/mix-minimal.lst")
mixnuit = playlist("/home/user/mix-minimal.lst")
norm
[EMAIL PROTECTED] pisze:
hi,
thank for all , I have to test.
If you want my advice, avoid using shoutcast source clients, it's too
messy ;-)
You're right, but it's a "ready to go" solution for a dj, who's know
nothing about streaming, to make live mix @home from his own computer, under
Wind
hi,
thank for all , I have to test.
> If you want my advice, avoid using shoutcast source clients, it's too
> messy ;-)
>
You're right, but it's a "ready to go" solution for a dj, who's know
nothing about streaming, to make live mix @home from his own computer, under
Windows OS.
just running Win
Le Friday 28 March 2008 12:20:19 Romain Beauxis, vous avez écrit :
> set("harbor.port",8005): Port for listening to incoming connections. Is
> isually 8000 with icecast and shoutcast. Also, note that if your use ICY
> (shoutcast), the port n+1 (here 8006) must also be open. But, the source
> clie
Just a thought: running "liquidsoap --conf-descr-key harbor" gives
almost the tutorial you just wrote -- this is great. Only a couple
details are missing -- could be added when you write a full doc on
harbor soon.
Le Friday 28 March 2008 10:51:40 David Baelde, vous avez écrit :
> Having an icecast server in
> between means that there is one more buffer, so more latency.
> Moreover, liquidsoap has no way to know when you're streaming: all it
> will do is poll every couple seconds, asking the broadcast server
Hi,
Input.http() pulls data from an icecast or shoutcast server -- or even
an HTTP server. It means that you need a server between your winamp
and liquidsoap. Winamp connects to it (normal procedure) and
liquidsoap connects as a client using an URL like
"http://yourcastserver:8000/mount";. Having