#101: Strange interaction with vorbis output, playlist and harbor..
------------------------+---------------------------------------------------
Reporter: toots | Owner: admin
Type: Bugs | Status: new
Priority: 4 | Milestone: 0.3.7
Component: Liquidsoap | Version: 0.3.6+svn
Keywords: | Mac: 0
Other: 0 | Freebsd: 0
Linux: 1 |
------------------------+---------------------------------------------------
One liquidsoap listens:
{{{
liquidsoap --verbose --debug 'out(mksafe(input.harbor("bla")))'
}}}
An other one send data:
{{{
./liquidsoap --verbose --debug
'output.icecast.vorbis(host="192.168.0.6",port=8005,mount="bla", \
mksafe(playlist("/home/toots/documents/musique/Reggae")))'
}}}
Then icecast login is done and the sending liquidsoap gets stuck
ketchupping..
You can make it work by invoking {{{bla.skip}}} at this point.
It works if using {{{output.icecast.mp3}}}, or {{{input.http}}} instead of
{{{playlist}}}. But it fails with {{{playlist.safe}}}...
Strange isn't it ?
--
Ticket URL: <http://savonet.rastageeks.org/ticket/101>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !