Hi all.

I have recently know about you. Very good tool, the LiquidSoap. I
started to use it and in this point I need some clue:

My idea is to put a fixed metadata to all tracks, because sometimes
listeners falls and disconect when receiving a metadata change. It
ussualy happens with xine or totem ones, not shure. So I want to say in
track and title a continuous information saying where to find for track
names, artist and other possibles details.

So I have this conf now in radio.liq:

---- start code ----

# By the way, this does not work :-/
#set("init.daemon.pidfile.path","/home/radiognu/liquidsoap/liquidsoap.pid")
# log
set("log.file.path","/home/radiognu/liquidsoap/liquidsoap.log")
# Music when no more are live mountpoints
radio=mksafe(playlist("/home/radiognu/liquidsoap/playlist.txt"))
# The barely good shpeechers live (spanish, all the time)
radio=fallback(track_sensitive=false,
[input.http("http://radiognu.org:8000/vivo.ogg";),clear_metadata(radio)])
output.icecast.vorbis( ... description="La emisora del GNU que te da
nota", genre="Live Libre :-)",quality=3.0, mksafe(clear_metadata(radio)))
)

---- end code ----

This gives a continuous signal, without any metadata sent, so there is a
"unknown" in ICECAST server in this value.

It works, but I think there have to be a ellegant way to solve it.

Writing fixed metadata works: in the output.icecast.vorbis i put

mksafe(rewrite_metadata([("artist","RadioGNU"),("title","El ñu que te da
nota"))

So it worked to put a fixed metadata, but listeners receive continuous
"change metadata", receiving the same one configured by us, one and
another time, resulting in the disconnect errors listener have in their
default configs.

Any help will be aprreciated.

-- 
  __________________________________________________________
 |   ,           ,                                          |
 |  /             \                                         |
 | ((__-^^-,-^^-__))    Octavio Rossell Tabet               |
 |  `-_---' `---_-'     [email protected]                  |
 |   `--|o` 'o|--'      http://octavio.gnu.org.ve           |
 |      \  `  /         irc.radiognu.org #gnu               |
 |       .:  :.                                             |
 |       :o_o:          Huella: FC69 551B ECB9 62B0 D992    |
 |        "-"                   BE57 B551 2497 C78B 870A    |
 |__________________________________________________________|

<<attachment: octavio.vcf>>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to