Ticket #267 (closed Bugs: worksforme)

Opened 17 months ago

Last modified 11 months ago

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

Changed 17 months ago by toots

  • description modified (diff)

Changed 17 months ago by toots

  • description modified (diff)

Changed 16 months ago by toots

Hi !

I fail to reproduce with your script.. Can you give more details ? Did you check the error is not comming from icecast ?

Changed 11 months ago by toots

  • status changed from new to closed
  • resolution set to worksforme

Hi !

Any news on this issue ?

I am closing as I can't reproduce. Feel free to reopen the ticket if you still can reproduce..

Note: See TracTickets for help on using tickets.