Ticket #267 (closed Bugs: worksforme)
Bad metadata in vorbis stream (both cbr and vbr and probably others)
| Reported by: | stack | Owned by: | admin |
|---|---|---|---|
| Priority: | 1 | Milestone: | |
| Component: | Liquidsoap | Version: | 0.9.0+svn |
| Keywords: | Cc: | ||
| Mac OSX: | no | Linux: | yes |
| NetBSD: | no | Other Operating System: | no |
| FreeBSD: | no |
Description (last modified by toots) (diff)
This is the script I use to start liquidsoap:
#!/usr/bin/liquidsoap
# Log dir
set("log.file.path","/tmp/basic-radio.log")
radio = input.pulseaudio()
output.icecast.vorbis.cbr(
url = "http://radiosonar.net",
description = " Daje pure te col server fai da te, de radiosonar la radio piu' bella che c'è.",
host = "sonar.com", port = 8000,
password = "asdasd", mount = "foo.ogg",
radio)
The log file reports that it successfully connected to the ogg server (icecast), when I try to connect to the stream like a client I'm unable to do that; mplayer loads until 17% and then hangs up, streamripper says bad metadata error..Here are the outputs of the programs:
mplayer -> Name : foo.ogg Genre : Misc Website: http://radiosonar.net Public : yes Bitrate: 128kbit/s Cache size set to 320 KBytes Cache fill: 2.50% (8192 bytes) ICY Info: StreamTitle=''; Cache fill: 17.50% (57344 bytes) streamripper-> error -28 [SR_ERROR_INVALID_METADATA]
Change History
Note: See
TracTickets for help on using
tickets.
